fuzzy_set.gemspec in fuzzy_set-1.0.0 vs fuzzy_set.gemspec in fuzzy_set-1.1.0
- old
+ new
@@ -7,11 +7,11 @@
spec.name = 'fuzzy_set'
spec.version = FuzzySet::VERSION
spec.authors = ['Manuel Hutter']
spec.email = ['manuel@hutter.io']
- spec.summary = %q{FuzzySet allows you to fuzzy-search Strings!}
- spec.description = %q{FuzzySet allows you to fuzzy-search Strings!}
+ spec.summary = %q{Set which allows you to fuzzy-search Strings}
+ spec.description = %q{FuzzySet represents a set which allows searching its entries by using [Approximate string matching](https://en.wikipedia.org/wiki/Approximate_string_matching).}
spec.homepage = 'https://github.com/mhutter/fuzzy_set'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'