From d2df2944ecc8824a560f9d0508ff7d746e38970a Mon Sep 17 00:00:00 2001 From: Pat Allan Date: Sun, 1 Sep 2013 17:35:46 +1000 Subject: [PATCH] Noting the MIT licence in the gemfile. --- thinking-sphinx.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/thinking-sphinx.gemspec b/thinking-sphinx.gemspec index 61dee267a..3706afc52 100644 --- a/thinking-sphinx.gemspec +++ b/thinking-sphinx.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |s| s.homepage = 'http://pat.github.io/thinking-sphinx/' s.summary = %q{ActiveRecord/Rails Sphinx library} s.description = %q{A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching.} + s.license = 'MIT' s.rubyforge_project = 'thinking-sphinx'