Skip to content

Commit

Permalink
Adds license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jensljungblad committed Nov 17, 2014
1 parent 1137635 commit 35c6780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions godmin.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/varvet/godmin"
gem.summary = "Godmin is an admin engine for Rails 4+"
gem.description = "Godmin is an admin engine for Rails 4+"
gem.license = "MIT"

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit 35c6780

Please sign in to comment.