expressir 1.3.2-x86_64-darwin → 1.3.3-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
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 4429aa33303fa2b08488b2af392c8dbb9613d5f2fecc59ceb5abf9080ee98c16
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: bfddb2815b1b3576400fd43b33fcb9a5da8444267464263bc329c950c403b78d
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 563700dcd5b842a95583f09862b16e61c7f405da6472dc4773a1418d7cc84fa113a9549ca9a3f5aa1d90b40c7c213f142e14341254781c7f63c59b710dae1315
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 1c05e022ec9373727a2b77517df75bde8456890d40ea20223775c3ff514376fbea8d9b93bab2db2151133aeb7d0cad5ced8ffb5895419abb0fdf227d48d3a898
         
     | 
| 
         @@ -44,7 +44,7 @@ jobs: 
     | 
|
| 
       44 
44 
     | 
    
         
             
                strategy:
         
     | 
| 
       45 
45 
     | 
    
         
             
                  fail-fast: false
         
     | 
| 
       46 
46 
     | 
    
         
             
                  matrix:
         
     | 
| 
       47 
     | 
    
         
            -
                    platform: [ linux-gnu, windows, darwin ]
         
     | 
| 
      
 47 
     | 
    
         
            +
                    platform: [ linux-gnu, linux-musl, windows, darwin ]
         
     | 
| 
       48 
48 
     | 
    
         
             
                steps:
         
     | 
| 
       49 
49 
     | 
    
         
             
                  - uses: actions/checkout@v4
         
     | 
| 
       50 
50 
     | 
    
         
             
                    with:
         
     | 
| 
         @@ -106,6 +106,11 @@ jobs: 
     | 
|
| 
       106 
106 
     | 
    
         
             
                      name: pkg-linux-gnu
         
     | 
| 
       107 
107 
     | 
    
         
             
                      path: pkg
         
     | 
| 
       108 
108 
     | 
    
         | 
| 
      
 109 
     | 
    
         
            +
                  - uses: actions/download-artifact@v4
         
     | 
| 
      
 110 
     | 
    
         
            +
                    with:
         
     | 
| 
      
 111 
     | 
    
         
            +
                      name: pkg-linux-musl
         
     | 
| 
      
 112 
     | 
    
         
            +
                      path: pkg
         
     | 
| 
      
 113 
     | 
    
         
            +
             
     | 
| 
       109 
114 
     | 
    
         
             
                  - uses: actions/download-artifact@v4
         
     | 
| 
       110 
115 
     | 
    
         
             
                    with:
         
     | 
| 
       111 
116 
     | 
    
         
             
                      name: pkg-windows
         
     | 
| 
         Binary file 
     | 
    
        data/lib/expressir/version.rb
    CHANGED