diff --git a/xmlrpc.gemspec b/xmlrpc.gemspec index f0b358b..177c4fe 100644 --- a/xmlrpc.gemspec +++ b/xmlrpc.gemspec @@ -9,9 +9,9 @@ Gem::Specification.new do |spec| spec.authors = ["SHIBATA Hiroshi"] spec.email = ["hsbt@ruby-lang.org"] - spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.} - spec.description = %q{TODO: Write a longer description or delete this line.} - 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" spec.license = "Ruby" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }