readme and new update. Gemfile cleanup
This commit is contained in:
parent
609de2ff48
commit
b57d47bffa
3
Gemfile
3
Gemfile
|
|
@ -2,7 +2,4 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
gem 'rspec', '>= 2.14.0'
|
|
||||||
gem 'minitest'
|
|
||||||
gem 'pry'
|
|
||||||
gem 'coveralls', :require => false
|
gem 'coveralls', :require => false
|
||||||
|
|
|
||||||
6
NEWS
6
NEWS
|
|
@ -1,3 +1,9 @@
|
||||||
|
= Version 1.0.0
|
||||||
|
|
||||||
|
Changed the API for gem. Now it can be used without require param in Gemfile.
|
||||||
|
Added read-only support for Zip64 files.
|
||||||
|
Added support for setting Unicode file names.
|
||||||
|
|
||||||
= Version 0.9.9
|
= Version 0.9.9
|
||||||
|
|
||||||
Added support for backslashes in zip files (generated by the default Windows
|
Added support for backslashes in zip files (generated by the default Windows
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
# rubyzip [](http://travis-ci.org/aussiegeek/rubyzip)[](https://codeclimate.com/github/aussiegeek/rubyzip)
|
# rubyzip
|
||||||
|
[](http://travis-ci.org/rubyzip/rubyzip)
|
||||||
|
[](https://codeclimate.com/github/rubyzip/rubyzip)
|
||||||
|
[](https://coveralls.io/r/rubyzip/rubyzip?branch=master)
|
||||||
|
|
||||||
rubyzip is a ruby library for reading and writing zip files.
|
rubyzip is a ruby library for reading and writing zip files.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue