README.md in pusherable-1.2.3 vs README.md in pusherable-1.3.0

- old
+ new

@@ -2,10 +2,14 @@ [![Build Status](https://travis-ci.org/tonycoco/pusherable.png)](https://travis-ci.org/tonycoco/pusherable) Adds callback hooks for your `ActiveModel` models for sending messages to a `Pusher` channel. +## Requirements + +* Ruby 2.0+ + ## Installation Install and configure `Pusher` to work on your application by following the [pusher gem's instructions](https://github.com/pusher/pusher-gem). Then, add this line to your application's `Gemfile`: @@ -66,9 +70,11 @@ Currently this gem extends `ActiveRecord::Base` and `Mongoid::Document` (if defined). `ActiveRecord::Base.extend Pusherable` For any other `ActiveModel` compliant data store, simply mirror this statement. + +This gem supports soft deletes when used with [paranoia](https://github.com/radar/paranoia). ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)