[DRE-commits] [ruby-oj] 01/11: Updated version 3.3.0 from 'upstream/3.3.0'

Cédric Boutillier boutil at moszumanska.debian.org
Sat Nov 25 23:45:31 UTC 2017


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

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

commit a89fecdf0a7e2a55fb8f08f9258b117a061ef0a7
Merge: 672b70d 4372be0
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Jul 6 23:15:51 2017 +0200

    Updated version 3.3.0 from 'upstream/3.3.0'
    
    with Debian dir 7cb0ba0e8c773badd083469c8eb6b5e9849a8ca6

 README.md                                     |  236 +-
 ext/oj/circarray.c                            |   25 -
 ext/oj/circarray.h                            |   25 -
 ext/oj/code.c                                 |  235 ++
 ext/oj/code.h                                 |   42 +
 ext/oj/compat.c                               |  164 +-
 ext/oj/custom.c                               | 1105 +++++++++
 ext/oj/dump.c                                 | 2989 ++++++-------------------
 ext/oj/dump.h                                 |   89 +
 ext/oj/dump_compat.c                          |  932 ++++++++
 ext/oj/dump_leaf.c                            |  252 +++
 ext/oj/dump_object.c                          |  810 +++++++
 ext/oj/dump_strict.c                          |  424 ++++
 ext/oj/err.c                                  |   25 -
 ext/oj/err.h                                  |   10 +-
 ext/oj/extconf.rb                             |    3 +
 ext/oj/fast.c                                 |  118 +-
 ext/oj/mimic_json.c                           |  872 ++++++++
 ext/oj/object.c                               |  118 +-
 ext/oj/odd.c                                  |   25 -
 ext/oj/odd.h                                  |   29 +-
 ext/oj/oj.c                                   | 2184 ++++++------------
 ext/oj/oj.h                                   |  139 +-
 ext/oj/parse.c                                |  162 +-
 ext/oj/parse.h                                |   39 +-
 ext/oj/rails.c                                | 1260 +++++++++++
 ext/oj/rails.h                                |   21 +
 ext/oj/reader.c                               |   38 +-
 ext/oj/reader.h                               |   30 +-
 ext/oj/resolve.c                              |   45 +-
 ext/oj/resolve.h                              |   29 +-
 ext/oj/rxclass.c                              |  147 ++
 ext/oj/rxclass.h                              |   27 +
 ext/oj/saj.c                                  |   29 +-
 ext/oj/scp.c                                  |   28 +-
 ext/oj/sparse.c                               |  104 +-
 ext/oj/stream_writer.c                        |  357 +++
 ext/oj/strict.c                               |   31 +-
 ext/oj/string_writer.c                        |  510 +++++
 ext/oj/val_stack.c                            |    3 +
 ext/oj/val_stack.h                            |    9 +-
 ext/oj/wab.c                                  |  562 +++++
 lib/oj.rb                                     |   24 +-
 lib/oj/easy_hash.rb                           |   16 +-
 lib/oj/json.rb                                |  176 ++
 lib/oj/mimic.rb                               |  141 +-
 lib/oj/state.rb                               |  131 ++
 lib/oj/version.rb                             |    2 +-
 oj.gemspec                                    |   20 +-
 pages/Advanced.md                             |   22 +
 pages/Compatibility.md                        |   25 +
 pages/Custom.md                               |   23 +
 pages/Encoding.md                             |   65 +
 pages/JsonGem.md                              |   79 +
 pages/Modes.md                                |  147 ++
 pages/Options.md                              |  250 +++
 pages/Rails.md                                |   89 +
 pages/Security.md                             |   20 +
 pages/WAB.md                                  |   13 +
 test/aaa.rb                                   |   21 -
 test/activesupport4/decoding_test.rb          |  108 +
 test/activesupport4/encoding_test.rb          |  531 +++++
 test/activesupport4/test_helper.rb            |   41 +
 test/activesupport5/decoding_test.rb          |  125 ++
 test/activesupport5/encoding_test.rb          |  484 ++++
 test/activesupport5/encoding_test_cases.rb    |   90 +
 test/activesupport5/test_helper.rb            |   50 +
 test/activesupport5/time_zone_test_helpers.rb |   24 +
 test/activesupport_datetime_test.rb           |   23 -
 test/bug.rb                                   |   64 -
 test/isolated/shared.rb                       |   14 +-
 test/isolated/test_mimic_rails_after.rb       |    6 +-
 test/isolated/test_mimic_rails_before.rb      |    6 +-
 test/isolated/test_mimic_redefine.rb          |   15 +
 test/json_gem/json_addition_test.rb           |  216 ++
 test/json_gem/json_common_interface_test.rb   |  143 ++
 test/json_gem/json_encoding_test.rb           |  109 +
 test/json_gem/json_ext_parser_test.rb         |   20 +
 test/json_gem/json_fixtures_test.rb           |   35 +
 test/json_gem/json_generator_test.rb          |  383 ++++
 test/json_gem/json_generic_object_test.rb     |   90 +
 test/json_gem/json_parser_test.rb             |  470 ++++
 test/json_gem/json_string_matching_test.rb    |   42 +
 test/json_gem/test_helper.rb                  |   18 +
 test/pact.rb                                  |   21 -
 test/perf1.rb                                 |   64 -
 test/perf2.rb                                 |   76 -
 test/perf_compat.rb                           |   58 +-
 test/perf_obj_old.rb                          |  213 --
 test/perf_object.rb                           |    2 +-
 test/perf_strict.rb                           |   19 +-
 test/{perf_strict.rb => perf_wab.rb}          |   67 +-
 test/sample.rb                                |    1 -
 test/test_bigd.rb                             |   63 -
 test/test_compat.rb                           |  293 ++-
 test/test_custom.rb                           |  358 +++
 test/test_debian.rb                           |    2 +-
 test/test_fast.rb                             |   37 +-
 test/test_file.rb                             |   12 +-
 test/{test_strict.rb => test_null.rb}         |  132 +-
 test/test_object.rb                           |  271 ++-
 test/test_range.rb                            |   19 -
 test/test_scp.rb                              |   23 +-
 test/test_strict.rb                           |  164 +-
 test/test_various.rb                          |  697 +-----
 test/test_wab.rb                              |  307 +++
 test/test_writer.rb                           |   71 +
 test/tests.rb                                 |   23 +
 test/tests_mimic.rb                           |   14 +
 test/tests_mimic_addition.rb                  |    7 +
 110 files changed, 15660 insertions(+), 6007 deletions(-)

-- 
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