Merge pull request #268 from ernie/1.0.0

Update README for release
This commit is contained in:
Ryan Bigg 2013-08-08 21:41:34 -07:00
commit e1ce2e70a9
1 changed files with 2 additions and 4 deletions

View File

@ -16,13 +16,11 @@ for Ransack (or MetaSearch, for that matter). Try
In your Gemfile: In your Gemfile:
For Rails 3:
```ruby ```ruby
gem "ransack" gem "ransack" # Last officially released gem (Rails 3 and 4)
``` ```
Or if you want to use the bleeding edge (Rails 3 and 4): Or if you want to use the bleeding edge:
```ruby ```ruby
gem "ransack", github: "ernie/ransack" # Track git repo gem "ransack", github: "ernie/ransack" # Track git repo