Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Add the license to the gemspec
Browse files Browse the repository at this point in the history
Allows license compliance systems to automatically recognize the gem license.
  • Loading branch information
petergoldstein committed Aug 4, 2017
1 parent a7de4f5 commit a58cfbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions griddler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |s|
s.email = ['[email protected]', '[email protected]', '[email protected]']
s.homepage = 'http://thoughtbot.com'
s.summary = 'SendGrid Parse API client Rails Engine'
s.license = 'MIT'

s.required_ruby_version = Gem::Requirement.new(">= 1.9.2")
s.files = Dir['{app,config,lib}/**/*'] + ['LICENSE', 'Rakefile', 'README.md']
Expand Down

0 comments on commit a58cfbe

Please sign in to comment.