Update gemspec summary to include Mongoid

and write Active Record with a space as per current Rails conventions.
This commit is contained in:
Jon Atack 2015-08-20 11:40:51 +02:00
parent 7ca1ccdf9a
commit e9a5662733
1 changed files with 1 additions and 1 deletions

View File

@ -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'