README.md in formvalidation-rails-0.7.1 vs README.md in formvalidation-rails-0.8.1
- old
+ new
@@ -1,6 +1,6 @@
-formvalidation-rails (0.7.1)
+formvalidation-rails (0.8.1)
=================================
Provides client side validations for forms with the http://formvalidation.io/ library.
The original formvalidation repo can be found here: https://github.com/formvalidation/formvalidation.
@@ -38,9 +38,13 @@
```
**Add into your application.css**
`*= require formvalidation.min`
+
+### Contributors
+
+Thank you to lorastus for always sending pull requests with the updates to the latest formvalidation :)
### Credits
This gem was build after the example of https://rubygems.org/gems/bootstrap-validator-rails, a earlier version of formvalidation.io under a different name.