diff --git a/ransack.gemspec b/ransack.gemspec index c29fc8e..cead88d 100644 --- a/ransack.gemspec +++ b/ransack.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.authors = ["Ernie Miller", "Ryan Bigg", "Jon Atack"] s.email = ["ernie@erniemiller.org", "radarlistener@gmail.com", "jonnyatack@gmail.com"] s.homepage = "https://github.com/activerecord-hackery/ransack" - s.summary = %q{Object-based searching for ActiveRecord (currently).} + s.summary = %q{Object-based searching for Active Record and Mongoid (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.required_ruby_version = '>= 1.9' s.license = 'MIT'