[DRE-commits] [ruby-oj] branch master updated (c3c5540 -> d72940d)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Dec 9 12:56:08 UTC 2013


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

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

      from  c3c5540   Add git-buildpackage configuration
      adds  3054731   Imported Upstream version 2.4.0
       new  e6398dc   Merge tag 'upstream/2.4.0'
       new  139c1ba   bump Standards-Version and gem2deb version
       new  d72940d   prepare changelog

The 3 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                  |  31 ++-
 checksums.yaml.gz          | Bin 270 -> 270 bytes
 debian/changelog           |  14 ++
 debian/control             |   4 +-
 ext/oj/compat.c            |  12 +-
 ext/oj/dump.c              | 397 +++++++++++++++++++++++------
 ext/oj/extconf.rb          |   8 +-
 ext/oj/hash.c              |  37 +--
 ext/oj/hash_test.c         |  16 +-
 ext/oj/object.c            | 111 +++++----
 ext/oj/oj.c                | 609 +++++++++++++++++++++++++++++++++++++++++++--
 ext/oj/oj.h                |  71 +++++-
 ext/oj/parse.c             | 182 ++++++++------
 ext/oj/parse.h             |   5 +-
 ext/oj/resolve.c           |  10 +-
 ext/oj/saj.c               |  20 +-
 ext/oj/scp.c               |  23 +-
 ext/oj/strict.c            |  14 +-
 ext/oj/val_stack.c         |  46 ++++
 ext/oj/val_stack.h         |  65 ++---
 lib/oj/version.rb          |   2 +-
 metadata.yml               |  11 +-
 test/debian_test.rb        |  90 +++++++
 test/lots.rb               |  68 +++++
 test/perf_object.rb        |   5 +-
 test/{foo.rb => struct.rb} |  23 +-
 test/test_fast.rb          |   1 +
 test/test_gc.rb            |  52 ++++
 test/test_mimic.rb         |   1 +
 test/test_saj.rb           |   3 +-
 test/test_scp.rb           |   3 +-
 test/test_writer.rb        | 186 ++++++++++++++
 test/tests.rb              | 142 ++++++++---
 33 files changed, 1863 insertions(+), 399 deletions(-)
 create mode 100755 test/debian_test.rb
 create mode 100755 test/lots.rb
 copy test/{foo.rb => struct.rb} (56%)
 mode change 100644 => 100755
 create mode 100755 test/test_gc.rb
 create mode 100755 test/test_writer.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