[DRE-commits] [ruby-json] 02/05: Updated version 2.1.0 from 'upstream/2.1.0'

Cédric Boutillier boutil at moszumanska.debian.org
Thu Jul 6 22:58:58 UTC 2017


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

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

commit 926fcf136f8e93fd61205850abf0a1387543e9ce
Merge: 851f325 59f18f5
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Jul 7 00:23:17 2017 +0200

    Updated version 2.1.0 from 'upstream/2.1.0'
    
    with Debian dir 5b230acb6548a044216e9a443ea9331973c7f9ed

 .gitignore                          |   1 +
 .travis.yml                         |   9 +-
 CHANGES.md                          |  21 +-
 Gemfile                             |  13 +-
 README.md                           |   6 +-
 Rakefile                            |  19 +-
 VERSION                             |   2 +-
 ext/json/ext/fbuffer/fbuffer.h      |   3 -
 ext/json/ext/generator/generator.c  |  13 +-
 ext/json/ext/generator/generator.h  |   1 -
 ext/json/ext/parser/parser.c        | 186 ++++----
 ext/json/ext/parser/parser.h        |   1 +
 ext/json/ext/parser/parser.rl       |  40 +-
 java/src/json/ext/Parser.java       | 172 ++++---
 java/src/json/ext/Parser.rl         |  36 +-
 json.gemspec                        | Bin 5473 -> 5474 bytes
 json_pure.gemspec                   |   9 +-
 lib/json/add/ostruct.rb             |   2 +-
 lib/json/pure/parser.rb             |   6 +-
 lib/json/version.rb                 |   2 +-
 references/rfc7159.txt              | 899 ++++++++++++++++++++++++++++++++++++
 tests/json_common_interface_test.rb |   6 +-
 tests/json_encoding_test.rb         |   2 +
 tests/json_generator_test.rb        |   5 +-
 tests/json_parser_test.rb           |  25 +-
 tests/test_helper.rb                |   2 -
 26 files changed, 1261 insertions(+), 220 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-json.git



More information about the Pkg-ruby-extras-commits mailing list