Skip to content

Commit 2d9e9fe

Browse files
committed
prepared
1 parent 2d30de8 commit 2d9e9fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xmlrpc.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
99
spec.authors = ["SHIBATA Hiroshi"]
1010
spec.email = ["hsbt@ruby-lang.org"]
1111

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."
12+
spec.summary = %q{XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.}
13+
spec.description = %q{XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.}
14+
spec.homepage = "https://github.com/ruby/xmlrpc"
1515
spec.license = "Ruby"
1616

1717
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }

0 commit comments

Comments
 (0)