Skip to content

Commit

Permalink
prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 15, 2016
1 parent 2d30de8 commit 2d9e9fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xmlrpc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)/}) }
Expand Down

0 comments on commit 2d9e9fe

Please sign in to comment.