expressir 1.3.2-x64-mingw32 → 1.3.3-x64-mingw32
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: 14c7d47ea0d1fd51da3a453820c8633e5d588c4abbed716f4d919188cadabdbb
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: bf6b83fcd2e4e4a37d3019dc5a42ab241d9c2260e77c83d56a2305bfe698ea63
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 30735575800fbc32f5463ec4ea1e3f356b864a6e60dbe6c475449aa2173538c79bfc025cbac78e61654d1d1b7eb00ad333df971bc9f4f984e316c494943ed6ee
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 6afb297bfe7e21d69cb1e76a5363733aaf5ce8a10abe6ec890b00776344b2c0e942abd89e8c2cfb2cd8a5246c83e0f046ca0c38667616c03832f8227c890ab08
         
     | 
| 
         @@ -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 
     | 
| 
         Binary file 
     | 
    
        data/lib/expressir/version.rb
    CHANGED