README.md in signed_form-0.1.0 vs README.md in signed_form-0.1.1
- old
+ new
@@ -47,11 +47,11 @@
## Requirements
SignedForm requires:
* Ruby 1.9 or later
-* Ruby on Rails 4 or Rails 3 (3.0 not supported) ([strong_parameters](https://github.com/rails/strong_parameters) gem
+* Rails 4 or Rails 3.1+ ([strong_parameters](https://github.com/rails/strong_parameters) gem
required for Rails 3)
## Installation
Add this line to your application's Gemfile:
@@ -84,10 +84,10 @@
**IMPORTANT** Please read below for information regarding this secret key.
## Support for other Builders
-* [SimpleForm](https://github.com/erichmenge/signed_form-simple_form)
+* [SimpleForm Adapter](https://github.com/erichmenge/signed_form-simple_form)
## Special Considerations
If you're running only a single application server the above initializer should work great for you, with a couple of
caveats. If a user is in process of filling out a form and you restart your server, their form will be invalidated.