client_side_validations-simple_form 2.0.0.rc.1 → 2.0.0.rc.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/client_side_validations-simple_form.gemspec +1 -1
 - data/lib/client_side_validations/simple_form.rb +2 -0
 - data/lib/client_side_validations/simple_form/form_builder.rb +1 -0
 - data/lib/client_side_validations/simple_form/version.rb +1 -1
 - data/vendor/assets/javascripts/rails.validations.simple_form.js +1 -1
 - metadata +5 -5
 
| 
         @@ -13,7 +13,7 @@ Gem::Specification.new do |gem| 
     | 
|
| 
       13 
13 
     | 
    
         
             
              gem.require_paths = ['lib']
         
     | 
| 
       14 
14 
     | 
    
         
             
              gem.version       = ClientSideValidations::SimpleForm::VERSION
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
       16 
     | 
    
         
            -
              gem.add_dependency 'client_side_validations', '~> 3.2.0.rc. 
     | 
| 
      
 16 
     | 
    
         
            +
              gem.add_dependency 'client_side_validations', '~> 3.2.0.rc.2'
         
     | 
| 
       17 
17 
     | 
    
         
             
              gem.add_dependency 'simple_form', '~> 2.0.3'
         
     | 
| 
       18 
18 
     | 
    
         | 
| 
       19 
19 
     | 
    
         
             
              gem.add_development_dependency 'rails', '~> 3.2.0'
         
     | 
| 
         @@ -11,6 +11,7 @@ module ClientSideValidations 
     | 
|
| 
       11 
11 
     | 
    
         
             
                          :error_tag => wrapper.find(:error).defaults[:tag],
         
     | 
| 
       12 
12 
     | 
    
         
             
                          :wrapper_error_class => wrapper.defaults[:error_class],
         
     | 
| 
       13 
13 
     | 
    
         
             
                          :wrapper_tag => wrapper.defaults[:tag],
         
     | 
| 
      
 14 
     | 
    
         
            +
                          :wrapper_class => wrapper.defaults[:class].first,
         
     | 
| 
       14 
15 
     | 
    
         
             
                          :wrapper => options[:wrapper] || ::SimpleForm.default_wrapper
         
     | 
| 
       15 
16 
     | 
    
         
             
                        }
         
     | 
| 
       16 
17 
     | 
    
         
             
                      end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: client_side_validations-simple_form
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 2.0.0.rc. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 2.0.0.rc.2
         
     | 
| 
       5 
5 
     | 
    
         
             
              prerelease: 6
         
     | 
| 
       6 
6 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       7 
7 
     | 
    
         
             
            authors:
         
     | 
| 
         @@ -9,7 +9,7 @@ authors: 
     | 
|
| 
       9 
9 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       10 
10 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       11 
11 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       12 
     | 
    
         
            -
            date: 2012-10- 
     | 
| 
      
 12 
     | 
    
         
            +
            date: 2012-10-08 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.rc. 
     | 
| 
      
 21 
     | 
    
         
            +
                    version: 3.2.0.rc.2
         
     | 
| 
       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.rc. 
     | 
| 
      
 29 
     | 
    
         
            +
                    version: 3.2.0.rc.2
         
     | 
| 
       30 
30 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       31 
31 
     | 
    
         
             
              name: simple_form
         
     | 
| 
       32 
32 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -200,7 +200,7 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       200 
200 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       201 
201 
     | 
    
         
             
                  segments:
         
     | 
| 
       202 
202 
     | 
    
         
             
                  - 0
         
     | 
| 
       203 
     | 
    
         
            -
                  hash:  
     | 
| 
      
 203 
     | 
    
         
            +
                  hash: 3474601852210185885
         
     | 
| 
       204 
204 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       205 
205 
     | 
    
         
             
              none: false
         
     | 
| 
       206 
206 
     | 
    
         
             
              requirements:
         
     |