mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Update gemspec summary to include Mongoid
and write Active Record with a space as per current Rails conventions.
This commit is contained in:
parent
7ca1ccdf9a
commit
e9a5662733
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue