client_side_validations-rails_2 1.0.0 → 1.0.1

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
+ == 1.0.1
2
+ Updated dependency for at least ClientSideValidaitons v3.0.11
3
+
1
4
  == 1.0.0
2
5
  Lock to 3-0-stable series of ClientSideValidations
3
6
 
data/README.markdown CHANGED
@@ -1,6 +1,7 @@
1
1
  # ClientSideValidations for Rails 2.3.x #
2
2
 
3
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
+ Please check out the [ClientSideValidations GoogleGroup](http://groups.google.com/group/client_side_validations)
4
5
 
5
6
  ## Installation ##
6
7
 
@@ -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.0.9'
22
+ s.add_dependency 'client_side_validations', '~> 3.0.11'
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 = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
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.0
5
+ version: 1.0.1
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-20 00:00:00 -04:00
13
+ date: 2011-06-22 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -32,7 +32,7 @@ dependencies:
32
32
  requirements:
33
33
  - - ~>
34
34
  - !ruby/object:Gem::Version
35
- version: 3.0.9
35
+ version: 3.0.11
36
36
  type: :runtime
37
37
  version_requirements: *id002
38
38
  - !ruby/object:Gem::Dependency