[DRE-commits] [ruby-zip] 03/13: Merge tag 'upstream/1.1.0'

David Suárez deiv-guest at moszumanska.debian.org
Sun Dec 29 19:42:44 UTC 2013


This is an automated email from the git hooks/post-receive script.

deiv-guest pushed a commit to branch master
in repository ruby-zip.

commit c6a920bf6b3886ab0ed491da1289089f12ef37b9
Merge: a82e77d 5c23fe8
Author: David Suárez <david.sephirot at gmail.com>
Date:   Sun Dec 29 18:42:54 2013 +0100

    Merge tag 'upstream/1.1.0'
    
    Upstream version 1.1.0

 .gitignore                                  |   21 +
 .travis.yml                                 |   26 +
 ChangeLog                                   | 1146 ----------------
 Changelog.md                                |  201 +++
 Gemfile                                     |    6 +
 NEWS                                        |  162 ---
 README                                      |   72 -
 README.md                                   |  206 +++
 Rakefile                                    |  116 +-
 TODO                                        |    2 +-
 install.rb                                  |   23 -
 lib/zip.rb                                  |   57 +
 lib/zip/central_directory.rb                |  205 +++
 lib/zip/compressor.rb                       |   10 +
 lib/zip/constants.rb                        |   63 +
 lib/zip/decompressor.rb                     |   13 +
 lib/zip/deflater.rb                         |   29 +
 lib/zip/dos_time.rb                         |   49 +
 lib/zip/entry.rb                            |  674 ++++++++++
 lib/zip/entry_set.rb                        |   87 ++
 lib/zip/errors.rb                           |    8 +
 lib/zip/extra_field.rb                      |   97 ++
 lib/zip/extra_field/generic.rb              |   43 +
 lib/zip/extra_field/universal_time.rb       |   47 +
 lib/zip/extra_field/unix.rb                 |   38 +
 lib/zip/extra_field/zip64.rb                |   67 +
 lib/zip/extra_field/zip64_placeholder.rb    |   16 +
 lib/zip/file.rb                             |  426 ++++++
 lib/zip/{zipfilesystem.rb => filesystem.rb} |  254 ++--
 lib/zip/inflater.rb                         |   65 +
 lib/zip/input_stream.rb                     |  156 +++
 lib/zip/ioextras.rb                         |  171 +--
 lib/zip/ioextras/abstract_input_stream.rb   |  111 ++
 lib/zip/ioextras/abstract_output_stream.rb  |   45 +
 lib/zip/null_compressor.rb                  |   15 +
 lib/zip/null_decompressor.rb                |   27 +
 lib/zip/null_input_stream.rb                |   10 +
 lib/zip/output_stream.rb                    |  175 +++
 lib/zip/pass_thru_compressor.rb             |   23 +
 lib/zip/pass_thru_decompressor.rb           |   41 +
 lib/zip/stdrubyext.rb                       |  111 --
 lib/zip/streamable_directory.rb             |   15 +
 lib/zip/streamable_stream.rb                |   47 +
 lib/zip/tempfile_bugfixed.rb                |  195 ---
 lib/zip/version.rb                          |    3 +
 lib/zip/zip.rb                              | 1880 ---------------------------
 lib/zip/ziprequire.rb                       |   90 --
 rubyzip.gemspec                             |   17 +
 samples/.cvsignore                          |    4 +
 samples/example.rb                          |   32 +-
 samples/example_filesystem.rb               |    4 +-
 samples/example_recursive.rb                |   49 +
 samples/gtkRubyzip.rb                       |    2 +-
 samples/qtzip.rb                            |    4 +-
 samples/write_simple.rb                     |    2 +-
 samples/zipdialogui.ui                      |  150 +++
 samples/zipfind.rb                          |    2 +-
 test/.cvsignore                             |   11 +
 test/alltests.rb                            |   13 +-
 test/data/.cvsignore                        |    1 +
 test/data/globTest.zip                      |  Bin 0 -> 1146 bytes
 test/data/globTest/foo.txt                  |    0
 test/data/globTest/foo/bar/baz/foo.txt      |    0
 test/data/globTest/food.txt                 |    0
 test/data/zip64-sample.zip                  |  Bin 0 -> 816 bytes
 test/gentestfiles.rb                        |   94 +-
 test/ioextrastest.rb                        |  118 +-
 test/stdrubyexttest.rb                      |   52 -
 test/zip64_full_test.rb                     |   46 +
 test/zipfilesystemtest.rb                   |  230 ++--
 test/ziprequiretest.rb                      |   43 -
 test/ziptest.rb                             | 1393 +++++++++++++-------
 testAllRubies.sh                            |    4 +
 73 files changed, 4804 insertions(+), 4811 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-zip.git



More information about the Pkg-ruby-extras-commits mailing list