blake3-rb 1.5.4.4-x64-mingw-ucrt → 1.5.5.pre0-x64-mingw-ucrt
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: 53f2df43ef83ea4244291977e2be499671ad8536bcfc5536e0ed5590e53254b3
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 851ed8eaf7bf46a0b938e17bd5f9a3f234b6c3a41491357b5f6d726d93437254
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 0e9ac181c8eb134b7fed0bceb9436bf5b9bec83cee3d9683f3cfc524402ff318ff9423d221646a073ec8d3144407183ed6f30795592c89462f556e28c08f6daf
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 4946953bcdcc24f711920ca2d5b3f7e691e715543e9bdbf698928a0369565859f349763d1e1961713a93458a5af1aa98a6a256bf8cf2aa42d0648c9f0983c013
         
     | 
| 
         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: x64-mingw-ucrt
         
     | 
| 
       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: '0'
         
     | 
| 
       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.
         
     |