[DRE-commits] [ruby-msgpack] branch master updated (5aeea63 -> 2d8923b)

Jonas Genannt jonas at brachium-system.net
Thu Jul 31 09:15:22 UTC 2014


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

hggh-guest pushed a change to branch master
in repository ruby-msgpack.

      from  5aeea63   Prepare changelog
      adds  8046b61   Imported Upstream version 0.5.8
       new  505eebe   Merge tag 'upstream/0.5.8'
       new  1c7b775   removed 20_fix_loadlib not needed anymore
       new  c80c54a   d/control: removed double whitespaces
       new  2d8923b   d/control: wrap-sort

The 4 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:
 ChangeLog                     |  18 +++++++
 README.rdoc                   |  30 ++++++++++-
 Rakefile                      |  24 ++++++---
 debian/control                |  11 ++--
 debian/patches/20_fix_loadlib |   9 ----
 debian/patches/series         |   1 -
 doclib/msgpack.rb             |  46 ++++++++++++-----
 doclib/msgpack/packer.rb      |   2 +
 doclib/msgpack/unpacker.rb    |   6 ++-
 ext/msgpack/buffer.c          |   8 +--
 ext/msgpack/buffer.h          |   9 ++--
 ext/msgpack/buffer_class.c    |   2 +-
 ext/msgpack/buffer_class.h    |   2 +-
 ext/msgpack/compat.h          |   2 +-
 ext/msgpack/core_ext.c        |   2 +-
 ext/msgpack/core_ext.h        |   2 +-
 ext/msgpack/packer.c          |   2 +-
 ext/msgpack/packer.h          |   2 +-
 ext/msgpack/packer_class.c    |  48 ++++++++++--------
 ext/msgpack/packer_class.h    |   2 +-
 ext/msgpack/rbinit.c          |   2 +-
 ext/msgpack/rmem.c            |   2 +-
 ext/msgpack/rmem.h            |   2 +-
 ext/msgpack/sysdep.h          |   2 +-
 ext/msgpack/sysdep_endian.h   |   2 +-
 ext/msgpack/sysdep_types.h    |   2 +-
 ext/msgpack/unpacker.c        | 113 +++++++++++++++++++++++++++++++-----------
 ext/msgpack/unpacker.h        |  10 +++-
 ext/msgpack/unpacker_class.c  |  53 ++++++++++++--------
 ext/msgpack/unpacker_class.h  |   4 +-
 lib/msgpack.rb                |  10 ++--
 lib/msgpack/version.rb        |   2 +-
 metadata.yml                  |   9 ++--
 msgpack.gemspec               |   3 +-
 spec/buffer_io_spec.rb        |   2 +-
 spec/unpacker_spec.rb         |  66 +++++++++++++++++++++++-
 36 files changed, 365 insertions(+), 147 deletions(-)
 delete mode 100644 debian/patches/20_fix_loadlib

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



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