Skip to content

Commit

Permalink
Note write_zip64_support default is false before 3.0
Browse files Browse the repository at this point in the history
Improve accuracy of readme to note that write_zip64_support
is enabled by default in versions 3.0 and later.
  • Loading branch information
khuston authored and hainesr committed Feb 24, 2024
1 parent fd0cf54 commit b1ee5cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,14 @@ end

### Zip64 Support

By default, Zip64 support is enabled for writing. To disable it do this:
Since version 3.0, Zip64 support is enabled for writing by default. To disable it do this:

```ruby
Zip.write_zip64_support = false
```

Prior to version 3.0, Zip64 support is disabled for writing by default.

_NOTE_: If Zip64 write support is enabled then any extractor subsequently used may also require Zip64 support to read from the resultant archive.

### Block Form
Expand Down

0 comments on commit b1ee5cf

Please sign in to comment.