[DRE-commits] [ruby-multi-json] branch master updated (6ef5f36 -> 7acc6cf)

Cédric Boutillier boutil at alioth.debian.org
Thu Aug 15 16:31:12 UTC 2013


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

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

      from  6ef5f36   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
      adds  a9a2a7c   Imported Upstream version 1.7.7
       new  8d445ee   Merge tag 'upstream/1.7.7'
       new  d78a65e   patches: remove simplecov from tests, fix encoding
       new  57214cf   remove skip-oj-tests.patch and (build)depend on ruby-oj
       new  b14c63a   prepare changelog
       new  a443544   bump Standards-Version to 3.9.4 (no changes needed)
       new  cc1f4a3   recommend all json implementations available, not just one of them
       new  7acc6cf   fix Vcs-Git field

The 7 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                                    |    3 +-
 .yardopts                                      |    6 +
 CHANGELOG.md                                   |  164 +++++++++++++++++
 CONTRIBUTING.md                                |   46 +++++
 Gemfile                                        |   28 ++-
 LICENSE.md                                     |    2 +-
 README.md                                      |  112 ++++++------
 Rakefile                                       |   12 +-
 checksums.yaml.gz                              |  Bin 0 -> 270 bytes
 checksums.yaml.gz.sig                          |    1 +
 data.tar.gz.sig                                |  Bin 0 -> 256 bytes
 debian/changelog                               |   18 ++
 debian/control                                 |    8 +-
 debian/patches/fix_encoding.patch              |   16 ++
 debian/patches/remove_simplecov.patch          |   34 ++++
 debian/patches/series                          |    3 +-
 debian/patches/skip-oj-tests.patch             |   15 --
 lib/multi_json.rb                              |  226 ++++++++++++++----------
 lib/multi_json/adapter.rb                      |   48 +++++
 lib/multi_json/adapters/gson.rb                |   19 ++
 lib/multi_json/adapters/jr_jackson.rb          |   19 ++
 lib/multi_json/adapters/json_common.rb         |   26 +--
 lib/multi_json/adapters/json_gem.rb            |    3 +-
 lib/multi_json/adapters/json_pure.rb           |    3 +-
 lib/multi_json/adapters/nsjsonserialization.rb |    4 +-
 lib/multi_json/adapters/oj.rb                  |   16 +-
 lib/multi_json/adapters/ok_json.rb             |   40 +----
 lib/multi_json/adapters/yajl.rb                |    7 +-
 lib/multi_json/convertible_hash_keys.rb        |   43 +++++
 lib/multi_json/options.rb                      |   48 +++++
 lib/multi_json/vendor/okjson.rb                |  174 +++++++++---------
 lib/multi_json/version.rb                      |   19 +-
 metadata.gz.sig                                |    3 +
 metadata.yml                                   |  184 ++++++++-----------
 multi_json.gemspec                             |   40 ++---
 spec/adapter_shared_example.rb                 |  170 +++++++++++++++---
 spec/has_options.rb                            |   74 ++++++++
 spec/helper.rb                                 |   45 ++---
 spec/json_common_shared_example.rb             |   30 ++++
 spec/multi_json_spec.rb                        |  185 ++++++++++++++++---
 41 files changed, 1360 insertions(+), 535 deletions(-)
 create mode 100644 .yardopts
 create mode 100644 CHANGELOG.md
 create mode 100644 CONTRIBUTING.md
 create mode 100644 checksums.yaml.gz
 create mode 100644 checksums.yaml.gz.sig
 create mode 100644 data.tar.gz.sig
 create mode 100644 debian/patches/fix_encoding.patch
 create mode 100644 debian/patches/remove_simplecov.patch
 delete mode 100644 debian/patches/skip-oj-tests.patch
 create mode 100644 lib/multi_json/adapter.rb
 create mode 100644 lib/multi_json/adapters/gson.rb
 create mode 100644 lib/multi_json/adapters/jr_jackson.rb
 create mode 100644 lib/multi_json/convertible_hash_keys.rb
 create mode 100644 lib/multi_json/options.rb
 create mode 100644 metadata.gz.sig
 create mode 100644 spec/has_options.rb
 create mode 100644 spec/json_common_shared_example.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