README.rdoc in inherited_resources-1.2.0 vs README.rdoc in inherited_resources-1.2.1
- old
+ new
@@ -17,18 +17,18 @@
Inherited Resources master branch is now supports Rails 3 and is NOT backward compatible.
You can let bundler to install Inherited Resources by adding this line to your application's Gemfile:
- gem 'inherited_resources', '~> 1.2'
+ gem 'inherited_resources', '~> 1.2.1'
And then execute:
bundle install
Or install it yourself as:
- gem install inherited_resources --version=1.2
+ gem install inherited_resources --version=1.2.1
=== Rails 2.3.x
If you want to use the Rails 2.3.x version, you should install: