We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83122ed commit 7bbf102Copy full SHA for 7bbf102
1 file changed
xmlrpc.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
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"
15
- spec.license = "Ruby"
+ spec.licenses = ["Ruby", "BSD-2-Clause"]
16
17
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
spec.bindir = "exe"
0 commit comments