[DRE-commits] [ruby-msgpack] branch master updated (c0f6f01 -> 139db27)

Cédric Boutillier boutil at moszumanska.debian.org
Fri Nov 24 23:59:31 UTC 2017


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

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

      from  c0f6f01   Release 1.0.0-1
      adds  57d2ace   New upstream version 1.1.0
       new  ad83cd5   Update upstream source from tag 'upstream/1.1.0'
       new  e42b778   Bump Standards-Version to 4.1.1 (no changes needed)
       new  d86e074   Bump debhelper compatibility level to 10
       new  b7feb96   prepare changelog
       new  139db27   Set priority to optional

The 5 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                                       | 17 +++---
 ChangeLog                                         | 17 ++++++
 Gemfile                                           |  4 +-
 Rakefile                                          |  2 +-
 debian/changelog                                  | 10 ++++
 debian/compat                                     |  2 +-
 debian/control                                    |  6 +--
 ext/java/org/msgpack/jruby/Encoder.java           | 11 +++-
 ext/java/org/msgpack/jruby/ExtensionRegistry.java | 66 +++++++++++------------
 ext/java/org/msgpack/jruby/Factory.java           | 15 +++---
 ext/java/org/msgpack/jruby/Packer.java            | 13 ++---
 ext/java/org/msgpack/jruby/Unpacker.java          | 16 +++---
 ext/msgpack/factory_class.c                       | 16 +++---
 ext/msgpack/packer.c                              | 23 +++++++-
 ext/msgpack/packer_class.c                        | 12 ++---
 ext/msgpack/packer_ext_registry.c                 |  4 +-
 ext/msgpack/packer_ext_registry.h                 | 45 ++++++++--------
 ext/msgpack/unpacker_class.c                      | 10 ++--
 ext/msgpack/unpacker_ext_registry.c               |  4 +-
 ext/msgpack/unpacker_ext_registry.h               |  2 +-
 lib/msgpack/version.rb                            |  2 +-
 msgpack.gemspec                                   |  4 +-
 spec/factory_spec.rb                              | 35 ++++++++++++
 spec/packer_spec.rb                               | 62 +++++++++++++++++++++
 spec/unpacker_spec.rb                             | 29 ++++++++++
 25 files changed, 309 insertions(+), 118 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