[DRE-commits] [ruby-oj] branch master updated (a03869c -> ff2ed81)

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jun 1 22:32:22 UTC 2016


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

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

      from  a03869c   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  dd2118c   Imported Upstream version 2.15.1
       new  489a4ce   Merge tag 'upstream/2.15.1'
       new  16763ef   bump Standards-Version to 3.9.8
       new  56a84c4   Drop 02_avoid_name_conflict_with_ext.patch and 0001-Updated-for-Ruby-2.3.0.patch, not needed any more
       new  fea536d   refresh 03_find_test_helper.patch
       new  63b8ef9   exclude test_bigd.rb, depending on rails
       new  ff2ed81   prepare changelog

The 6 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                                          | 281 +++++---
 debian/changelog                                   |  15 +
 debian/control                                     |   2 +-
 debian/patches/0001-Updated-for-Ruby-2.3.0.patch   | 107 ---
 .../patches/02_avoid_name_conflict_with_ext.patch  |  13 -
 debian/patches/03_find_test_helper.patch           |  15 +-
 debian/patches/series                              |   2 -
 debian/ruby-tests.rb                               |   3 +-
 ext/oj/compat.c                                    |   2 +
 ext/oj/dump.c                                      | 468 ++++++++-----
 ext/oj/extconf.rb                                  |   6 +-
 ext/oj/fast.c                                      |  13 +
 ext/oj/hash_test.c                                 |   3 +-
 ext/oj/object.c                                    |  23 +-
 ext/oj/odd.c                                       |  25 +-
 ext/oj/odd.h                                       |   8 +-
 ext/oj/oj.c                                        | 770 +++++++++++----------
 ext/oj/oj.h                                        |  66 +-
 ext/oj/parse.c                                     | 152 ++--
 ext/oj/parse.h                                     |   5 +-
 ext/oj/reader.c                                    |   5 +-
 ext/oj/scp.c                                       |   1 +
 ext/oj/sparse.c                                    |  63 +-
 ext/oj/strict.c                                    |   2 +
 lib/oj/version.rb                                  |   2 +-
 metadata.yml                                       | 190 -----
 oj.gemspec                                         |  44 ++
 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/isolated/test_mimic_as_json.rb                |  45 ++
 test/perf1.rb                                      |  64 ++
 test/perf2.rb                                      |  76 ++
 test/perf_compat.rb                                |   4 +-
 test/perf_obj_old.rb                               | 213 ++++++
 test/struct.rb                                     |  29 -
 test/test_bigd.rb                                  |  63 ++
 test/test_object.rb                                |  56 ++
 test/{mod.rb => test_range.rb}                     |  15 +-
 test/test_scp.rb                                   |  22 +-
 test/test_serializer.rb                            |  59 --
 test/test_various.rb                               | 169 +++--
 test/write_timebars.rb                             |  31 -
 test/zip.rb                                        |  34 -
 48 files changed, 1951 insertions(+), 1477 deletions(-)
 delete mode 100644 debian/patches/0001-Updated-for-Ruby-2.3.0.patch
 delete mode 100644 debian/patches/02_avoid_name_conflict_with_ext.patch
 delete mode 100644 metadata.yml
 create mode 100644 oj.gemspec
 delete mode 100755 test/bug2.rb
 delete mode 100755 test/bug3.rb
 delete mode 100755 test/bug_fast.rb
 delete mode 100755 test/bug_load.rb
 delete mode 100644 test/example.rb
 delete mode 100755 test/io.rb
 create mode 100644 test/isolated/test_mimic_as_json.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
 create mode 100755 test/test_bigd.rb
 rename test/{mod.rb => test_range.rb} (50%)
 delete mode 100755 test/test_serializer.rb
 delete mode 100755 test/write_timebars.rb
 delete 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