rubyzip 3.0.0.rc2 → 3.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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/Changelog.md +2 -1
  3. data/README.md +3 -14
  4. data/lib/zip/version.rb +1 -1
  5. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a2a18261870066289dfb751472f788cf6cc3cecb119b14ddfe33b982823215e
4
- data.tar.gz: 96db40d3eb0b9bd9ad96ae51c3f9ec0ca1fa290352aefd969c03a558c4f9dbe7
3
+ metadata.gz: 85e587f39028c9a48d66047083046fee73e8ef3c88d9748ce5b8088044e81037
4
+ data.tar.gz: abfced9c6032e1d153739f18edb891a0087d8832b1e39ea33bc39c9f0c540777
5
5
  SHA512:
6
- metadata.gz: e6dde3c07ee1a5949996cce233db30b51d96b5c3947ce590b1677bf6bb69f62a155253615b2c44d63af77264e0cbaf5c3be7e16996b6ad27674a5ac307fb1d0a
7
- data.tar.gz: bf6b290da9be2332de71fe6ba13ba5491d3c4bdfdd92f67b7276790bce535195950631071ba96d02e0800b030bf8332020b96c93effe35a03287b63ad7f94400
6
+ metadata.gz: bd01df0aba8c04064474e5b4a91253af88d2d5c826d7722c1ab8b266e98e6fff9d6d7cb233029715d0f7408ff30f14d5f1a2ce0477305a447833938bff7705cd
7
+ data.tar.gz: 6f107c538e0e28a1a52bb410b9f25f0d21b6bd0257537af3590b3102998114123bd29372107cdc04be620d4b6f586fa7f21f28b8775d110d0240059b1a455c62
data/Changelog.md CHANGED
@@ -1,4 +1,4 @@
1
- # 3.0.0 (Next)
1
+ # 3.0.0 (2025-07-28)
2
2
 
3
3
  - Fix de facto regression for input streams.
4
4
  - Fix `File#write_buffer` to always return the given `io`.
@@ -40,6 +40,7 @@
40
40
 
41
41
  Tooling/internal:
42
42
 
43
+ - No longer test setting `$\` in tests.
43
44
  - Add a test to ensure correct version number format.
44
45
  - Update the README with new Ruby version compatability information.
45
46
  - Fix various issues with JRuby tests.
data/README.md CHANGED
@@ -394,10 +394,10 @@ Rubyzip 2.3 is known to work on MRI 2.4 to 3.4 on Linux and Mac, and JRuby and T
394
394
 
395
395
  Please see the table below for what we think the current situation is. Note: an empty cell means "unknown", not "does not work".
396
396
 
397
- | OS/Ruby | 3.0 | 3.1 | 3.2 | 3.3 | 3.4 | Head | JRuby 9.4.9.0 | JRuby Head | Truffleruby 24.1.1 | Truffleruby Head |
397
+ | OS/Ruby | 3.0 | 3.1 | 3.2 | 3.3 | 3.4 | Head | JRuby 10.0.1.0 | JRuby Head | Truffleruby 24.2.1 | Truffleruby Head |
398
398
  |---------|-----|-----|-----|-----|-----|------|---------------|------------|--------------------|------------------|
399
- |Ubuntu 22.04| CI | CI | CI | CI | CI | ci | CI | ci | CI | ci |
400
- |Mac OS 14.7.2| CI | CI | CI | CI | CI | ci | x | | x | |
399
+ |Ubuntu 24.04| CI | CI | CI | CI | CI | ci | CI | ci | CI | ci |
400
+ |Mac OS 14.7.6| CI | CI | CI | CI | CI | ci | x | | x | |
401
401
  |Windows Server 2022| CI | | | | CI&nbsp;mswin</br>CI&nbsp;ucrt | | | | | |
402
402
 
403
403
  Key: `CI` - tested in CI, should work; `ci` - tested in CI, might fail; `x` - known working; `o` - known failing.
@@ -449,14 +449,3 @@ See https://github.com/rubyzip/rubyzip/graphs/contributors for a comprehensive l
449
449
  ## License
450
450
 
451
451
  Rubyzip is distributed under the same license as Ruby. In practice this means you can use it under the terms of the Ruby License or the 2-Clause BSD License. See https://www.ruby-lang.org/en/about/license.txt and LICENSE.md for details.
452
-
453
- ## Research notice
454
- Please note that this repository is participating in a study into sustainability
455
- of open source projects. Data will be gathered about this repository for
456
- approximately the next 12 months, starting from June 2021.
457
-
458
- Data collected will include number of contributors, number of PRs, time taken to
459
- close/merge these PRs, and issues closed.
460
-
461
- For more information, please visit
462
- [our informational page](https://sustainable-open-science-and-software.github.io/) or download our [participant information sheet](https://sustainable-open-science-and-software.github.io/assets/PIS_sustainable_software.pdf).
data/lib/zip/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Zip
4
- VERSION = '3.0.0.rc2' # :nodoc:
4
+ VERSION = '3.0.0' # :nodoc:
5
5
  end
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.0.rc2
4
+ version: 3.0.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-02-08 00:00:00.000000000 Z
13
+ date: 2025-07-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest
@@ -195,9 +195,9 @@ licenses:
195
195
  - BSD-2-Clause
196
196
  metadata:
197
197
  bug_tracker_uri: https://github.com/rubyzip/rubyzip/issues
198
- changelog_uri: https://github.com/rubyzip/rubyzip/blob/v3.0.0.rc2/Changelog.md
199
- documentation_uri: https://www.rubydoc.info/gems/rubyzip/3.0.0.rc2
200
- source_code_uri: https://github.com/rubyzip/rubyzip/tree/v3.0.0.rc2
198
+ changelog_uri: https://github.com/rubyzip/rubyzip/blob/v3.0.0/Changelog.md
199
+ documentation_uri: https://www.rubydoc.info/gems/rubyzip/3.0.0
200
+ source_code_uri: https://github.com/rubyzip/rubyzip/tree/v3.0.0
201
201
  wiki_uri: https://github.com/rubyzip/rubyzip/wiki
202
202
  rubygems_mfa_required: 'true'
203
203
  post_install_message:
@@ -211,9 +211,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
211
211
  version: '3.0'
212
212
  required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  requirements:
214
- - - ">"
214
+ - - ">="
215
215
  - !ruby/object:Gem::Version
216
- version: 1.3.1
216
+ version: '0'
217
217
  requirements: []
218
218
  rubygems_version: 3.4.1
219
219
  signing_key: