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

Commit 9ce498e

Browse files
committed
Merge pull request #45 from jordimassaguerpla/master
fix licenses into gemspec
2 parents 2780506 + f032e94 commit 9ce498e

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)