Skip to content

Commit 8b5afd4

Browse files
authored
Merge pull request #1 from jspanjers/require
Add file "rubyzip/bzip2.rb" which is automatically required
2 parents 7e08fe3 + 17a95db commit 8b5afd4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
# X.X.X (Next)
2+
3+
- Fix automatic require
4+
15
# 0.0.1
2-
Initial version
6+
7+
- Initial version

lib/rubyzip/bzip2.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# frozen_string_literal: true
2+
3+
require 'zip/bzip2'

0 commit comments

Comments
 (0)