[DRE-commits] [ruby-oj] branch master updated (9b00ce9 -> 9f2a402)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Apr 14 14:27:19 UTC 2014


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

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

      from  9b00ce9   prepare changelog
      adds  381b971   Imported Upstream version 2.7.3
       new  aa64c66   Merge tag 'upstream/2.7.3'
       new  9f2a402   prepare changelog

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:
 README.md            | 122 +++++++++++++++++------------
 checksums.yaml.gz    | Bin 269 -> 268 bytes
 debian/changelog     |   6 ++
 ext/oj/dump.c        | 172 ++++++++++++++++++++++++-----------------
 ext/oj/fast.c        |  17 ----
 ext/oj/object.c      |   4 +-
 ext/oj/oj.c          |  59 +++++++++++++-
 ext/oj/oj.h          |   4 +
 ext/oj/parse.c       |   2 +
 ext/oj/resolve.c     |   8 ++
 ext/oj/resolve.h     |   1 +
 ext/oj/saj.c         |  17 ----
 lib/oj/version.rb    |   2 +-
 metadata.yml         |  18 ++---
 test/a.rb            |  38 ---------
 test/bug.rb          |  17 ----
 test/e.rb            |  12 ---
 test/foo.rb          |  24 ------
 test/lots.rb         |  68 ----------------
 test/mj.rb           |  48 ------------
 test/perf1.rb        |  64 ++++++++++++++++
 test/perf2.rb        |  76 ++++++++++++++++++
 test/perf_obj_old.rb | 213 +++++++++++++++++++++++++++++++++++++++++++++++++++
 test/struct.rb       |  29 -------
 test/test_compat.rb  |   4 +-
 test/test_mimic.rb   |   4 +-
 test/test_object.rb  |  11 +++
 test/test_saj.rb     |   2 +-
 test/test_writer.rb  |  68 ++++++++++++++++
 test/tests.rb        |  44 +++++++++--
 test/x.rb            |  59 --------------
 31 files changed, 737 insertions(+), 476 deletions(-)
 delete mode 100755 test/a.rb
 delete mode 100755 test/bug.rb
 delete mode 100755 test/e.rb
 delete mode 100644 test/foo.rb
 delete mode 100755 test/lots.rb
 delete mode 100755 test/mj.rb
 create mode 100644 test/perf1.rb
 create mode 100644 test/perf2.rb
 create mode 100755 test/perf_obj_old.rb
 delete mode 100755 test/struct.rb
 delete mode 100755 test/x.rb

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



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