[DRE-commits] [ruby-ffi-yajl] branch master updated (0cd88a1 -> d936c47)

Tiago Ilieve myhro-guest at moszumanska.debian.org
Thu May 5 16:34:25 UTC 2016


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

myhro-guest pushed a change to branch master
in repository ruby-ffi-yajl.

      from  0cd88a1   Use new default gem2deb Rakefile to run the tests
      adds  4b186f5   Imported Upstream version 2.2.3
       new  f2896a2   Merge tag 'upstream/2.2.3'
       new  c509892   Refresh '0001-Use-the-system-libyajl2.patch'
       new  a36c4fd   Bump Standards-Version to 3.9.8
       new  81bbc6e   Add myself to uploaders and 'debian/*' copyright
       new  a006ea6   Convert documentation to HTML
       new  d936c47   Update changelog for 2.2.3-1

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                                         |   3 +-
 Rakefile                                          |  29 ++--
 bin/ffi-yajl-bench                                |   9 +-
 debian/changelog                                  |  28 ++++
 debian/clean                                      |   1 +
 debian/control                                    |   6 +-
 debian/copyright                                  |   1 +
 debian/patches/0001-Use-the-system-libyajl2.patch |  19 +--
 debian/patches/0002-Clean-README.patch            |  41 +++++
 debian/patches/series                             |   1 +
 debian/ruby-ffi-yajl.docs                         |   2 +-
 debian/rules                                      |   4 +
 ext/ffi_yajl/ext/dlopen/extconf.rb                |   1 +
 ext/ffi_yajl/ext/encoder/encoder.c                |  13 +-
 ext/ffi_yajl/ext/encoder/extconf.rb               |   3 +-
 ext/ffi_yajl/ext/parser/extconf.rb                |   3 +-
 ext/ffi_yajl/ext/parser/parser.c                  |   1 +
 lib/ffi_yajl/benchmark.rb                         |   1 -
 lib/ffi_yajl/benchmark/encode.rb                  | 122 ++++----------
 lib/ffi_yajl/benchmark/encode_json_and_marshal.rb |  28 ++--
 lib/ffi_yajl/benchmark/encode_json_and_yaml.rb    |  32 ++--
 lib/ffi_yajl/benchmark/encode_profile.rb          |  26 ++-
 lib/ffi_yajl/benchmark/http.rb                    |  22 +--
 lib/ffi_yajl/benchmark/parse.rb                   | 195 ++++++++--------------
 lib/ffi_yajl/benchmark/parse_json_and_marshal.rb  |  34 ++--
 lib/ffi_yajl/benchmark/parse_json_and_yaml.rb     |  38 ++---
 lib/ffi_yajl/benchmark/parse_profile.rb           |  24 ++-
 lib/ffi_yajl/benchmark/parse_profile_ruby_prof.rb |  27 ++-
 lib/ffi_yajl/benchmark/parse_stream.rb            |  34 ++--
 lib/ffi_yajl/encoder.rb                           |  19 ++-
 lib/ffi_yajl/ext.rb                               |   4 +
 lib/ffi_yajl/ffi.rb                               |  47 +++---
 lib/ffi_yajl/ffi/encoder.rb                       |  61 ++++---
 lib/ffi_yajl/ffi/parser.rb                        |  67 ++++----
 lib/ffi_yajl/map_library_name.rb                  |   1 -
 lib/ffi_yajl/parser.rb                            |  11 +-
 lib/ffi_yajl/version.rb                           |   2 +-
 metadata.yml                                      |   8 +-
 spec/ffi_yajl/encoder_spec.rb                     |  62 ++++---
 spec/ffi_yajl/map_library_name_spec.rb            |   2 -
 spec/ffi_yajl/parser_spec.rb                      | 110 ++++++------
 spec/spec_helper.rb                               |  17 +-
 42 files changed, 560 insertions(+), 599 deletions(-)
 create mode 100644 debian/clean
 create mode 100644 debian/patches/0002-Clean-README.patch

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



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