tailwindcss-rails 2.6.1-x86_64-darwin → 2.6.2-x86_64-darwin
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/exe/x86_64-darwin/tailwindcss +0 -0
- data/lib/tailwindcss/upstream.rb +1 -1
- data/lib/tailwindcss/version.rb +1 -1
- metadata +3 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: c5cd247ecccd3989e7de803686a2deafbe48f3f89ce6592732efc4c5f184c6f6
         | 
| 4 | 
            +
              data.tar.gz: 8a71b96e1e6bb54ff990891a7e7a4dd6f95c6b2a69f194316d801bc43c4c0e5d
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 0b41436414f4ba8b644123452e9a5b37a957b668b02a4cfd100a8a6e5aa04abdd38c803e77a70fd32b927f004fae5c582615c2d79b8c512c904216a1215392d4
         | 
| 7 | 
            +
              data.tar.gz: c2f0af52c2b8c3dbcaa021ec7619b79f4233939a39febe2d7ad7f7e651adfdd42279b686c7a94e2f35f5b39ac8388d18e17b4671c697573705d8793b3fb2fb23
         | 
| Binary file | 
    
        data/lib/tailwindcss/upstream.rb
    CHANGED
    
    
    
        data/lib/tailwindcss/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: tailwindcss-rails
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 2.6. | 
| 4 | 
            +
              version: 2.6.2
         | 
| 5 5 | 
             
            platform: x86_64-darwin
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - David Heinemeier Hansson
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: exe
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2024- | 
| 11 | 
            +
            date: 2024-07-15 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: railties
         | 
| @@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 104 104 | 
             
                - !ruby/object:Gem::Version
         | 
| 105 105 | 
             
                  version: 3.2.0
         | 
| 106 106 | 
             
            requirements: []
         | 
| 107 | 
            -
            rubygems_version: 3.5. | 
| 107 | 
            +
            rubygems_version: 3.5.11
         | 
| 108 108 | 
             
            signing_key:
         | 
| 109 109 | 
             
            specification_version: 4
         | 
| 110 110 | 
             
            summary: Integrate Tailwind CSS with the asset pipeline in Rails.
         |