README.md in redis-rack-cache-1.2 vs README.md in redis-rack-cache-1.2.1
- old
+ new
@@ -12,13 +12,13 @@
### Option 2: From Source
Download and install Redis from [http://redis.io](http://redis.io/)
- wget http://redis.googlecode.com/files/redis-2.4.5.tar.gz
- tar -zxf redis-2.4.5.tar.gz
- mv redis-2.4.5 redis
+ wget http://redis.googlecode.com/files/redis-2.4.15.tar.gz
+ tar -zxf redis-2.4.15.tar.gz
+ mv redis-2.4.15 redis
cd redis
make
## Usage
@@ -42,10 +42,10 @@
## Running tests
git clone git://github.com/jodosha/redis-store.git
cd redis-store/redis-rack-cache
- gem install bundler --pre # required version: 1.1.rc
+ gem install bundler
bundle exec rake
If you are on **Snow Leopard** you have to run `env ARCHFLAGS="-arch x86_64" bundle exec rake`
## Copyright