From 2d9e9fed1b2ee54f0a8213041a4738c4b5469f10 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Tue, 15 Mar 2016 12:21:11 +0900 Subject: [PATCH] prepared --- xmlrpc.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)/}) }