Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Commit

Permalink
specify license in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
phallstrom committed Sep 30, 2013
1 parent 8befdd1 commit 1cbbbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set_counters.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.description = %q{Easy setting of multiple counters in Active Record models.} gem.description = %q{Easy setting of multiple counters in Active Record models.}
gem.summary = %q{Easy setting of multiple counters in Active Record models.} gem.summary = %q{Easy setting of multiple counters in Active Record models.}
gem.homepage = "https://github.com/phallstrom/set_counters" gem.homepage = "https://github.com/phallstrom/set_counters"
gem.version = "MIT" gem.license = "MIT"


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

0 comments on commit 1cbbbef

Please sign in to comment.