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: 167380bba0267cd9de4ff8519fbb977f0ff6a68b
4
- data.tar.gz: ce5b0b0ae5e7810b6f49f118f0da351fd2bdfb72
3
+ metadata.gz: c045eb03f3fcb9152c6594ee3ae17f731507a0b9
4
+ data.tar.gz: ca7c6fc293111a2fc7c58a6dcdd88c144a3bb75d
5
5
  SHA512:
6
- metadata.gz: 308c06b385035e7bb2dcbb1f6ae174cc21c1089c686a83edb27b363726daa1a512b85337dac7ed6b4037d36cd616a359eb5a5f8a71a4dc073e5ae79e1db94cbf
7
- data.tar.gz: 2d7b2651f3c7876093f27b251ba563c485d89f1792a7322e0f6eba2ace8f41b7d320a5f351dcebbec242df3b24a01ccc147cfea8f4b7e2ea7e704a899f1f230c
6
+ metadata.gz: be0212d0197e5b75c1ff15c27ae66a64d844eddf6691e5ddb81eb68f982122ba99898048212e92ad537541f6d9a43029258252311a223520420a708f644796c6
7
+ data.tar.gz: a6bb7e0e2a2ec75b800003b073b341b63c66259cf691a164a9f10d9e6a2bfd4cbb29f2bf93d25fe154d867fd812a7f3c2315a56021457ceb0d563a837d0f169d
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- formvalidation-rails (0.6.1.0)
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
- `//= require formvalidation/framework/bootstrap.min`
31
- `//= require formvalidation/language/de_DE.min`
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
 
@@ -1,6 +1,6 @@
1
1
  module FormvalidationRails
2
2
  module Rails
3
- VERSION = '0.6.1.0'
3
+ VERSION = '0.6.1.1'
4
4
  SOURCE_VERSION = '0.6.1'
5
5
  end
6
6
  end
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.0
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/bootstrap-validator-rails.rb
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