File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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)/} ) }
You can’t perform that action at this time.
0 commit comments