client_side_validations-formtastic 2.2.0.rc.2 → 2.2.0
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.
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
|
|
|
13
13
|
gem.require_paths = ['lib']
|
|
14
14
|
gem.version = ClientSideValidations::Formtastic::VERSION
|
|
15
15
|
|
|
16
|
-
gem.add_dependency 'client_side_validations', '~> 3.2.0
|
|
16
|
+
gem.add_dependency 'client_side_validations', '~> 3.2.0'
|
|
17
17
|
gem.add_dependency 'formtastic', '~> 2.2.0'
|
|
18
18
|
|
|
19
19
|
gem.add_development_dependency 'rails', '~> 3.2.0'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
Client Side Validations - Formtastic - v2.
|
|
3
|
+
Client Side Validations - Formtastic - v2.2.0.rc.2
|
|
4
4
|
https://github.com/dockyard/client_side_validations-formtastic
|
|
5
5
|
|
|
6
6
|
Copyright (c) 2012 DockYard, LLC
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
http://www.opensource.org/licenses/mit-license.php
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
+
|
|
11
12
|
(function() {
|
|
12
13
|
|
|
13
14
|
ClientSideValidations.formBuilders['Formtastic::FormBuilder'] = {
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: client_side_validations-formtastic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.0
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 2.2.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Brian Cardarella
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-10-
|
|
12
|
+
date: 2012-10-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: client_side_validations
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.2.0
|
|
21
|
+
version: 3.2.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 3.2.0
|
|
29
|
+
version: 3.2.0
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: formtastic
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -202,13 +202,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
202
202
|
version: '0'
|
|
203
203
|
segments:
|
|
204
204
|
- 0
|
|
205
|
-
hash:
|
|
205
|
+
hash: -54854589160796829
|
|
206
206
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
207
207
|
none: false
|
|
208
208
|
requirements:
|
|
209
|
-
- - ! '
|
|
209
|
+
- - ! '>='
|
|
210
210
|
- !ruby/object:Gem::Version
|
|
211
|
-
version:
|
|
211
|
+
version: '0'
|
|
212
|
+
segments:
|
|
213
|
+
- 0
|
|
214
|
+
hash: -54854589160796829
|
|
212
215
|
requirements: []
|
|
213
216
|
rubyforge_project:
|
|
214
217
|
rubygems_version: 1.8.23
|