Skip to content

Commit

Permalink
Merge pull request #103 from fzipi/add-gemspec-license
Browse files Browse the repository at this point in the history
add MIT license to gemspec
  • Loading branch information
aserafin authored Jul 1, 2016
2 parents 2ff039c + f9be330 commit 154e6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seed-fu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Gem::Specification.new do |s|
s.name = "seed-fu"
s.version = SeedFu::VERSION
s.platform = Gem::Platform::RUBY
s.licenses = ['MIT']
s.authors = ["Michael Bleigh", "Jon Leighton"]
s.email = ["[email protected]", "[email protected]"]
s.homepage = "http://github.com/mbleigh/seed-fu"
Expand Down

0 comments on commit 154e6b4

Please sign in to comment.