-
-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ea997c
commit 1818110
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s| | |
s.authors = ["Ernie Miller", "Ryan Bigg", "Jon Atack", "Sean Carroll", "David Rodríguez"] | ||
s.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]"] | ||
s.homepage = "https://github.com/activerecord-hackery/ransack" | ||
s.summary = %q{Object-based searching for Active Record and Mongoid (currently).} | ||
s.summary = %q{Object-based searching for Active Record.} | ||
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 = '>= 2.6' | ||
s.license = 'MIT' | ||
|