Commit ddd8787489a0292ed0ddfb7900d64dc3e1957b74
Committed by
Andrew Kane
1 parent
2f704905
Exists in
master
and in
17 other branches
add description to gemspec (#1205)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
searchkick.gemspec
... | ... | @@ -6,7 +6,7 @@ require "searchkick/version" |
6 | 6 | Gem::Specification.new do |spec| |
7 | 7 | spec.name = "searchkick" |
8 | 8 | spec.version = Searchkick::VERSION |
9 | - spec.summary = "Intelligent search made easy" | |
9 | + spec.summary = "Intelligent search made easy with Rails and Elasticsearch" | |
10 | 10 | spec.homepage = "https://github.com/ankane/searchkick" |
11 | 11 | spec.license = "MIT" |
12 | 12 | ... | ... |