add warn_invalid_date readme
This commit is contained in:
parent
ecea81f5f6
commit
d9d6c1ce86
|
|
@ -199,6 +199,12 @@ You can set the default compression level like so:
|
|||
Zip.default_compression = Zlib::DEFAULT_COMPRESSION
|
||||
```
|
||||
|
||||
In some zip date of files stored in incorrect format. You can hide warning about it by using:
|
||||
|
||||
```ruby
|
||||
Zip.warn_invalid_date = false
|
||||
```
|
||||
|
||||
It defaults to `Zlib::DEFAULT_COMPRESSION`. Possible values are `Zlib::BEST_COMPRESSION`, `Zlib::DEFAULT_COMPRESSION` and `Zlib::NO_COMPRESSION`
|
||||
|
||||
All settings in same time
|
||||
|
|
|
|||
Loading…
Reference in New Issue