Skip to content

Commit d6409bb

Browse files
committed
Merge pull request #29 from jordimassaguerpla/master
add license information to the gemspec
2 parents 328c90b + fad7b07 commit d6409bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

omniauth-oauth2.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Gem::Specification.new do |gem|
1515
gem.description = %q{An abstract OAuth2 strategy for OmniAuth.}
1616
gem.summary = %q{An abstract OAuth2 strategy for OmniAuth.}
1717
gem.homepage = "https://github.com/intridea/omniauth-oauth2"
18+
gem.license = "MIT"
1819

1920
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
2021
gem.files = `git ls-files`.split("\n")

0 commit comments

Comments
 (0)