client_side_validations-rails_2 0.0.1 → 0.0.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.
data/HISTORY CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.0.2
2
+ Version bumped to work with ClientSideValidations v3.1.0.rc.1
3
+
1
4
  == 0.0.1
2
5
  Wrapper for ClientSideValidations
3
6
  Added ActiveModel API to ActiveRecord 2.x
data/README.markdown CHANGED
@@ -1,6 +1,6 @@
1
- # ClientSideValidations for Rails 2.x #
1
+ # ClientSideValidations for Rails 2.3.x #
2
2
 
3
- This gem provides a thin wrapper for [ClientSideValidations](https://github.com/bcardarella/client_side_validations)
3
+ This gem provides a thin wrapper for [ClientSideValidations](https://github.com/bcardarella/client_side_validations) to be used in Rails 2.3.x
4
4
 
5
5
  ## Installation ##
6
6
 
@@ -9,7 +9,7 @@ This gem provides a thin wrapper for [ClientSideValidations](https://github.com/
9
9
  Add the gem to your `config/environment.rb` file:
10
10
 
11
11
  ```ruby
12
- config.gem 'client_side_validations-rails_2', :lib => 'client_side_validations/rails_2'
12
+ config.gem 'client_side_validations-rails_2', :lib => 'client_side_validations/rails_2'
13
13
  ```
14
14
 
15
15
  Run the `gems:install` `rake` task:
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.require_paths = ["lib"]
20
20
 
21
21
  s.add_dependency 'activesupport', '~> 2.3.0'
22
- s.add_dependency 'client_side_validations', '3.1.0.beta.2'
22
+ s.add_dependency 'client_side_validations', '3.1.0.rc.1'
23
23
 
24
24
  s.add_development_dependency 'activerecord', '~> 2.3.0'
25
25
  s.add_development_dependency 'actionpack', '~> 2.3.0'
@@ -1,5 +1,5 @@
1
1
  module ClientSideValidations
2
2
  module Rails2
3
- VERSION = "0.0.1"
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: client_side_validations-rails_2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
5
4
  prerelease:
6
- segments:
7
- - 0
8
- - 0
9
- - 1
10
- version: 0.0.1
5
+ version: 0.0.2
11
6
  platform: ruby
12
7
  authors:
13
8
  - Brian Cardarella
@@ -15,7 +10,7 @@ autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
12
 
18
- date: 2011-06-12 00:00:00 -04:00
13
+ date: 2011-06-14 00:00:00 -04:00
19
14
  default_executable:
20
15
  dependencies:
21
16
  - !ruby/object:Gem::Dependency
@@ -26,11 +21,6 @@ dependencies:
26
21
  requirements:
27
22
  - - ~>
28
23
  - !ruby/object:Gem::Version
29
- hash: 3
30
- segments:
31
- - 2
32
- - 3
33
- - 0
34
24
  version: 2.3.0
35
25
  type: :runtime
36
26
  version_requirements: *id001
@@ -42,14 +32,7 @@ dependencies:
42
32
  requirements:
43
33
  - - "="
44
34
  - !ruby/object:Gem::Version
45
- hash: 62196439
46
- segments:
47
- - 3
48
- - 1
49
- - 0
50
- - beta
51
- - 2
52
- version: 3.1.0.beta.2
35
+ version: 3.1.0.rc.1
53
36
  type: :runtime
54
37
  version_requirements: *id002
55
38
  - !ruby/object:Gem::Dependency
@@ -60,11 +43,6 @@ dependencies:
60
43
  requirements:
61
44
  - - ~>
62
45
  - !ruby/object:Gem::Version
63
- hash: 3
64
- segments:
65
- - 2
66
- - 3
67
- - 0
68
46
  version: 2.3.0
69
47
  type: :development
70
48
  version_requirements: *id003
@@ -76,11 +54,6 @@ dependencies:
76
54
  requirements:
77
55
  - - ~>
78
56
  - !ruby/object:Gem::Version
79
- hash: 3
80
- segments:
81
- - 2
82
- - 3
83
- - 0
84
57
  version: 2.3.0
85
58
  type: :development
86
59
  version_requirements: *id004
@@ -92,9 +65,6 @@ dependencies:
92
65
  requirements:
93
66
  - - ">="
94
67
  - !ruby/object:Gem::Version
95
- hash: 3
96
- segments:
97
- - 0
98
68
  version: "0"
99
69
  type: :development
100
70
  version_requirements: *id005
@@ -106,9 +76,6 @@ dependencies:
106
76
  requirements:
107
77
  - - ">="
108
78
  - !ruby/object:Gem::Version
109
- hash: 3
110
- segments:
111
- - 0
112
79
  version: "0"
113
80
  type: :development
114
81
  version_requirements: *id006
@@ -120,23 +87,17 @@ dependencies:
120
87
  requirements:
121
88
  - - ">="
122
89
  - !ruby/object:Gem::Version
123
- hash: 3
124
- segments:
125
- - 0
126
90
  version: "0"
127
91
  type: :development
128
92
  version_requirements: *id007
129
93
  - !ruby/object:Gem::Dependency
130
- name: ruby-debug
94
+ name: ruby-debug19
131
95
  prerelease: false
132
96
  requirement: &id008 !ruby/object:Gem::Requirement
133
97
  none: false
134
98
  requirements:
135
99
  - - ">="
136
100
  - !ruby/object:Gem::Version
137
- hash: 3
138
- segments:
139
- - 0
140
101
  version: "0"
141
102
  type: :development
142
103
  version_requirements: *id008
@@ -199,18 +160,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
199
160
  requirements:
200
161
  - - ">="
201
162
  - !ruby/object:Gem::Version
202
- hash: 3
203
- segments:
204
- - 0
205
163
  version: "0"
206
164
  required_rubygems_version: !ruby/object:Gem::Requirement
207
165
  none: false
208
166
  requirements:
209
167
  - - ">="
210
168
  - !ruby/object:Gem::Version
211
- hash: 3
212
- segments:
213
- - 0
214
169
  version: "0"
215
170
  requirements: []
216
171