rubyzip 3.0.2 → 3.2.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyzip
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Haines
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2025-08-21 00:00:00.000000000 Z
13
+ date: 2025-10-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest
@@ -60,42 +60,42 @@ dependencies:
60
60
  requirements:
61
61
  - - "~>"
62
62
  - !ruby/object:Gem::Version
63
- version: 1.61.0
63
+ version: 1.80.2
64
64
  type: :development
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - "~>"
69
69
  - !ruby/object:Gem::Version
70
- version: 1.61.0
70
+ version: 1.80.2
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: rubocop-performance
73
73
  requirement: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - "~>"
76
76
  - !ruby/object:Gem::Version
77
- version: 1.20.0
77
+ version: 1.26.0
78
78
  type: :development
79
79
  prerelease: false
80
80
  version_requirements: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - "~>"
83
83
  - !ruby/object:Gem::Version
84
- version: 1.20.0
84
+ version: 1.26.0
85
85
  - !ruby/object:Gem::Dependency
86
86
  name: rubocop-rake
87
87
  requirement: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - "~>"
90
90
  - !ruby/object:Gem::Version
91
- version: 0.6.0
91
+ version: 0.7.1
92
92
  type: :development
93
93
  prerelease: false
94
94
  version_requirements: !ruby/object:Gem::Requirement
95
95
  requirements:
96
96
  - - "~>"
97
97
  - !ruby/object:Gem::Version
98
- version: 0.6.0
98
+ version: 0.7.1
99
99
  - !ruby/object:Gem::Dependency
100
100
  name: simplecov
101
101
  requirement: !ruby/object:Gem::Requirement
@@ -141,6 +141,7 @@ files:
141
141
  - lib/zip/central_directory.rb
142
142
  - lib/zip/compressor.rb
143
143
  - lib/zip/constants.rb
144
+ - lib/zip/crypto/aes_encryption.rb
144
145
  - lib/zip/crypto/decrypted_io.rb
145
146
  - lib/zip/crypto/encryption.rb
146
147
  - lib/zip/crypto/null_encryption.rb
@@ -153,6 +154,7 @@ files:
153
154
  - lib/zip/entry_set.rb
154
155
  - lib/zip/errors.rb
155
156
  - lib/zip/extra_field.rb
157
+ - lib/zip/extra_field/aes.rb
156
158
  - lib/zip/extra_field/generic.rb
157
159
  - lib/zip/extra_field/ntfs.rb
158
160
  - lib/zip/extra_field/old_unix.rb
@@ -195,9 +197,9 @@ licenses:
195
197
  - BSD-2-Clause
196
198
  metadata:
197
199
  bug_tracker_uri: https://github.com/rubyzip/rubyzip/issues
198
- changelog_uri: https://github.com/rubyzip/rubyzip/blob/v3.0.2/Changelog.md
199
- documentation_uri: https://www.rubydoc.info/gems/rubyzip/3.0.2
200
- source_code_uri: https://github.com/rubyzip/rubyzip/tree/v3.0.2
200
+ changelog_uri: https://github.com/rubyzip/rubyzip/blob/v3.2.0/Changelog.md
201
+ documentation_uri: https://www.rubydoc.info/gems/rubyzip/3.2.0
202
+ source_code_uri: https://github.com/rubyzip/rubyzip/tree/v3.2.0
201
203
  wiki_uri: https://github.com/rubyzip/rubyzip/wiki
202
204
  rubygems_mfa_required: 'true'
203
205
  post_install_message:
@@ -215,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
215
217
  - !ruby/object:Gem::Version
216
218
  version: '0'
217
219
  requirements: []
218
- rubygems_version: 3.4.1
220
+ rubygems_version: 3.4.19
219
221
  signing_key:
220
222
  specification_version: 4
221
223
  summary: rubyzip is a ruby module for reading and writing zip files