README.md in simple_cacheable-1.1.5 vs README.md in simple_cacheable-1.2.0
- old
+ new
@@ -2,10 +2,10 @@
=========
cacheable is a simple cache implementation based on activerecord, it is
extracted from [rails-bestpractices.com][1].
-it supports activerecord >= 3.0.0
+it supports activerecord >= 3.0.0, works on 1.9.2, 1.9.3 and jruby.
Introduction
------------
Here is a blog post to introduce simple_cacheable gem, <http://rails-bestpractices.com/blog/posts/24-simple_cacheable>