[DRE-commits] [ruby-msgpack] 01/08: Merge tag 'upstream/0.5.5'

Taku YASUI tach at debian.org
Fri Aug 16 10:26:59 UTC 2013


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

tach pushed a commit to branch master
in repository ruby-msgpack.

commit ec190ac2eff1ba44f5c5f859c4f796e19a73fda4
Merge: 1158003 0e67d63
Author: Taku YASUI <tach at debian.org>
Date:   Fri Aug 16 18:43:38 2013 +0900

    Merge tag 'upstream/0.5.5'
    
    Upstream version 0.5.5
    
    # gpg: Signature made 2013年08月16日 18時43分34秒 JST using RSA key ID E909CDEE
    # gpg: Good signature from "Taku YASUI <tach at debian.org>"
    # gpg:                 aka "Taku YASUI <tach at debian.or.jp>"
    # gpg:                 aka "Taku YASUI <tach at arege.jp>"
    # gpg:                 aka "Taku YASUI <tach at arege.net>"
    # gpg:                 aka "Taku YASUI <taku.yasui at gmail.com>"
    # gpg:                 aka "Taku YASUI <taku.yasui at facebook.com>"

 .gitignore                                         |   17 +
 ChangeLog                                          |   77 ++
 Gemfile                                            |    3 +
 README.rdoc                                        |  102 ++
 Rakefile                                           |   93 ++
 doclib/msgpack.rb                                  |   55 ++
 doclib/msgpack/buffer.rb                           |  193 ++++
 doclib/msgpack/core_ext.rb                         |  101 ++
 doclib/msgpack/error.rb                            |   14 +
 doclib/msgpack/packer.rb                           |  133 +++
 doclib/msgpack/unpacker.rb                         |  138 +++
 ext/compat.h                                       |   99 --
 ext/extconf.rb                                     |    7 -
 ext/msgpack/buffer.c                               |  676 +++++++++++++
 ext/msgpack/buffer.h                               |  444 +++++++++
 ext/msgpack/buffer_class.c                         |  507 ++++++++++
 ext/{unpack.h => msgpack/buffer_class.h}           |   20 +-
 ext/msgpack/compat.h                               |  113 +++
 ext/msgpack/core_ext.c                             |  129 +++
 ext/{pack.h => msgpack/core_ext.h}                 |   14 +-
 ext/msgpack/extconf.rb                             |   25 +
 ext/msgpack/packer.c                               |  168 ++++
 ext/msgpack/packer.h                               |  379 ++++++++
 ext/msgpack/packer_class.c                         |  294 ++++++
 ext/{unpack.h => msgpack/packer_class.h}           |   18 +-
 ext/{unpack.h => msgpack/rbinit.c}                 |   21 +-
 ext/msgpack/rmem.c                                 |   94 ++
 ext/msgpack/rmem.h                                 |  109 +++
 ext/msgpack/sysdep.h                               |  115 +++
 ext/msgpack/sysdep_endian.h                        |   50 +
 .../pack_define.h => ext/msgpack/sysdep_types.h    |   34 +-
 ext/msgpack/unpacker.c                             |  698 ++++++++++++++
 ext/msgpack/unpacker.h                             |  114 +++
 ext/msgpack/unpacker_class.c                       |  394 ++++++++
 .../pack_define.h => ext/msgpack/unpacker_class.h  |   20 +-
 ext/pack.c                                         |  314 ------
 ext/rbinit.c                                       |   66 --
 ext/unpack.c                                       | 1001 --------------------
 lib/msgpack.rb                                     |   10 +
 {ext => lib/msgpack}/version.rb                    |    2 +-
 metadata.yml                                       |  199 +++-
 msgpack.gemspec                                    |   25 +
 msgpack/pack_template.h                            |  771 ---------------
 msgpack/sysdep.h                                   |  195 ----
 msgpack/unpack_define.h                            |   93 --
 msgpack/unpack_template.h                          |  413 --------
 spec/buffer_io_spec.rb                             |  256 +++++
 spec/buffer_spec.rb                                |  572 +++++++++++
 {test => spec}/cases.json                          |    0
 test/cases.mpac => spec/cases.msg                  |  Bin 213 -> 213 bytes
 test/cases_compact.mpac => spec/cases_compact.msg  |  Bin 116 -> 116 bytes
 spec/cases_spec.rb                                 |   39 +
 spec/format_spec.rb                                |  225 +++++
 spec/packer_spec.rb                                |  127 +++
 spec/random_compat.rb                              |   24 +
 spec/spec_helper.rb                                |   21 +
 spec/unpacker_spec.rb                              |  219 +++++
 test/test_cases.rb                                 |   46 -
 test/test_encoding.rb                              |   68 --
 test/test_helper.rb                                |   10 -
 test/test_pack_unpack.rb                           |  308 ------
 61 files changed, 7003 insertions(+), 3469 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