README.md in mongoid_fulltext-0.8.0 vs README.md in mongoid_fulltext-0.8.2
- old
+ new
@@ -11,11 +11,11 @@
lets you do a fuzzy string search across relatively short strings, which makes it good for populating autocomplete boxes based on the display names of your Rails models but not appropriate for, say, indexing hundreds of thousands of HTML documents.
Install
-------
-Version 0.6.1 or newer of this gem requires Ruby 1.9.3 or newer and works with Mongoid 3, 4, 5 and 6.
+Version 0.6.1 or newer of this gem requires Ruby 1.9.3 or newer and works with Mongoid 3, 4, 5 and 6, 7.
Use version 0.5.x for Mongoid 2.4.x and Ruby 1.8.7, 1.9.2 or 1.9.3.
For Ruby 1.8.7 and/or Mongoid 2.x use [mongoid_fulltext 0.5.x](https://github.com/mongoid/mongoid_fulltext/tree/0.5-stable).
``` ruby
gem 'mongoid_fulltext'
@@ -395,6 +395,5 @@
---------------------
MIT License, see [LICENSE](LICENSE) for details.
(c) 2011-2017 [Artsy Inc.](http://artsy.github.io)
-