README.md in gibson-1.1.1 vs README.md in gibson-1.2.0

- old
+ new

@@ -115,9 +115,26 @@ ```ruby gibson.close ``` +Usage with Rails 3.x and 4.x +--------------------------- + +In your Gemfile: + +```ruby +gem 'gibson' +``` + +In `config/environments/production.rb`: + +```ruby +config.cache_store = :gibson_store "namespace-of-your-app", { :socket => '/tmp/socket', :timeout => 50 } +``` + +Gibson does not support Rails 2.x. + License --- Released under the BSD license. Copyright © 2014, Simone Margaritelli