client_side_validations-rails_2 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY CHANGED
@@ -1,3 +1,6 @@
1
+ == 1.0.4
2
+ Ensure ClientSideValidations module exists
3
+
1
4
  == 1.0.3
2
5
  Better tests backporting for ActiveModel.
3
6
  Fixed LengthValidator support
@@ -1,4 +1,6 @@
1
- module ClientSideValidations::Rails2; end
1
+ module ClientSideValidations
2
+ module Rails2; end
3
+ end
2
4
 
3
5
  require 'client_side_validations/rails_2/middleware'
4
6
  require 'client_side_validations/rails_2/action_view'
@@ -1,6 +1,6 @@
1
1
  module ClientSideValidations
2
2
  module Rails2
3
- VERSION = '1.0.3'
3
+ VERSION = '1.0.4'
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: client_side_validations-rails_2
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.3
5
+ version: 1.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brian Cardarella
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-27 00:00:00 -04:00
13
+ date: 2011-08-06 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  requirements: []
172
172
 
173
173
  rubyforge_project:
174
- rubygems_version: 1.5.3
174
+ rubygems_version: 1.3.9.2
175
175
  signing_key:
176
176
  specification_version: 3
177
177
  summary: Client Side Validations support for Rails 2.x