forked from activerecord-hackery/ransack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Credit where credit is due. Thanks @radar!
- Loading branch information
Showing
2 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ Gem::Specification.new do |s| | |
s.name = "ransack" | ||
s.version = Ransack::VERSION | ||
s.platform = Gem::Platform::RUBY | ||
s.authors = ["Ernie Miller"] | ||
s.email = ["ernie@metautonomo.us"] | ||
s.homepage = "http://metautonomo.us/projects/ransack" | ||
s.authors = ["Ernie Miller", "Ryan Bigg"] | ||
s.email = ["ernie@erniemiller.org", "[email protected]"] | ||
s.homepage = "http://erniemiller.org/projects/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.} | ||
|
||
|