From b1b82bbd9eb0fbd651744dd0916f650c4420634b Mon Sep 17 00:00:00 2001 From: Robert Haines Date: Tue, 11 Jan 2022 22:21:20 +0000 Subject: [PATCH] Tidy up updating notes in README. --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 4e9d888..d2c98da 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Rubyzip is a ruby library for reading and writing zip files. ## Important notes -### Version 3.0 +### Updating to version 3.0 The public API of some classes has been modernized to use named parameters for optional arguments. Please check your usage of the following Rubyzip classes: * `File` @@ -18,17 +18,6 @@ The public API of some classes has been modernized to use named parameters for o * `InputStream` * `OutputStream` -### Older versions (pre 2.0) - -The Rubyzip interface has changed!!! No need to do `require "zip/zip"` and `Zip` prefix in class names removed. - -If you have issues with any third-party gems that require an old version of rubyzip, you can use this workaround: - -```ruby -gem 'rubyzip', '>= 1.0.0' # will load new rubyzip version -gem 'zip-zip' # will load compatibility for old rubyzip API. -``` - ## Requirements Version 3.x requires at least Ruby 2.5.