expressir 1.3.2-arm64-darwin → 1.3.3-arm64-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: a077bcf36dfa705ec141945f8b9aa06d0ff2fdc069f0982706a4e192b439ca08
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: a344fe872758c42b8720c978f042557066f8df4e44f2613d0c6a2368a36e79f4
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 80671b7b88e7143df76bd3b910cd1a219e3e7c41cbb942921b4f4acb4594212f891933c0e566dac57556d13c6506feb5353766c16beb0e43c2333e35902f3786
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: d0d5aef8a5a0f7b29013df80d198797f545767d48e8844a0a2bfd8e8b0fc40ac75bb0f4626997714e7af3bb0b782bee6d0ee22155b80f9c1ec9082f3db132f22
         
     | 
| 
         @@ -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