From 2ca4e4974a9d55af066668f0e79dc7a69842f268 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Thu, 14 Nov 2013 17:10:24 -0600 Subject: [PATCH] Add license to gemspec, is MIT Fixes #303 Fixes #304 --- ransack.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/ransack.gemspec b/ransack.gemspec index 5307fe0..651f409 100644 --- a/ransack.gemspec +++ b/ransack.gemspec @@ -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"