deflate-ruby 0.1.0 → 1.0.1
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 +4 -4
- data/lib/deflate_ruby/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e670314c2da6be6fc12111613263a61ac5f15db2906c1fbb2c4c6abde003ab3
|
|
4
|
+
data.tar.gz: 306125e5f2e1ae25e54134720f36f10b92ddde1029737cc88e5fabe08ae9a352
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f0ab0b9bd66a7e0e03522d3d7fef7e0213b68946afdafcd1c98746004091b07b6dfa932b93e7ae729a251ed1ae07f4127d8acacb586d9ca82e482f6297f1703
|
|
7
|
+
data.tar.gz: 47dae9389d4f9c2f1c64b8015ab09ecbf3fe0cf425904381ab273bd5fa624d6dd54ab8dc51432d697b733f700b79bd4fb34e2ca4d2d7091897453f0284d4525d
|
data/lib/deflate_ruby/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: deflate-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- John Greninger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
@@ -56,7 +56,7 @@ description: Ruby bindings for libdeflate, providing fast DEFLATE, zlib, and gzi
|
|
|
56
56
|
compression/decompression. Significantly faster than Ruby's built-in Zlib for whole-buffer
|
|
57
57
|
operations. Includes libdeflate v1.21 source code with platform-specific optimizations.
|
|
58
58
|
email:
|
|
59
|
-
-
|
|
59
|
+
- jgreninger@hotmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions:
|
|
62
62
|
- ext/deflate_ruby/extconf.rb
|