Skip to content

Commit fad7b07

Browse files
add license information to gemspec
this way it can be used with rubygems.org API
1 parent 032c21f commit fad7b07

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)