omnizip 0.3.29 → 0.3.30

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: 49613f72782ef41fbe983241056267293c5ecafeafff47098eb07b4e1d80f5e6
4
- data.tar.gz: 6921e4bb903c3db18047551cf8e21b1e2611f95cc2884f2bb65ea3e70d7499ab
3
+ metadata.gz: 20b634d20f6abd7d5c44314d94b89e5008b1ad34e4c0efa14a01ef72a71c0723
4
+ data.tar.gz: 58d5380b5f2a98f92361395a55738047313f66c90bb9e662a56a47ee20333f11
5
5
  SHA512:
6
- metadata.gz: 833b6d67180347d762e3d585fdfa4fdd92121ed6177c5403573426fe4e827a53064ea26ea502492779bc8b911068e67099c43c8a4e99cca4627b3b7a79bdc4e3
7
- data.tar.gz: 84a0e6a263b9253ab5c51200aedae36a86de6856a956c68f37378a3e18f959dcce959517b93ee29ac75bdca7584fb03f413142e76c0f37a3fcf2224fb052061b
6
+ metadata.gz: efcdcc1f1f3cf2774a6c955531f5a6747f4bad4464e0521f27e89d6b5c97b31bedcd1e3e2315f421bb7bea29a4aa73ca4f75dcee8eec702516e8c2b5349fb115
7
+ data.tar.gz: 96d041e3847fa402dbf86cfa3f86b7ba7b9b12f754471e10a8c60de8e966decbb0cfeb3711f71cfb905bf7acfea62a30128a1fb573f4f52e8e8e29b37fecc00b
data/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.3.31] - 2026-08-27
11
+
12
+ ### Changed
13
+ - Re-enabled LZMA2 in the 7-Zip header-encryption and split-archive
14
+ specs (the multi-chunk encoder landed in 0.3.19; the specs had
15
+ been pinned to :copy) and replaced the match-encoding TODO with a
16
+ wire-level round-trip verification of the distance-8/length
17
+ pattern through the LZMA2 decoder. No code under lib/ changes.
18
+
10
19
  ## [0.3.30] - 2026-08-27
11
20
 
12
21
  ### Verified
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Omnizip
4
- VERSION = "0.3.29"
4
+ VERSION = "0.3.30"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnizip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.29
4
+ version: 0.3.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-08-26 00:00:00.000000000 Z
11
+ date: 2026-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64