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.
2
24
3
25
# 1.0.0 (2025-02-07)
4
26
Original file line number Diff line number Diff line change 4
4
[ ![ Tests] ( https://github.com/rubyzip/rubyzip-bzip2/actions/workflows/tests.yml/badge.svg )] ( https://github.com/rubyzip/rubyzip-bzip2/actions/workflows/tests.yml )
5
5
[ ![ Linter] ( https://github.com/rubyzip/rubyzip-bzip2/actions/workflows/lint.yml/badge.svg )] ( https://github.com/rubyzip/rubyzip-bzip2/actions/workflows/lint.yml )
6
6
[ ![ 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 )
8
8
9
9
The rubyzip-bzip2 gem provides an extension of the rubyzip gem for reading zip files compressed with bzip2 compression.
10
10
@@ -35,7 +35,7 @@ gem 'rubyzip-bzip2'
35
35
```
36
36
37
37
## 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
39
39
any other zip file using rubyzip:
40
40
41
41
``` ruby
You can’t perform that action at this time.
0 commit comments