[DRE-commits] [ruby-gon] branch master updated (67b61b6 -> f347278)

Cédric Boutillier boutil at moszumanska.debian.org
Fri Jan 10 15:27:00 UTC 2014


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

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

      from  67b61b6   update changelog
      adds  225af91   Imported Upstream version 5.0.1
       new  b338fc4   Merge tag 'upstream/5.0.1'
       new  f9728d3   Add fix_escaper.patch to escape properly unicode (Closes: #733441)
       new  a0756df   target unstable
       new  da4c9ab   Bump Standards-Version to 3.9.5 (no changes needed)
       new  f347278   Set XS-Ruby-Versions to all

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                                     |   8 +--
 CHANGELOG.md                                    |  19 ++++++
 README.md                                       |   6 +-
 README_old.md                                   |   2 +-
 Rakefile                                        |   2 +-
 checksums.yaml.gz                               | Bin 0 -> 269 bytes
 debian/changelog                                |   9 +++
 debian/control                                  |   4 +-
 debian/patches/fix_escaper.patch                |  21 ++++++
 debian/patches/series                           |   1 +
 debian/rules                                    |   1 -
 gon.gemspec                                     |  29 +++++----
 lib/gon.rb                                      |  24 +++----
 lib/gon/base.rb                                 |  83 +++++++++++++++++-------
 lib/gon/escaper.rb                              |  15 ++++-
 lib/gon/helpers.rb                              |  23 ++++---
 lib/gon/jbuilder.rb                             |  28 +++++---
 lib/gon/rabl.rb                                 |   6 +-
 lib/gon/request.rb                              |  43 ++++++------
 lib/gon/version.rb                              |   2 +-
 lib/gon/watch.rb                                |   3 +-
 metadata.yml                                    |  60 +++++++----------
 spec/gon/basic_spec.rb                          |  77 +++++++++++++++-------
 spec/gon/global_spec.rb                         |  37 +++++------
 spec/gon/jbuilder_spec.rb                       |  11 ++--
 spec/gon/rabl_with_rabl_rails_spec.rb           |  28 ++++----
 spec/gon/rabl_with_rabl_spec.rb                 |  32 ++++-----
 spec/gon/templates_spec.rb                      |  12 ++--
 spec/gon/thread_spec.rb                         |  17 +++++
 spec/gon/watch_spec.rb                          |  10 +--
 spec/spec_helper.rb                             |   7 ++
 spec/test_data/sample_with_locals.json.jbuilder |   1 +
 33 files changed, 378 insertions(+), 244 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/fix_escaper.patch
 create mode 100644 spec/gon/thread_spec.rb

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



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