deflate-ruby 0.1.0 → 1.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/deflate_ruby/version.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68bc8b3a391756a9e043136b9b124086964806fcbb5683810181f4fcd19442ab
4
- data.tar.gz: 17442db0cf381e96a52c0c198efdbf762b360c7b5decb552e82d1e8b72f0adec
3
+ metadata.gz: 6543cbb3e7b652d2f453551d6828dedceb36fb5752493d1bc138a9b3db886db9
4
+ data.tar.gz: f0c01a65248b28f8edf8f1a7b0727178f1e3181c41c46931e50e6cf0d453a74b
5
5
  SHA512:
6
- metadata.gz: 46dbf853b6d7a0632253f167a2f792a69cc85c6623f8eaa77f4f96f6153c7f42af13e4f8c7efb3675245f2303899c80825e12aa3d94cdfbd03ace89d646bc9f8
7
- data.tar.gz: 00fffef0a4c970467a3ffd9501f843af740d280f181af56255defb0189c82f5f0552133a3b3f27f54e322bfff0cbe860ab31771028c469f9d4ed58f23ba34a08
6
+ metadata.gz: 4070162a11f98598b61a8f37b147629d7f6d925872c79453184cb188d608e72ff68534ac2a9ee043911103a9f1259492c2328940fa4d43983c0486c2052a3425
7
+ data.tar.gz: 8cc30d94073c449e17968b0d367aa88e3905c28f44e808356675869ac3192647419a083cee47a65004e625e8d580777711508e2a16eaef3ffb682acb0fc6f480
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DeflateRuby
4
- VERSION = "0.1.0"
4
+ VERSION = "1.0.0"
5
5
  end
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.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
- - deflate-ruby contributors
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
- - noreply@example.com
59
+ - jgreninger@hotmail.com
60
60
  executables: []
61
61
  extensions:
62
62
  - ext/deflate_ruby/extconf.rb