sass-rails 6.0.0.beta2 → 6.0.0.beta3
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/lib/sass/rails/version.rb +1 -1
- metadata +9 -9
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 8b5c4c41aa239bf860260fd4e873410094b0387b7fb836c694b6c20d9fea684a
         | 
| 4 | 
            +
              data.tar.gz: 1b1b5177c00140a176842dadfd5c0e26612fcb07fa051a28ffa03eee4c55e179
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 2c8dff8da4419c4a6821fb892bcca7a9a981eaad5b1c3ce56c3fef8cd36dbb705663f1bafe163cb778ad66eb57d92610b9c6bf6fcda81f7c6610790522a9f885
         | 
| 7 | 
            +
              data.tar.gz: f156d1529c626c1681357ebb155162c012cf3c39590f74a2e5a578d8b43577ab98f78ee236f78b8add7f684a5c59ba956b8bd50634d136c90b756c6ae5b190a4
         | 
    
        data/lib/sass/rails/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: sass-rails
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 6.0.0. | 
| 4 | 
            +
              version: 6.0.0.beta3
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - wycats
         | 
| @@ -9,28 +9,28 @@ authors: | |
| 9 9 | 
             
            autorequire: 
         | 
| 10 10 | 
             
            bindir: bin
         | 
| 11 11 | 
             
            cert_chain: []
         | 
| 12 | 
            -
            date: 2019- | 
| 12 | 
            +
            date: 2019-04-22 00:00:00.000000000 Z
         | 
| 13 13 | 
             
            dependencies:
         | 
| 14 14 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 15 15 | 
             
              name: sassc-rails
         | 
| 16 16 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 17 17 | 
             
                requirements:
         | 
| 18 | 
            -
                - - ">="
         | 
| 19 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 20 | 
            -
                    version: 2.1.0
         | 
| 21 18 | 
             
                - - "~>"
         | 
| 22 19 | 
             
                  - !ruby/object:Gem::Version
         | 
| 23 20 | 
             
                    version: '2.1'
         | 
| 21 | 
            +
                - - ">="
         | 
| 22 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 23 | 
            +
                    version: 2.1.1
         | 
| 24 24 | 
             
              type: :runtime
         | 
| 25 25 | 
             
              prerelease: false
         | 
| 26 26 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 27 27 | 
             
                requirements:
         | 
| 28 | 
            -
                - - ">="
         | 
| 29 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 30 | 
            -
                    version: 2.1.0
         | 
| 31 28 | 
             
                - - "~>"
         | 
| 32 29 | 
             
                  - !ruby/object:Gem::Version
         | 
| 33 30 | 
             
                    version: '2.1'
         | 
| 31 | 
            +
                - - ">="
         | 
| 32 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 33 | 
            +
                    version: 2.1.1
         | 
| 34 34 | 
             
            description: Sass adapter for the Rails asset pipeline.
         | 
| 35 35 | 
             
            email:
         | 
| 36 36 | 
             
            - wycats@gmail.com
         | 
| @@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 66 66 | 
             
                - !ruby/object:Gem::Version
         | 
| 67 67 | 
             
                  version: 1.3.1
         | 
| 68 68 | 
             
            requirements: []
         | 
| 69 | 
            -
            rubygems_version: 3.0. | 
| 69 | 
            +
            rubygems_version: 3.0.3
         | 
| 70 70 | 
             
            signing_key: 
         | 
| 71 71 | 
             
            specification_version: 4
         | 
| 72 72 | 
             
            summary: Sass adapter for the Rails asset pipeline.
         |