Skip to content

Commit

Permalink
Unpick changes from v2.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Jul 5, 2021
1 parent c3b1e5d commit bc6523e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Tooling/internal:
- Update rubocop again and run it in CI. [#444](https://github.com/rubyzip/rubyzip/pull/444)
- Fix a test that was incorrect on big-endian architectures. [#445](https://github.com/rubyzip/rubyzip/pull/445)

# 2.3.2 (2021-07-05)

- A "dummy" release to warn about breaking changes coming in version 3.0. This updated version uses the Gem `post_install_message` instead of printing to `STDERR`.

# 2.3.1 (2021-07-03)

- A "dummy" release to warn about breaking changes coming in version 3.0.
Expand Down
4 changes: 0 additions & 4 deletions lib/zip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
require 'zip/errors'

module Zip
BANNER = [].freeze

extend self
attr_accessor :unicode_names,
:on_exists_proc,
Expand All @@ -57,8 +55,6 @@ module Zip
}.freeze

def reset!
warn BANNER.join("\n") unless BANNER.empty?

@_ran_once = false
@unicode_names = false
@on_exists_proc = false
Expand Down

0 comments on commit bc6523e

Please sign in to comment.