Skip to content

Commit

Permalink
add MIT license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipi committed Mar 22, 2016
1 parent 019cb6d commit efe4f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enumerize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require File.expand_path('../lib/enumerize/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Sergey Nartimov"]
gem.email = "[email protected]"
gem.licenses = ['MIT']
gem.description = %q{Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support}
gem.summary = %q{Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support}
gem.homepage = "https://github.com/brainspec/enumerize"
Expand Down

0 comments on commit efe4f35

Please sign in to comment.