[DRE-commits] [ruby-multi-json] branch master updated (6534445 -> d837a11)

Lucas Nussbaum lucas at moszumanska.debian.org
Sat Jul 1 23:13:59 UTC 2017


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

lucas pushed a change to branch master
in repository ruby-multi-json.

      from  6534445   Run wrap-and-sort on packaging files
       new  348e12f   New upstream version 1.12.1
       new  4af812e   d/control: refresh. Bump standards-version.
       new  e5bf2cb   check dependencies during tests
       new  80ce9e4   d/watch: use gemwatch
       new  d837a11   Prepare changelog

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                                    | 11 +++--
 CHANGELOG.md                                   | 10 ++++
 Gemfile                                        |  5 +-
 README.md                                      |  4 +-
 Rakefile                                       |  4 +-
 benchmark.rb                                   | 11 +++++
 certs/rwz.pem                                  | 30 ++++++------
 debian/changelog                               | 21 +++++++++
 debian/control                                 |  2 +-
 debian/rules                                   |  3 +-
 debian/watch                                   |  2 +-
 lib/multi_json.rb                              | 65 ++++++++++++++------------
 lib/multi_json/adapter.rb                      | 25 +++++++---
 lib/multi_json/adapters/gson.rb                |  4 +-
 lib/multi_json/adapters/jr_jackson.rb          |  4 +-
 lib/multi_json/adapters/json_common.rb         |  4 +-
 lib/multi_json/adapters/nsjsonserialization.rb | 13 +++---
 lib/multi_json/adapters/oj.rb                  |  6 +--
 lib/multi_json/adapters/ok_json.rb             |  4 +-
 lib/multi_json/adapters/yajl.rb                |  4 +-
 lib/multi_json/convertible_hash_keys.rb        |  2 +-
 lib/multi_json/options.rb                      |  9 ++--
 lib/multi_json/options_cache.rb                | 29 ++++++++++++
 lib/multi_json/vendor/okjson.rb                | 10 ++--
 lib/multi_json/version.rb                      | 11 ++---
 multi_json.gemspec                             | 28 +++++------
 spec/jr_jackson_adapter_spec.rb                |  2 +-
 spec/json_gem_adapter_spec.rb                  |  2 +-
 spec/json_pure_adapter_spec.rb                 |  2 +-
 spec/multi_json_spec.rb                        | 57 +++++++++++-----------
 spec/nsjsonserialization_adapter_spec.rb       |  2 +-
 spec/oj_adapter_spec.rb                        |  4 +-
 spec/ok_json_adapter_spec.rb                   |  2 +-
 spec/options_cache_spec.rb                     | 20 ++++++++
 spec/shared/adapter.rb                         | 55 +++++++++++-----------
 spec/shared/json_common_adapter.rb             |  6 +--
 spec/shared/options.rb                         | 20 ++++----
 spec/spec_helper.rb                            | 16 +++----
 spec/yajl_adapter_spec.rb                      |  2 +-
 39 files changed, 306 insertions(+), 205 deletions(-)
 create mode 100644 benchmark.rb
 create mode 100644 lib/multi_json/options_cache.rb
 create mode 100644 spec/options_cache_spec.rb

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



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