We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71df1b commit fdeaf17Copy full SHA for fdeaf17
xmlrpc.gemspec
@@ -6,8 +6,8 @@ require 'xmlrpc'
6
Gem::Specification.new do |spec|
7
spec.name = "xmlrpc"
8
spec.version = XMLRPC::VERSION
9
- spec.authors = ["SHIBATA Hiroshi"]
10
- spec.email = ["hsbt@ruby-lang.org"]
+ spec.authors = ["SHIBATA Hiroshi", "Sutou Kouhei"]
+ spec.email = ["hsbt@ruby-lang.org", "kou@cozmixng.org"]
11
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.}
0 commit comments