We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d30de8 commit 2d9e9feCopy full SHA for 2d9e9fe
1 file changed
xmlrpc.gemspec
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
spec.authors = ["SHIBATA Hiroshi"]
10
spec.email = ["hsbt@ruby-lang.org"]
11
12
- spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
13
- spec.description = %q{TODO: Write a longer description or delete this line.}
14
- spec.homepage = "TODO: Put your gem's website or public repo URL here."
+ spec.summary = %q{XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.}
+ spec.description = %q{XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.}
+ spec.homepage = "https://github.com/ruby/xmlrpc"
15
spec.license = "Ruby"
16
17
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
0 commit comments