af-client_side_validations 3.1.4.af2 → 3.1.4.af3

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.
@@ -45,7 +45,7 @@ module ClientSideValidations::ActionView::Helpers
45
45
  output = super
46
46
 
47
47
  if @validators
48
- options = args.last || {}
48
+ options = args.extract_options!
49
49
  if validators = options[:validators]
50
50
  @validators.merge!(validators)
51
51
  end
@@ -1,3 +1,3 @@
1
1
  module ClientSideValidations
2
- VERSION = '3.1.4.af2'
2
+ VERSION = '3.1.4.af3'
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: af-client_side_validations
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1722129574
4
+ hash: -1055238318
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
9
  - 4
10
10
  - af
11
- - 2
12
- version: 3.1.4.af2
11
+ - 3
12
+ version: 3.1.4.af3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Paul Kmiec
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-07-18 00:00:00 Z
20
+ date: 2012-07-24 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: rails