Skip to content

Commit

Permalink
Merge pull request #17 from jordimassaguerpla/master
Browse files Browse the repository at this point in the history
add license information to the gemspec
  • Loading branch information
tmilewski authored Dec 30, 2017
2 parents 48cc53c + 86b0677 commit 8a46fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omniauth-openid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |gem|
gem.homepage = 'https://github.com/intridea/omniauth-openid'
gem.name = 'omniauth-openid'
gem.require_paths = ['lib']
gem.license = 'MIT'
gem.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') if gem.respond_to? :required_rubygems_version=
gem.summary = gem.description
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 8a46fa9

Please sign in to comment.