formvalidation-rails 0.6.1.0 → 0.6.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c045eb03f3fcb9152c6594ee3ae17f731507a0b9
|
|
4
|
+
data.tar.gz: ca7c6fc293111a2fc7c58a6dcdd88c144a3bb75d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be0212d0197e5b75c1ff15c27ae66a64d844eddf6691e5ddb81eb68f982122ba99898048212e92ad537541f6d9a43029258252311a223520420a708f644796c6
|
|
7
|
+
data.tar.gz: a6bb7e0e2a2ec75b800003b073b341b63c66259cf691a164a9f10d9e6a2bfd4cbb29f2bf93d25fe154d867fd812a7f3c2315a56021457ceb0d563a837d0f169d
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
formvalidation-rails (0.6.1.
|
|
1
|
+
formvalidation-rails (0.6.1.1)
|
|
2
2
|
=================================
|
|
3
3
|
|
|
4
4
|
Provides client side validations for forms with the http://formvalidation.io/ library.
|
|
@@ -27,8 +27,10 @@ This is only a gem containing a release version (same version as original formva
|
|
|
27
27
|
|
|
28
28
|
And if needed the extension (for html frameworks) and language packs you need:
|
|
29
29
|
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
```
|
|
31
|
+
//= require formvalidation/framework/bootstrap.min
|
|
32
|
+
//= require formvalidation/language/de_DE.min
|
|
33
|
+
```
|
|
32
34
|
|
|
33
35
|
**Add into your application.css**
|
|
34
36
|
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: formvalidation-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.1.
|
|
4
|
+
version: 0.6.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Hüttinger
|
|
@@ -64,7 +64,7 @@ files:
|
|
|
64
64
|
- LICENSE
|
|
65
65
|
- README.md
|
|
66
66
|
- formvalidation-rails.gemspec
|
|
67
|
-
- lib/
|
|
67
|
+
- lib/formvalidation-rails.rb
|
|
68
68
|
- lib/formvalidation-rails/engine.rb
|
|
69
69
|
- lib/formvalidation-rails/version.rb
|
|
70
70
|
- vendor/assets/javascripts/formvalidation.js
|