blake3-rb 1.5.4.4-x86_64-linux-musl → 1.5.5.pre0-x86_64-linux-musl
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: d2990b761add0fb2e72f8b685ba389d6438b80e445c6a0d5186841a5f960a1c9
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 8896cdf11dd61d60be2c10e38836fcb090f0c9bfc851cf09ad93731835008fe8
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 7b5528bc05fd0851e22c2faf3f52d830f2caa7ecc6ff2d748729edc9935682e9ead96b7b60da3ffa610807825956536a8b67c6154a6afcf519a55a17cec6d427
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: cc38a08584c6e3aa36eacd5600101843c8a92b2dee700cecb9fecb5c465d307104ff7b37efed5a2f6c9c82683a3fbba7b40fb4df0c2d5aaf67f4524c5b4d87ff
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: blake3-rb
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1.5. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.5.5.pre0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: x86_64-linux-musl
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Ian Ker-Seymer
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: exe
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date:  
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2025-01-12 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       13 
13 
     | 
    
         
             
            description: Provides native bindings to the Blake3 hash function for Ruby.
         
     | 
| 
       14 
14 
     | 
    
         
             
            email: 
         
     | 
| 
         @@ -23,6 +23,7 @@ files: 
     | 
|
| 
       23 
23 
     | 
    
         
             
            - lib/digest/blake3/3.1/blake3_ext.so
         
     | 
| 
       24 
24 
     | 
    
         
             
            - lib/digest/blake3/3.2/blake3_ext.so
         
     | 
| 
       25 
25 
     | 
    
         
             
            - lib/digest/blake3/3.3/blake3_ext.so
         
     | 
| 
      
 26 
     | 
    
         
            +
            - lib/digest/blake3/3.4/blake3_ext.so
         
     | 
| 
       26 
27 
     | 
    
         
             
            homepage: https://github.com/Shopify/blake3-ruby
         
     | 
| 
       27 
28 
     | 
    
         
             
            licenses:
         
     | 
| 
       28 
29 
     | 
    
         
             
            - MIT
         
     | 
| 
         @@ -41,14 +42,14 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       41 
42 
     | 
    
         
             
                  version: '3.1'
         
     | 
| 
       42 
43 
     | 
    
         
             
              - - "<"
         
     | 
| 
       43 
44 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       44 
     | 
    
         
            -
                  version: 3. 
     | 
| 
      
 45 
     | 
    
         
            +
                  version: 3.5.dev
         
     | 
| 
       45 
46 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       46 
47 
     | 
    
         
             
              requirements:
         
     | 
| 
       47 
48 
     | 
    
         
             
              - - ">="
         
     | 
| 
       48 
49 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       49 
50 
     | 
    
         
             
                  version: 3.3.22
         
     | 
| 
       50 
51 
     | 
    
         
             
            requirements: []
         
     | 
| 
       51 
     | 
    
         
            -
            rubygems_version: 3. 
     | 
| 
      
 52 
     | 
    
         
            +
            rubygems_version: 3.5.23
         
     | 
| 
       52 
53 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       53 
54 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       54 
55 
     | 
    
         
             
            summary: Blake3 hash function bindings for Ruby.
         
     |