Add license to gemspec, is MIT

Fixes #303
Fixes #304
This commit is contained in:
Benjamin Fleischer 2013-11-14 17:10:24 -06:00 committed by Ryan Bigg
parent 458f2ffbde
commit 2ca4e4974a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/ernie/ransack"
s.summary = %q{Object-based searching for ActiveRecord (currently).}
s.description = %q{Ransack is the successor to the MetaSearch gem. It improves and expands upon MetaSearch's functionality, but does not have a 100%-compatible API.}
s.license = 'MIT'
s.rubyforge_project = "ransack"