Skip to content

Commit b3fb984

Browse files
authored
Improve RubyGems description (#1637)
1 parent a8a4cf7 commit b3fb984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ransack.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Gem::Specification.new do |s|
88
s.version = Ransack::VERSION
99
s.platform = Gem::Platform::RUBY
1010
s.authors = ["Ernie Miller", "Ryan Bigg", "Jon Atack", "Sean Carroll", "David Rodríguez"]
11-
s.email = ["[email protected]", "[email protected]", "[email protected]", "sfcarroll@gmail.com"]
11+
s.email = ["[email protected]", "[email protected]", "[email protected]", "magma.craters2h@icloud.com"]
1212
s.homepage = "https://github.com/activerecord-hackery/ransack"
1313
s.summary = %q{Object-based searching for Active Record.}
14-
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.}
14+
s.description = %q{Powerful object-based searching and filtering for Active Record with advanced features like complex boolean queries, association searching, custom predicates and i18n support.}
1515
s.required_ruby_version = '>= 3.0'
1616
s.license = 'MIT'
1717

0 commit comments

Comments
 (0)