[DRE-commits] [ruby-bindata] branch master updated (ad3a15d -> a13a780)

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 change to branch master
in repository ruby-bindata.

      from  ad3a15d   make lintian happy
      adds  a751e86   New upstream version 2.3.5
       new  52de128   Merge tag 'upstream/2.3.5'
       new  e8c9394   New upstream version 2.3.5
       new  a13a780   Create release

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                          |   9 ++-
 ChangeLog.rdoc                       |  19 +++++
 Rakefile                             |   4 +-
 debian/changelog                     |   7 ++
 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 +-
 61 files changed, 1102 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