Version bump

This commit is contained in:
Alexander Simonov 2015-02-03 00:00:09 +02:00
parent 002959f2e2
commit 0cbae14c76
3 changed files with 13 additions and 2 deletions

View File

@ -2,7 +2,6 @@ language: ruby
sudo: false sudo: false
cache: bundler cache: bundler
rvm: rvm:
- 1.9.3
- 2.0.0 - 2.0.0
- 2.1.5 - 2.1.5
- 2.2.0 - 2.2.0

View File

@ -1,3 +1,15 @@
1.1.7
=====
* Fix UTF-8 support for comments
* `Zip.sort_entries` working for zip output
* Prevent tempfile path from being unlinked by garbage collection
* NTFS Extra Field (0x000a) support
* Use String#tr instead of String#gsub
* Ability to not show warning about incorrect date
* Be smarter about handling buffer file modes.
* Support for Traditional Encryption (ZipCrypto)
1.1.6 1.1.6
===== =====

View File

@ -1,3 +1,3 @@
module Zip module Zip
VERSION = '1.1.6' VERSION = '1.1.7'
end end