[DRE-commits] [ruby-multi-json] branch master updated (7704b63 -> db8ef67)

Antonio Terceiro terceiro at moszumanska.debian.org
Mon May 19 17:00:05 UTC 2014


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

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

      from  7704b63   Release version 1.8.0-1
      adds  dd243a4   Imported Upstream version 1.10.0
       new  4411371   Merge tag 'upstream/1.10.0'
       new  db8ef67   New upstream release

The 2 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:
 .rspec                                  |   1 -
 .travis.yml                             |  18 +++++--
 CHANGELOG.md                            |  46 ++++++++++++++++++
 Gemfile                                 |  22 ++++-----
 README.md                               |  26 ++++++----
 checksums.yaml.gz                       | Bin 268 -> 266 bytes
 checksums.yaml.gz.sig                   | Bin 256 -> 256 bytes
 data.tar.gz.sig                         |   5 +-
 debian/changelog                        |   8 ++++
 debian/control                          |   2 +-
 debian/patches/remove_simplecov.patch   |  14 ------
 debian/patches/series                   |   1 -
 lib/multi_json.rb                       |  43 ++++++++---------
 lib/multi_json/adapter.rb               |  26 ++--------
 lib/multi_json/adapter_error.rb         |  15 ++++++
 lib/multi_json/adapters/gson.rb         |   1 +
 lib/multi_json/adapters/jr_jackson.rb   |   2 +
 lib/multi_json/adapters/oj.rb           |   3 +-
 lib/multi_json/adapters/ok_json.rb      |   2 +
 lib/multi_json/convertible_hash_keys.rb |  34 ++++++-------
 lib/multi_json/load_error.rb            |  11 -----
 lib/multi_json/options.rb               |  24 +++-------
 lib/multi_json/parse_error.rb           |  17 +++++++
 lib/multi_json/version.rb               |   8 ++--
 metadata.gz.sig                         | Bin 256 -> 256 bytes
 metadata.yml                            |  57 +++++++++++-----------
 spec/gson_adapter_spec.rb               |   2 +-
 spec/multi_json_spec.rb                 |  32 ++++++-------
 spec/oj_adapter_spec.rb                 |  12 ++++-
 spec/shared/adapter.rb                  |  82 ++++++++++++++++----------------
 spec/spec_helper.rb                     |  30 +++++++-----
 31 files changed, 306 insertions(+), 238 deletions(-)
 delete mode 100644 debian/patches/remove_simplecov.patch
 create mode 100644 lib/multi_json/adapter_error.rb
 delete mode 100644 lib/multi_json/load_error.rb
 create mode 100644 lib/multi_json/parse_error.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