README.md in fuzzily-0.0.3 vs README.md in fuzzily-0.1.0
- old
+ new
@@ -2,9 +2,11 @@
A fast, [trigram](http://en.wikipedia.org/wiki/N-gram)-based, database-backed [fuzzy](http://en.wikipedia.org/wiki/Approximate_string_matching) string search/match engine for Rails.
Loosely inspired from an [old blog post](http://unirec.blogspot.co.uk/2007/12/live-fuzzy-search-using-n-grams-in.html).
+Compatible with ActiveRecord 2.3, 3.0, 3.1, 3.2.
+
## Installation
Add this line to your application's Gemfile:
gem 'fuzzily'