peasy-compress 0.2.2 → 0.2.3

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: 033a9852955bd1857c411963ce0c86b90ffb89514c2a07cbf3b4fe401ad6da8e
4
- data.tar.gz: 92a345a23acc8b130a90bc263001916a7571e5229cce32baa2c13cb4b7f88069
3
+ metadata.gz: fcf2b337b9c63ab3d956fa4a3a79793461fff08ca14681c4366af501bdd21f22
4
+ data.tar.gz: b103f0c7d9647acd60f55d5d5952fe89cecb58e85c12fc4380219fff351caa70
5
5
  SHA512:
6
- metadata.gz: ccbc95f6ead063776019934a62e45be4c52a8b5fa8dbbbdf535f53c357cf222ec74c0f10699f537484b86c70a1fe34ae937007df82a7d401a5fbbb10d9d44763
7
- data.tar.gz: ae582591daaaaac7530893e3e450278000fc7757ec4e8c6b7793432d2e7969571e70392828199098a634f3135401be502c3e01507ea74bff2f24064532287427
6
+ metadata.gz: 4366f0fdc444b4d03a438fc2d8a870494c30355d9838916cf7de4053be6b27d892d2f1d952f76a221d91da47e4c135315743d0bafd6c200f59adfeb0bbf2f85d
7
+ data.tar.gz: 256be09693fbcb7fdc54b39c6227be4c95820ae1cd08e89a4e14136e5da7bd993e49721b39914c00733caae38b0262387b311cab860e3e40276384bdb529f31c
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PeasyCompress
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peasy-compress
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - PeasyTools
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-18 00:00:00.000000000 Z
11
+ date: 2026-03-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Compression library for Ruby — gzip, deflate, and zlib compression with
14
14
  ratio calculation. Uses Ruby stdlib Zlib, zero external dependencies.