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 +3 -0
- data/README.markdown +1 -0
- data/client_side_validations-rails_2.gemspec +1 -1
- data/lib/client_side_validations/rails_2/version.rb +1 -1
- metadata +3 -3
data/HISTORY
CHANGED
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.
|
|
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'
|
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.
|
|
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-
|
|
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.
|
|
35
|
+
version: 3.0.11
|
|
36
36
|
type: :runtime
|
|
37
37
|
version_requirements: *id002
|
|
38
38
|
- !ruby/object:Gem::Dependency
|