lz4_flex 0.1.1-x86_64-linux → 0.1.2-x86_64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lz4_flex/3.2/lz4_flex_ext.so +0 -0
- data/lib/lz4_flex/3.3/lz4_flex_ext.so +0 -0
- data/lib/lz4_flex/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: a99f71f9bd5dff9e4e8a51a12895e98bb1210ce1a626e3eaacd923f0fb08c13d
|
4
|
+
data.tar.gz: 01cd88e693822052323c744743a5628bdc7efe4c7bc0c0888cfaf2ee2053db52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ae935948a84c1f39c3c9d83e3e5728a2392cc4c2d5a83c862e6abe07f56db0f0e7ce39de573f02cb48a955e7a43d6ab97e03a4c0b1ac39e6930b137311687cc
|
7
|
+
data.tar.gz: b2ad85e15c65c32d4be7968b9f4671513afc3b410464170ae4f28ce88ffbad81cbbed46b850624dc3174a08c9fe5842265eac5443b06a19703fbbe7a04974f83
|
Binary file
|
Binary file
|
data/lib/lz4_flex/version.rb
CHANGED
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: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Shopify Engineering
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-20 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
|