autoprefixer-rails 10.4.2.0 → 10.4.13.0
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/CHANGELOG.md +13 -0
 - data/README.md +2 -2
 - data/lib/autoprefixer-rails/processor.rb +2 -2
 - data/lib/autoprefixer-rails/version.rb +1 -1
 - data/vendor/autoprefixer.js +2530 -2079
 - metadata +7 -7
 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: autoprefixer-rails
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 10.4. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 10.4.13.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Andrey Sitnik
         
     | 
| 
       8 
     | 
    
         
            -
            autorequire: 
     | 
| 
      
 8 
     | 
    
         
            +
            autorequire:
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date:  
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-03-01 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: execjs
         
     | 
| 
         @@ -108,7 +108,7 @@ dependencies: 
     | 
|
| 
       108 
108 
     | 
    
         
             
                - - ">="
         
     | 
| 
       109 
109 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       110 
110 
     | 
    
         
             
                    version: '0'
         
     | 
| 
       111 
     | 
    
         
            -
            description: 
     | 
| 
      
 111 
     | 
    
         
            +
            description:
         
     | 
| 
       112 
112 
     | 
    
         
             
            email: andrey@sitnik.ru
         
     | 
| 
       113 
113 
     | 
    
         
             
            executables: []
         
     | 
| 
       114 
114 
     | 
    
         
             
            extensions: []
         
     | 
| 
         @@ -135,7 +135,7 @@ metadata: 
     | 
|
| 
       135 
135 
     | 
    
         
             
              changelog_uri: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
         
     | 
| 
       136 
136 
     | 
    
         
             
              source_code_uri: https://github.com/ai/autoprefixer-rails
         
     | 
| 
       137 
137 
     | 
    
         
             
              bug_tracker_uri: https://github.com/ai/autoprefixer-rails/issues
         
     | 
| 
       138 
     | 
    
         
            -
            post_install_message: 
     | 
| 
      
 138 
     | 
    
         
            +
            post_install_message:
         
     | 
| 
       139 
139 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       140 
140 
     | 
    
         
             
            require_paths:
         
     | 
| 
       141 
141 
     | 
    
         
             
            - lib
         
     | 
| 
         @@ -150,8 +150,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       150 
150 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       151 
151 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       152 
152 
     | 
    
         
             
            requirements: []
         
     | 
| 
       153 
     | 
    
         
            -
            rubygems_version: 3. 
     | 
| 
       154 
     | 
    
         
            -
            signing_key: 
     | 
| 
      
 153 
     | 
    
         
            +
            rubygems_version: 3.3.3
         
     | 
| 
      
 154 
     | 
    
         
            +
            signing_key:
         
     | 
| 
       155 
155 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       156 
156 
     | 
    
         
             
            summary: Parse CSS and add vendor prefixes to CSS rules using values from the Can
         
     | 
| 
       157 
157 
     | 
    
         
             
              I Use website.
         
     |