[DRE-commits] [ruby-bindata] 01/03: Merge tag 'upstream/2.3.5'

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Fri Jan 27 00:03:39 UTC 2017


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

lucasmoura-guest pushed a commit to branch master
in repository ruby-bindata.

commit 52de128a6fa00ec2d92e2189f23beb0d741ffd2e
Merge: ad3a15d a751e86
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Thu Jan 26 21:17:20 2017 -0200

    Merge tag 'upstream/2.3.5'
    
    Upstream version 2.3.5

 .travis.yml                          |   9 ++-
 ChangeLog.rdoc                       |  19 +++++
 Rakefile                             |   4 +-
 examples/gzip.rb                     |  48 +++++------
 examples/ip_address.rb               |   7 +-
 examples/list.rb                     |  40 +++++-----
 examples/nbt.rb                      |  28 +++----
 examples/tcp_ip.rb                   |  26 +++---
 lib/bindata/alignment.rb             |   4 +-
 lib/bindata/array.rb                 |  45 +++++------
 lib/bindata/base.rb                  |  25 +++---
 lib/bindata/base_primitive.rb        |  37 +++++----
 lib/bindata/bits.rb                  |   8 +-
 lib/bindata/buffer.rb                |  16 ++--
 lib/bindata/choice.rb                |  24 +++---
 lib/bindata/count_bytes_remaining.rb |   3 +-
 lib/bindata/delayed_io.rb            |  24 +++---
 lib/bindata/dsl.rb                   | 136 +++++++++++++++----------------
 lib/bindata/float.rb                 |  29 ++++---
 lib/bindata/int.rb                   |  14 ++--
 lib/bindata/io.rb                    | 106 +++++++++++++++++++-----
 lib/bindata/lazy.rb                  |   6 +-
 lib/bindata/name.rb                  |   4 +-
 lib/bindata/offset.rb                |   6 +-
 lib/bindata/params.rb                |  28 +++----
 lib/bindata/primitive.rb             |   6 +-
 lib/bindata/registry.rb              |  32 +++++---
 lib/bindata/rest.rb                  |   3 +-
 lib/bindata/sanitize.rb              |  35 ++++----
 lib/bindata/skip.rb                  |  63 +++++++++++++--
 lib/bindata/string.rb                |  12 +--
 lib/bindata/stringz.rb               |   6 +-
 lib/bindata/struct.rb                |  32 ++++----
 lib/bindata/trace.rb                 |  17 ++--
 lib/bindata/version.rb               |   2 +-
 lib/bindata/virtual.rb               |   6 +-
 lib/bindata/warnings.rb              |   8 +-
 test/alignment_test.rb               |   8 +-
 test/array_test.rb                   |  58 +++++++-------
 test/base_primitive_test.rb          |  34 ++++----
 test/base_test.rb                    |  12 +--
 test/bits_test.rb                    |   2 +-
 test/buffer_test.rb                  |  49 +++++++-----
 test/choice_test.rb                  |  40 +++++-----
 test/count_bytes_remaining_test.rb   |   2 +-
 test/delayed_io_test.rb              |  52 ++++++------
 test/io_test.rb                      |  79 ++++++++++++++++++
 test/lazy_test.rb                    |  32 ++++----
 test/offset_test.rb                  |  16 ++--
 test/params_test.rb                  |  22 ++---
 test/primitive_test.rb               |  22 ++---
 test/record_test.rb                  | 100 +++++++++++------------
 test/registry_test.rb                |  59 ++++++++------
 test/rest_test.rb                    |   2 +-
 test/skip_test.rb                    |  76 +++++++++++++++---
 test/string_test.rb                  |  48 +++++------
 test/stringz_test.rb                 |   2 +-
 test/struct_test.rb                  | 151 ++++++++++++++++++-----------------
 test/system_test.rb                  | 102 +++++++++++------------
 test/virtual_test.rb                 |   6 +-
 60 files changed, 1095 insertions(+), 797 deletions(-)

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



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