Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit f032e94

Browse files
fix license information in gemspec
According to the LICENSE file, the licenses are "ruby" and "apache license 2.0". I am updating the gemspec accordingly.
1 parent 2780506 commit f032e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby-openid.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.homepage = 'https://github.com/openid/ruby-openid'
99
s.summary = 'A library for consuming and serving OpenID identities.'
1010
s.version = OpenID::VERSION
11-
s.license = "Apache Software License"
11+
s.licenses = ["Ruby", "Apache Software License 2.0"]
1212

1313
# Files
1414
files = Dir.glob("{examples,lib,test}/**/*")

0 commit comments

Comments
 (0)