lz4_flex 1.0.0-aarch64-linux → 1.0.1-aarch64-linux

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: abf6b57aaa4c2384d58702089820392f802d0dca91cb91e4f99490f3ae66a739
4
- data.tar.gz: 7304e2320995fc39fef4f0acf691ea7ccdd0c40e86b5c19434cc572152054ef7
3
+ metadata.gz: 4a8932586f11512e46dda7431dba15f8f121ad337330e91048ff6a4868b446ab
4
+ data.tar.gz: b72e2e114f59112c5ca6c2c1404e8cf316661d184180be8ae9fe5cf8eb0b8acf
5
5
  SHA512:
6
- metadata.gz: b9dba7b7894cbcd7cf92bc0bbd38ff6794e8a18de7088cf75222e36ec8bdcadca20d93066b4dbcc904cdd8b2daf3554082ece97e79c4495feee50b8e93feb6bc
7
- data.tar.gz: cae3a1aedacc8fa9b85a721efae95661b9223648cd188e5ee6fb3a61db379c67b37e27ed3dc69c2a9378d2c2507510ec8d2614df4c207580d89ccd7f77a76163
6
+ metadata.gz: ec66c38738c6c61740d7b4259fba035ffa26d293db7cc62d793012abfd10bfbf0721fd14bf73133dcd97fc52b78f72c9e293ed0bef411676a808903eaa91bd19
7
+ data.tar.gz: 9d9ee6324ec4927ebe8e4b78b4823542f7eb96866a3f427c2c320a4f4c1890c42d109c28de11d30c21761e6c49663812b79a6d8e7b15c56cbb497f3115dc9559
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: aarch64-linux
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