archive_r_ruby 0.1.1 → 0.1.2

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: 9a8f5f36df76b02e8958ece7035d22b52a08c4bc640b072ce61cfa61585503e5
4
- data.tar.gz: 431555c7cbedfb15f7186c7c5eec0c1beec2df1a327274c89d5a00521aac6ff0
3
+ metadata.gz: c84dab51e8d84438b6eca7d3d96baa9398ea8606307e423b2416b7f12f263ecf
4
+ data.tar.gz: 2b1df674056604436d193e8bfa871bfb823a41c2ba0edc6dd220d30c958f5ef0
5
5
  SHA512:
6
- metadata.gz: bb3280490c9e71c098635003d2d2fd8b4c62020d9cceff8cd5333aad90fa04f92710c009bc3b45599bbd493677b60ec50e4f1eed2e81fc3986776ff3445430c9
7
- data.tar.gz: cb9e118ecdbeb376dac376b46cc2c1d8b746189f0f24e804f45c54796d8aa6051813b84f46cb19543bdb03efde09977d6442cb94d5baf33d3ed9af995b19e126
6
+ metadata.gz: 15230cc63edf0704c6d7fd129b0fd5460eb42c474c34eeb5cd6ce834095819ea5202541fdada77a00f4aa63c0379fb152c8c10047b4386a02522858c6579ab71
7
+ data.tar.gz: 8ec342c7bb690af3daeeb4774db7e2ab838273bc36bbb964fbe3cb825cddb0963d1700948e03c5cb1dc7b4ece6f513d711a42e7e4cbee5e4cc061586657d9306
@@ -1,5 +1,5 @@
1
1
  archive_r License
2
- Version: 0.1.1 (2025-12-01)
2
+ Version: 0.1.2 (2025-12-02)
3
3
 
4
4
  ----------------------------------------
5
5
  Primary License
@@ -44,13 +44,34 @@ License shown above.
44
44
  - Purpose: header-only binding generator for the Python extension module.
45
45
  - License: BSD-style License (https://github.com/pybind/pybind11)
46
46
 
47
- 3. rake (development dependency for Ruby bindings)
48
- - Purpose: build and release tasks for the Ruby gem.
49
- - License: MIT License (https://github.com/ruby/rake)
47
+ The following components are redistributed only because libarchive (bundled with archive_r) depends on them at runtime:
50
48
 
51
- 4. minitest (development dependency for Ruby bindings)
52
- - Purpose: unit testing framework for the Ruby gem.
53
- - License: MIT License (https://github.com/minitest/minitest)
49
+ 3. zlib
50
+ - Purpose: libarchive dependency providing DEFLATE compression; bundled inside archive_r binaries and wheels because libarchive requires it.
51
+ - License: zlib License (https://zlib.net/zlib_license.html)
54
52
 
53
+ 4. bzip2
54
+ - Purpose: libarchive dependency providing bzip2 compression support; distributed with archive_r artifacts.
55
+ - License: BSD-style license (https://sourceware.org/bzip2/)
56
+
57
+ 5. liblzma (XZ Utils)
58
+ - Purpose: libarchive dependency providing LZMA/XZ compression; included with archive_r packages.
59
+ - License: Public Domain + GNU LGPLv2.1+ (https://tukaani.org/xz/)
60
+
61
+ 6. libxml2
62
+ - Purpose: libarchive dependency used for archive formats such as xar; distributed alongside archive_r.
63
+ - License: MIT-style License (http://xmlsoft.org/)
64
+
65
+ 7. zstd
66
+ - Purpose: libarchive dependency providing Zstandard compression; shipped within archive_r binaries.
67
+ - License: BSD License (https://github.com/facebook/zstd)
68
+
69
+ 8. OpenSSL 3
70
+ - Purpose: libarchive dependency providing cryptographic support for encrypted archives; included with archive_r packages.
71
+ - License: Apache License 2.0 with OpenSSL exception (https://www.openssl.org/source/license.html)
72
+
73
+ 9. libiconv / libcharset
74
+ - Purpose: libxml2/libarchive dependency for character set conversion; redistributed with archive_r artifacts.
75
+ - License: GNU LGPLv2.1+ (https://www.gnu.org/software/libiconv/)
55
76
  Users of archive_r should review the linked third-party licenses to ensure
56
77
  compliance with their terms when redistributing this software.
@@ -1,5 +1,5 @@
1
1
  archive_r License
2
- Version: 0.1.1 (2025-12-01)
2
+ Version: 0.1.2 (2025-12-02)
3
3
 
4
4
  ----------------------------------------
5
5
  Primary License
@@ -44,13 +44,34 @@ License shown above.
44
44
  - Purpose: header-only binding generator for the Python extension module.
45
45
  - License: BSD-style License (https://github.com/pybind/pybind11)
46
46
 
47
- 3. rake (development dependency for Ruby bindings)
48
- - Purpose: build and release tasks for the Ruby gem.
49
- - License: MIT License (https://github.com/ruby/rake)
47
+ The following components are redistributed only because libarchive (bundled with archive_r) depends on them at runtime:
50
48
 
51
- 4. minitest (development dependency for Ruby bindings)
52
- - Purpose: unit testing framework for the Ruby gem.
53
- - License: MIT License (https://github.com/minitest/minitest)
49
+ 3. zlib
50
+ - Purpose: libarchive dependency providing DEFLATE compression; bundled inside archive_r binaries and wheels because libarchive requires it.
51
+ - License: zlib License (https://zlib.net/zlib_license.html)
54
52
 
53
+ 4. bzip2
54
+ - Purpose: libarchive dependency providing bzip2 compression support; distributed with archive_r artifacts.
55
+ - License: BSD-style license (https://sourceware.org/bzip2/)
56
+
57
+ 5. liblzma (XZ Utils)
58
+ - Purpose: libarchive dependency providing LZMA/XZ compression; included with archive_r packages.
59
+ - License: Public Domain + GNU LGPLv2.1+ (https://tukaani.org/xz/)
60
+
61
+ 6. libxml2
62
+ - Purpose: libarchive dependency used for archive formats such as xar; distributed alongside archive_r.
63
+ - License: MIT-style License (http://xmlsoft.org/)
64
+
65
+ 7. zstd
66
+ - Purpose: libarchive dependency providing Zstandard compression; shipped within archive_r binaries.
67
+ - License: BSD License (https://github.com/facebook/zstd)
68
+
69
+ 8. OpenSSL 3
70
+ - Purpose: libarchive dependency providing cryptographic support for encrypted archives; included with archive_r packages.
71
+ - License: Apache License 2.0 with OpenSSL exception (https://www.openssl.org/source/license.html)
72
+
73
+ 9. libiconv / libcharset
74
+ - Purpose: libxml2/libarchive dependency for character set conversion; redistributed with archive_r artifacts.
75
+ - License: GNU LGPLv2.1+ (https://www.gnu.org/software/libiconv/)
55
76
  Users of archive_r should review the linked third-party licenses to ensure
56
77
  compliance with their terms when redistributing this software.
data/lib/archive_r.rb CHANGED
@@ -10,7 +10,7 @@ rescue LoadError
10
10
  end
11
11
 
12
12
  module Archive_r
13
- VERSION = "0.1.1"
13
+ VERSION = "0.1.2"
14
14
  # Common archive formats excluding libarchive's mtree/raw pseudo formats
15
15
  STANDARD_FORMATS = %w[
16
16
  7zip ar cab cpio empty iso9660 lha rar tar warc xar zip
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: archive_r_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - raiso.tcs
7
+ - raizo.tcs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-30 00:00:00.000000000 Z
11
+ date: 2025-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -38,16 +38,16 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '5.0'
41
- description: Fast archive traversal library with support for nested archives and multipart
42
- files
41
+ description: Ruby bindings for archive_r that recursively walk nested and multipart
42
+ archives directly from the source stream without creating temporary files
43
43
  email:
44
- - raiso.tcs@users.noreply.github.com
44
+ - raizo.tcs@users.noreply.github.com
45
45
  executables: []
46
46
  extensions:
47
47
  - ext/archive_r/extconf.rb
48
48
  extra_rdoc_files: []
49
49
  files:
50
- - LICENSE
50
+ - LICENSE.txt
51
51
  - README.md
52
52
  - ext/archive_r/archive_r_ext.cc
53
53
  - ext/archive_r/extconf.rb
@@ -108,5 +108,5 @@ requirements: []
108
108
  rubygems_version: 3.4.20
109
109
  signing_key:
110
110
  specification_version: 4
111
- summary: Ruby bindings for archive_r library
111
+ summary: Ruby bindings for archive_r that traverse nested archives without temp extraction
112
112
  test_files: []