README.md in nestive-0.4.0 vs README.md in nestive-0.5.0

- old
+ new

@@ -215,15 +215,17 @@ ``` ## Installation -* add `gem 'nestive', '~> 0.4'` to your Gemfile +* add `gem 'nestive', '~> 0.5'` to your Gemfile * run `bundle` ## Compatibility -Nestive should work properly with any Rails 3.*. It should probably work with 2.* too, but we don't have test coverage for this. +Nestive should work properly with any Rails 3 and 4. +Since version 0.5 only Ruby 1.9.3 and newer are supported. For 1.8 compatibility use version 0.4. + *Nestive doesn't monkey patch or fiddle with any default behaviors in Rails.* Use it when you want to, don't when you don't. ## You can help with...