[DRE-commits] [ruby-gon] branch master updated (ade77ba -> 274a561)

David Suárez deiv-guest at moszumanska.debian.org
Sat Oct 11 23:25:53 UTC 2014


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

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

      from  ade77ba   prepare changelog
      adds  084f7dc   Imported Upstream version 5.2.0
       new  b45e908   Merge tag 'upstream/5.2.0'
       new  8b88859   Refresh 'change_watch_js_location' patch
       new  202dcee   Update build and runtime depends
       new  87fa8e0   Add 'fix-json-scaping-on-tests-strings'patch
       new  83cf4a7   Update standards version; no changes needed
       new  3047feb   Wrap and sort
       new  274a561   Prepare changelog

The 7 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                                      |   1 +
 CHANGELOG.md                                     |  21 +++++
 README.md                                        |  49 ++++++++--
 checksums.yaml.gz                                | Bin 270 -> 0 bytes
 debian/changelog                                 |  18 ++++
 debian/control                                   |  29 ++++--
 debian/patches/change_watch_js_location.patch    |   4 +-
 debian/patches/fix-json-scaping-on-tests-strings |  52 ++++++++++
 debian/patches/series                            |   1 +
 gon.gemspec                                      |   3 +-
 lib/gon.rb                                       |  15 ++-
 lib/gon/base.rb                                  |  80 ++++++++++++----
 lib/gon/compatibility/old_rails.rb               |  11 +++
 lib/gon/escaper.rb                               |   8 +-
 lib/gon/helpers.rb                               |  92 ++++++++----------
 lib/gon/json_dumper.rb                           |   8 ++
 lib/gon/rabl.rb                                  |   2 +-
 lib/gon/request.rb                               |   4 +-
 lib/gon/spec_helpers.rb                          |  30 ++++++
 lib/gon/version.rb                               |   2 +-
 lib/gon/watch.rb                                 |   8 +-
 metadata.yml                                     |  37 +++++++-
 spec/gon/basic_spec.rb                           | 115 ++++++++++++++++++++++-
 spec/gon/global_spec.rb                          |  16 +++-
 spec/gon/thread_spec.rb                          |   2 +-
 spec/gon/watch_spec.rb                           |  47 ++++++---
 spec/spec_helper.rb                              |   3 +-
 28 files changed, 540 insertions(+), 119 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/fix-json-scaping-on-tests-strings
 create mode 100644 lib/gon/compatibility/old_rails.rb
 create mode 100644 lib/gon/json_dumper.rb
 create mode 100644 lib/gon/spec_helpers.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