Skip to content

Commit

Permalink
#86 - added missing 'MIT' license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wilgosz committed Feb 8, 2015
1 parent 7a1c183 commit 9d79c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redactor-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
gem.description = "The redactor-rails gem integrates the Redactor editor"
gem.summary = ""
gem.homepage = "https://github.com/sammylin/redactor-rails"

gem.license = 'MIT'
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 9d79c0d

Please sign in to comment.