ffi-libarchive-binary 0.4.0-x64-mingw32 → 0.4.1-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 +4 -4
 - data/ext/configuration.yml +3 -3
 - data/lib/ffi-libarchive-binary/libarchive.dll +0 -0
 - data/lib/ffi-libarchive-binary/version.rb +1 -1
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 324329ce8abd0420ce845d126b60adaaf669d6862811ffb7917a6f50dfef5718
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 1ac793c0973f15f5c880146f8fb6ed5a8486ce72763c5096f60e6e5878b49ca2
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 132d4eaee7e1b5ed8bbb4d32ed6f5e5327609fe4391754d10f63ca7bb1565a57096df734701cc89073880e762d9b90cc9b1beb944a23b52a2c58f8f8c754c9d7
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 67e73eabdc22b51a28f5fd0e8a4902f75a9e6a44b3987972f71dd875db9b2271c77789924ae603eddcac304b797b36555be020f57d1fdc53a559d513543dd4bf
         
     | 
    
        data/ext/configuration.yml
    CHANGED
    
    | 
         @@ -35,6 +35,6 @@ libraries: 
     | 
|
| 
       35 
35 
     | 
    
         
             
                  sha256: "a2105abee17bcd2ebd15ced31b4f5eda6e17efd6b10f921a01cda4a44c91b3a0"
         
     | 
| 
       36 
36 
     | 
    
         
             
              libarchive:
         
     | 
| 
       37 
37 
     | 
    
         
             
                all:
         
     | 
| 
       38 
     | 
    
         
            -
                  version: "3.7. 
     | 
| 
       39 
     | 
    
         
            -
                  url: "https://www.libarchive.org/downloads/libarchive-3.7. 
     | 
| 
       40 
     | 
    
         
            -
                  sha256: " 
     | 
| 
      
 38 
     | 
    
         
            +
                  version: "3.7.9"
         
     | 
| 
      
 39 
     | 
    
         
            +
                  url: "https://www.libarchive.org/downloads/libarchive-3.7.9.tar.gz"
         
     | 
| 
      
 40 
     | 
    
         
            +
                  sha256: "aa90732c5a6bdda52fda2ad468ac98d75be981c15dde263d7b5cf6af66fd009f"
         
     | 
| 
         Binary file 
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: ffi-libarchive-binary
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.4. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.4.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: x64-mingw32
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Ribose Inc.
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire:
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: exe
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date:  
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2025-04-09 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: bundler
         
     |