lz4_flex 1.0.0-x86_64-darwin → 1.0.1-x86_64-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: 027d294d5ce9b783ba410e5e2f3b2b1f2201a818e617fcc9cb6b363e7ba8acee
4
- data.tar.gz: 2a0095b3bbce56f8e50318c4065b438b93f7c8ca7753138a10fbe0f625194f94
3
+ metadata.gz: 3bf526f07bddc32aa7f077eb934bc6bedceed03e0febe12aa5b836bc94ad4fb7
4
+ data.tar.gz: 41431f91677e775f41be0b71a8d181d82afa2f9e7c4e87829312459b4f306694
5
5
  SHA512:
6
- metadata.gz: 344e142ece7ebf461706473ec86d1c1eeeed75a5c0878b04294cad1cafa0c50c289e64927b0dda7f20ef7942b451e874e9da033f98da31ba15fdb55a90f5a54a
7
- data.tar.gz: fe7444a4c4ee9825fb6e362543b0292793d65fa9334331213ce01ae08d7f524cedff83616606aea6bb16ea655b6102487155d5098ce57c98fdd5e7e90cae78fe
6
+ metadata.gz: 0421ea9ffddd349f0f26a23cd4714e601777c1327f8818e70068f88efe1822223da3cc9e124ef1e0d0db515e03b559f2601240cce26aca1ba1bf10e30cd03b8c
7
+ data.tar.gz: 4dce6837e27576f010829c94eb1878d878379f227ff917424ac76522ad208a156283b0e7a0b26001662edd76fd363f7646c1c05854f82c97b24f2581066d82f0
Binary file
Binary file
Binary file
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Lz4Flex
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lz4_flex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Shopify Engineering
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-11 00:00:00.000000000 Z
11
+ date: 2025-06-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A modern LZ4 compression library for Ruby, leveraging the power of the
14
14
  [`lz4_flex`](https://github.com/PSeitz/lz4_flex) Rust crate. This library provides