[DRE-commits] [ruby-json] branch master updated (1c5b889 -> 9117988)

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


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

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

      from  1c5b889   Add Conflicts: ruby-json-pure (#847141)
      adds  dbe3d2f   Build java extension
      adds  3fdcb99   Close Java extension bug in changelog
      adds  851f325   Upload to experimental
       new  59f18f5   New upstream version 2.1.0
       new  926fcf1   Updated version 2.1.0 from 'upstream/2.1.0'
       new  d0e5831   Bump standards-Version to 4.0.0. Add Testsuite field
       new  fb93d13   Drop 0005-Disable-rubygems-usage-in-tests-helper.patch, not needed anymore. Refresh 0003-Remove-additional-gemspec-files.patch and 04-fix-tests-path.patch
       new  9117988   prepare changelog

The 5 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:
 .gitignore                                         |   1 +
 .travis.yml                                        |   9 +-
 CHANGES.md                                         |  21 +-
 Gemfile                                            |  13 +-
 README.md                                          |   6 +-
 Rakefile                                           |  19 +-
 VERSION                                            |   2 +-
 debian/changelog                                   |  18 +
 debian/control                                     |   6 +-
 .../0003-Remove-additional-gemspec-files.patch     |  62 +-
 .../0006-Disable-git-usage-during-build-time.patch |  16 +
 debian/patches/04-fix-tests-path.patch             |   5 +-
 debian/patches/series                              |   1 +
 debian/ruby-tests.rb                               |   3 +
 debian/rules                                       |  11 +
 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 -
 34 files changed, 1325 insertions(+), 278 deletions(-)
 create mode 100644 debian/patches/0006-Disable-git-usage-during-build-time.patch
 create mode 100644 references/rfc7159.txt

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