[DRE-commits] [ruby-oj] branch master updated (58a1bdf -> 221cb15)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jul 27 03:22:51 UTC 2015


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

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

      from  58a1bdf   prepare changelog
      adds  1299094   Imported Upstream version 2.12.10
       new  c7ee4b2   Merge tag 'upstream/2.12.10'
       new  dc2507d   use default behaviour for autopkgtest
       new  221cb15   target unstable

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                      |  17 +---
 debian/changelog               |   8 ++
 debian/tests/control           |   6 --
 ext/oj/parse.c                 |  26 +++--
 ext/oj/sparse.c                |  28 ++++--
 lib/oj/version.rb              |   2 +-
 metadata.yml                   | 100 ++++++++++---------
 test/bug.rb                    |  91 ++++++++----------
 test/bug2.rb                   |  10 ++
 test/bug3.rb                   |  46 +++++++++
 test/bug_fast.rb               |  32 +++++++
 test/bug_load.rb               |  24 +++++
 test/example.rb                |  11 +++
 test/io.rb                     |  48 ++++++++++
 test/{test_range.rb => mod.rb} |  15 ++-
 test/perf1.rb                  |  64 -------------
 test/perf2.rb                  |  76 ---------------
 test/perf_obj_old.rb           | 213 -----------------------------------------
 test/struct.rb                 |  29 ++++++
 test/test_bigd.rb              |  63 ------------
 test/test_scp.rb               |   6 +-
 test/test_serializer.rb        |  59 ++++++++++++
 test/test_various.rb           |  14 +++
 test/write_timebars.rb         |  31 ++++++
 test/zip.rb                    |  34 +++++++
 25 files changed, 485 insertions(+), 568 deletions(-)
 delete mode 100644 debian/tests/control
 create mode 100755 test/bug2.rb
 create mode 100755 test/bug3.rb
 create mode 100755 test/bug_fast.rb
 create mode 100755 test/bug_load.rb
 create mode 100644 test/example.rb
 create mode 100755 test/io.rb
 rename test/{test_range.rb => mod.rb} (50%)
 delete mode 100644 test/perf1.rb
 delete mode 100644 test/perf2.rb
 delete mode 100755 test/perf_obj_old.rb
 create mode 100755 test/struct.rb
 delete mode 100755 test/test_bigd.rb
 create mode 100755 test/test_serializer.rb
 create mode 100755 test/write_timebars.rb
 create mode 100755 test/zip.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