aureus 2.1.3 → 2.1.4
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/app/assets/stylesheets/aureus/theme/form.scss +1 -1
- data/lib/aureus/version.rb +1 -1
- metadata +3 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 2b6bc83e94e616d6d1c0d6794c6d5f1908137e63
         | 
| 4 | 
            +
              data.tar.gz: 72bf1e9b1984f099e04d53fa605cec70536c8293
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: b59200ec049d253dff0a460fdeceb54a6df97197143c66b7aecdba31d89a02afa1e8cca5a00debac3df5363ca97fc1d04f2f9ab6cffbe551b8505c7153bb6290
         | 
| 7 | 
            +
              data.tar.gz: 647b195205a1a1a3f18787b85c040e2786503ae86698a80d5926c5100dc7b85efaf9d6a17e7e83d9eab5162022afc00a5b628c1fe74f0786b06ec75abb407674
         | 
    
        data/Gemfile.lock
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            PATH
         | 
| 2 2 | 
             
              remote: .
         | 
| 3 3 | 
             
              specs:
         | 
| 4 | 
            -
                aureus (2.1. | 
| 4 | 
            +
                aureus (2.1.4)
         | 
| 5 5 | 
             
                  formtastic (= 2.3.0.rc3)
         | 
| 6 6 | 
             
                  haml-rails (~> 0.5)
         | 
| 7 7 | 
             
                  jquery-datatables-rails (~> 1.12)
         | 
| @@ -64,7 +64,7 @@ GEM | |
| 64 64 | 
             
                jquery-rails (3.1.0)
         | 
| 65 65 | 
             
                  railties (>= 3.0, < 5.0)
         | 
| 66 66 | 
             
                  thor (>= 0.14, < 2.0)
         | 
| 67 | 
            -
                jquery-ui-rails (4.2. | 
| 67 | 
            +
                jquery-ui-rails (4.2.1)
         | 
| 68 68 | 
             
                  railties (>= 3.2.16)
         | 
| 69 69 | 
             
                leaflet-rails (0.7.2)
         | 
| 70 70 | 
             
                mapbox-rails (1.6.1.1)
         | 
| @@ -29,7 +29,7 @@ form { | |
| 29 29 | 
             
                color: $color-form-labels;
         | 
| 30 30 | 
             
                font-size: 14px;
         | 
| 31 31 | 
             
              }
         | 
| 32 | 
            -
              input[type="text"], input[type=password], input[type=email], input[type=tel], textarea, select[multiple=multiple] {
         | 
| 32 | 
            +
              input[type="text"], input[type=password], input[type=number], input[type=email], input[type=tel], textarea, select[multiple=multiple] {
         | 
| 33 33 | 
             
                border: 1px solid $color-form-field-border;
         | 
| 34 34 | 
             
                box-sizing: border-box;
         | 
| 35 35 | 
             
                font-size: 14px;
         | 
    
        data/lib/aureus/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aureus
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 2.1. | 
| 4 | 
            +
              version: 2.1.4
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Joël Gähhwiler
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2014-04- | 
| 11 | 
            +
            date: 2014-04-30 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: sass-rails
         | 
| @@ -269,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 269 269 | 
             
                  version: '0'
         | 
| 270 270 | 
             
            requirements: []
         | 
| 271 271 | 
             
            rubyforge_project: 
         | 
| 272 | 
            -
            rubygems_version: 2.2. | 
| 272 | 
            +
            rubygems_version: 2.2.2
         | 
| 273 273 | 
             
            signing_key: 
         | 
| 274 274 | 
             
            specification_version: 4
         | 
| 275 275 | 
             
            summary: a nice looking framework for your rails admin interfaces
         |