client_side_validations-with_hidden 0.1.1 → 0.1.2

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.
@@ -1,3 +1,3 @@
1
1
  module ClientSideValidationsWithHidden
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -0,0 +1,2 @@
1
+ window.ClientSideValidations.selectors['inputs'] = window.ClientSideValidations.selectors['inputs'].replace(/:visible/, '');
2
+ window.ClientSideValidations.selectors['inputs'] = window.ClientSideValidations.selectors['validate_inputs'].replace(/:visible/, '');
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: client_side_validations-with_hidden
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -52,6 +52,7 @@ extra_rdoc_files: []
52
52
  files:
53
53
  - lib/client_side_validations-with_hidden/version.rb
54
54
  - lib/client_side_validations-with_hidden.rb
55
+ - vendor/assets/javascripts/rails.validations.with_hidden.js
55
56
  - Rakefile
56
57
  - README.md
57
58
  homepage: https://github.com/komagata/client_side_validations-with_hidden
@@ -68,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
69
  version: '0'
69
70
  segments:
70
71
  - 0
71
- hash: -4445891932600686890
72
+ hash: -4340970706926991929
72
73
  required_rubygems_version: !ruby/object:Gem::Requirement
73
74
  none: false
74
75
  requirements:
@@ -77,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
78
  version: '0'
78
79
  segments:
79
80
  - 0
80
- hash: -4445891932600686890
81
+ hash: -4340970706926991929
81
82
  requirements: []
82
83
  rubyforge_project:
83
84
  rubygems_version: 1.8.23