[DRE-commits] [ruby-oj] branch master updated (6c14f5c -> 6d151ee)

Cédric Boutillier boutil at moszumanska.debian.org
Fri May 1 19:56:09 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  6c14f5c   prepare changelog
      adds  4499269   Imported Upstream version 2.12.5
       new  3ab8048   Merge tag 'upstream/2.12.5'
       new  5949952   source code relicensed from BSD-3-clause to Expat
       new  c66a1c7   Has now integration with ruby-activesupport. Adapt build/deps accordingly
       new  b265c70   run every test in isolation, run also tests under test/isolated
       new  8f38dd5   fix relative path in require to find test/helper.rb
       new  6d151ee   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:
 LICENSE                                  |  40 ++---
 README.md                                |  54 ++-----
 debian/changelog                         |  14 ++
 debian/control                           |  16 +-
 debian/copyright                         |  46 +++---
 debian/patches/03_find_test_helper.patch |  15 ++
 debian/patches/series                    |   1 +
 debian/ruby-tests.rb                     |  11 +-
 ext/oj/compat.c                          |  33 ++++
 ext/oj/dump.c                            | 264 +++++++++++++++++++++++++------
 ext/oj/extconf.rb                        |   1 +
 ext/oj/fast.c                            | 209 +++++++++++-------------
 ext/oj/object.c                          | 225 ++++++++++++++++++++++++--
 ext/oj/odd.c                             |  41 ++++-
 ext/oj/odd.h                             |   3 +
 ext/oj/oj.c                              | 135 +++++++++++++---
 ext/oj/oj.h                              |  22 ++-
 ext/oj/parse.c                           |   9 +-
 ext/oj/parse.h                           |   1 +
 ext/oj/reader.c                          |   2 +-
 ext/oj/saj.c                             |   4 +-
 ext/oj/sparse.c                          |   8 +-
 lib/oj/active_support_helper.rb          |  17 ++
 lib/oj/saj.rb                            |   8 +-
 lib/oj/version.rb                        |   2 +-
 metadata.yml                             |  16 +-
 test/_test_active.rb                     |  76 +++++++++
 test/_test_active_mimic.rb               |  96 +++++++++++
 test/_test_mimic_rails.rb                |  87 +++++++++-
 test/bug3.rb                             |  46 ++++++
 test/bug_fast.rb                         |  32 ++++
 test/bug_load.rb                         |  24 +++
 test/example.rb                          |  11 ++
 test/isolated/shared.rb                  |  36 ++++-
 test/isolated/test_mimic_rails_after.rb  |   5 +-
 test/isolated/test_mimic_rails_before.rb |   1 +
 test/test_compat.rb                      |  62 ++++++++
 test/test_fast.rb                        |  32 +++-
 test/test_file.rb                        |  17 +-
 test/test_object.rb                      | 244 ++++++++++++++++++++++++----
 test/test_scp.rb                         |  78 +++++++++
 test/test_serializer.rb                  |  59 +++++++
 test/test_various.rb                     | 166 ++++++++++++-------
 43 files changed, 1833 insertions(+), 436 deletions(-)
 create mode 100644 debian/patches/03_find_test_helper.patch
 create mode 100644 lib/oj/active_support_helper.rb
 create mode 100755 test/_test_active.rb
 create mode 100755 test/_test_active_mimic.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/test_serializer.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