[DRE-commits] [ruby-msgpack] 01/04: Merge tag 'upstream/0.5.8'

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 commit to branch master
in repository ruby-msgpack.

commit 505eebea558f5322495e8f64f4e957abcd8edaf6
Merge: 5aeea63 8046b61
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Thu Jul 31 11:00:47 2014 +0200

    Merge tag 'upstream/0.5.8'
    
    Upstream version 0.5.8
    
    # gpg: Signature made Thu 31 Jul 2014 11:00:39 AM CEST using RSA key ID 016CFFD0
    # gpg: Good signature from "Jonas Genannt <jonas at brachium-system.net>"
    # gpg:                 aka "Jonas Genannt <jonas.genannt at capi2name.de>"
    
    * tag 'upstream/0.5.8':
      Imported Upstream version 0.5.8

 ChangeLog                    |  18 +++++++
 README.rdoc                  |  30 +++++++++++-
 Rakefile                     |  24 ++++++---
 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 ++++++++++++++++++++++++-
 33 files changed, 358 insertions(+), 133 deletions(-)

-- 
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