[DRE-commits] [ruby-oj] branch master updated (c725a3c -> be86795)

Caitlin Matos cm-guest at moszumanska.debian.org
Tue Aug 19 18:30:07 UTC 2014


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

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

      from  c725a3c   prepare changelog
      adds  fec0576   imported upstream version 2.10.1
       new  1b08746   Merge tag 'upstream/2.10.1'
       new  150e7fd   BD rake-compiler, versioned dependencies
       new  be86795   finalized 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               |  22 +++++--
 checksums.yaml.gz       | Bin 270 -> 268 bytes
 debian/changelog        |   9 +++
 debian/control          |   4 +-
 ext/oj/compat.c         |  24 ++++---
 ext/oj/dump.c           |  35 ++++++++--
 ext/oj/object.c         |  86 +++++++++++++++---------
 ext/oj/oj.c             |  72 ++++++++++++--------
 ext/oj/oj.h             |   7 ++
 ext/oj/parse.c          |  68 ++++++++++++-------
 ext/oj/parse.h          |   9 +--
 ext/oj/reader.c         |  39 +++++------
 ext/oj/saj.c            |  36 +++-------
 ext/oj/scp.c            | 172 +++++++++++++++---------------------------------
 ext/oj/sparse.c         |  22 ++++---
 ext/oj/strict.c         |  39 +++++++----
 ext/oj/val_stack.c      |   1 +
 ext/oj/val_stack.h      |   4 +-
 lib/oj/schandler.rb     |  68 +++++++++++++------
 lib/oj/version.rb       |   2 +-
 metadata.yml            |   6 +-
 test/bug.rb             |  47 +++++++++++--
 test/bug2.rb            |  10 +++
 test/isolated/shared.rb |   7 ++
 test/test_compat.rb     |   2 +
 test/test_file.rb       |   5 ++
 test/test_object.rb     |  12 ++++
 test/test_scp.rb        |  67 +++++++++++++++++--
 test/test_strict.rb     |   2 +
 test/test_various.rb    |  44 ++++++++++++-
 test/test_writer.rb     |  24 +++----
 test/write_timebars.rb  |  31 +++++++++
 32 files changed, 640 insertions(+), 336 deletions(-)
 create mode 100755 test/bug2.rb
 create mode 100755 test/write_timebars.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