File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1- # 2.0.0 (Next)
1+ # 2.0.0 (2025-08-22)
2+
3+ * Bump version number for RubyZip v3.0 support.
4+ * Update to use RubyZip ~ > 3.0.0.
5+ * Update README with requirements for version 2.
6+
7+
8+ ## Tooling and internal changes
9+
10+ * Enable branch coverage analysis.
11+ * Update Rubocop and add extensions.
12+ * Prefer ` require_relative ` where appropriate.
13+ * Deal with Rubocop offences in gemspec.
14+ * Fix Style/RedundantReturn Rubocop offences.
15+ * Fix Style/OptionalBooleanParameter Rubocop offences.
16+ * Fix Performance/UnfreezeString Rubocop offences.
17+ * Fix Layout/LineContinuationSpacing Rubocop offences.
18+ * Fix Style/FileRead Rubocop offences.
19+ * Fix Layout/LeadingCommentSpace Rubocop offences.
20+ * Update GitHub Actions to use rubies >= 3.0.
21+ * Update Minitest and properly use it.
22+ * Remove use of JRuby object space in tests.
23+ * Update installation of bzip2 in windows tests.
224
325# 1.0.0 (2025-02-07)
426
Original file line number Diff line number Diff line change 44[ ![ Tests] ( https://github.com/rubyzip/rubyzip-bzip2/actions/workflows/tests.yml/badge.svg )] ( https://github.com/rubyzip/rubyzip-bzip2/actions/workflows/tests.yml )
55[ ![ Linter] ( https://github.com/rubyzip/rubyzip-bzip2/actions/workflows/lint.yml/badge.svg )] ( https://github.com/rubyzip/rubyzip-bzip2/actions/workflows/lint.yml )
66[ ![ Code Climate] ( https://codeclimate.com/github/rubyzip/rubyzip-bzip2.svg )] ( https://codeclimate.com/github/rubyzip/rubyzip-bzip2 )
7- [ ![ Coverage Status] ( https://img.shields.io/coveralls/rubyzip/rubyzip-bzip2.svg )] ( https://coveralls.io/r/rubyzip/rubyzip-bzip2?branch=master )
7+ [ ![ Coverage Status] ( https://img.shields.io/coveralls/rubyzip/rubyzip-bzip2.svg )] ( https://coveralls.io/r/rubyzip/rubyzip-bzip2?branch=main )
88
99The rubyzip-bzip2 gem provides an extension of the rubyzip gem for reading zip files compressed with bzip2 compression.
1010
@@ -35,7 +35,7 @@ gem 'rubyzip-bzip2'
3535```
3636
3737## Usage
38- Reading a zip file with bzip2 compression is not different from reading
38+ Reading a zip file with bzip2 compression is no different from reading
3939any other zip file using rubyzip:
4040
4141``` ruby
You can’t perform that action at this time.
0 commit comments