Skip to content

Commit

Permalink
adding a license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspergrubbe committed Sep 8, 2013
1 parent 2c1cfcd commit d746bb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions embedda.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Gem::Specification.new do |gem|
gem.summary = %q{Embed content strings in your strings, and turn it to embed HTML!}
gem.description = %q{Embed content strings in your strings, and turn it to embed HTML!}

gem.licenses = ['MIT', 'GPL-2']

gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.require_paths = ["lib"]
Expand Down

0 comments on commit d746bb9

Please sign in to comment.