Skip to content

Commit

Permalink
Merge pull request #56 from vjt/master
Browse files Browse the repository at this point in the history
Fix license in gemspec
  • Loading branch information
mixonic committed Oct 19, 2013
2 parents 4477943 + 647c20d commit 70de42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ranked-model.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/mixonic/ranked-model"
s.summary = %q{An acts_as_sortable replacement built for Rails 3 & 4}
s.description = %q{ranked-model is a modern row sorting library built for Rails 3 & 4. It uses ARel aggressively and is better optimized than most other libraries.}
s.license = ['MIT']
s.license = 'MIT'

s.add_dependency "activerecord", ">= 3.1.12"
s.add_development_dependency "rspec", "~> 2.13.0"
Expand Down

0 comments on commit 70de42d

Please sign in to comment.