README.md in simple_cacheable-1.3.3 vs README.md in simple_cacheable-1.4.0
- old
+ new
@@ -2,11 +2,11 @@
=========
cacheable is a simple cache implementation based on activerecord, it is
extracted from [rails-bestpractices.com][1].
-it supports activerecord >= 3.0.0, works on 1.9.2, 1.9.3 and jruby.
+it supports activerecord >= 3.0.0, tested on 1.9.3 and 2.0.0 and works with jruby.
Introduction
------------
Here is a blog post to introduce simple_cacheable gem, <http://rails-bestpractices.com/blog/posts/24-simple_cacheable>
@@ -66,10 +66,10 @@
Install
-------
add the following code to your Gemfile
- gem "simple_cacheable", :require => "cacheable"
+ gem "simple_cacheable"
Gotchas
-------