From 17a95dbc5b88a6b446f4391328da1e11de790b3c Mon Sep 17 00:00:00 2001 From: Jan-Joost Spanjers Date: Tue, 4 Feb 2020 09:32:14 +0100 Subject: [PATCH] Add file "rubyzip/bzip2.rb" which is automatically required --- Changelog.md | 7 ++++++- lib/rubyzip/bzip2.rb | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 lib/rubyzip/bzip2.rb diff --git a/Changelog.md b/Changelog.md index d527919..1f581e8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,2 +1,7 @@ +# X.X.X (Next) + +- Fix automatic require + # 0.0.1 -Initial version + +- Initial version diff --git a/lib/rubyzip/bzip2.rb b/lib/rubyzip/bzip2.rb new file mode 100644 index 0000000..c5f5551 --- /dev/null +++ b/lib/rubyzip/bzip2.rb @@ -0,0 +1,3 @@ +# frozen_string_literal: true + +require 'zip/bzip2'