[DRE-commits] [ruby-gon] branch master updated (08ae450 -> 21ab405)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Sep 1 10:49:27 UTC 2015


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

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

      from  08ae450   reupload to unstable
      adds  81f73b0   Imported Upstream version 6.0.1
       new  304d638   Merge tag 'upstream/6.0.1'
       new  d1410b8   update changelog
       new  cb845a8   refresh patch
       new  21ab405   refresh more patches

The 4 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:
 .travis.yml                                        |   5 +-
 CHANGELOG.md                                       |  11 ++
 Gemfile                                            |   2 +-
 LICENSE                                            |   2 +-
 README.md                                          |  29 ++--
 Rakefile                                           |   2 -
 debian/changelog                                   |   8 ++
 debian/patches/fix-json-scaping-on-tests-strings   |  32 +++--
 .../remove_lib_from_loadpath_for_spec.patch        |   7 +-
 gon.gemspec                                        |  14 +-
 lib/gon.rb                                         |  10 +-
 lib/gon/base.rb                                    | 159 +++++++++------------
 lib/gon/env_finder.rb                              |  46 ++++++
 lib/gon/escaper.rb                                 |   9 +-
 lib/gon/helpers.rb                                 |   7 +-
 lib/gon/jbuilder.rb                                | 114 ++-------------
 lib/gon/{jbuilder.rb => jbuilder/parser.rb}        |  86 +++++------
 lib/gon/rabl.rb                                    |   6 +-
 lib/gon/spec_helpers.rb                            |   2 +-
 lib/gon/version.rb                                 |   2 +-
 lib/gon/watch.rb                                   |   4 +-
 metadata.yml                                       |  71 +++++----
 spec/gon/basic_spec.rb                             |  61 ++++----
 spec/gon/global_spec.rb                            |  40 +++---
 spec/gon/jbuilder_spec.rb                          |  37 +++--
 spec/gon/rabl_with_rabl_rails_spec.rb              |   2 +-
 spec/gon/rabl_with_rabl_spec.rb                    |  14 +-
 spec/gon/templates_spec.rb                         |  12 +-
 spec/gon/thread_spec.rb                            |   2 +-
 spec/gon/watch_spec.rb                             |   6 +-
 spec/spec_helper.rb                                |  11 +-
 spec/test_data/sample_url_helpers.json.jbuilder    |   1 +
 32 files changed, 393 insertions(+), 421 deletions(-)
 create mode 100644 lib/gon/env_finder.rb
 copy lib/gon/{jbuilder.rb => jbuilder/parser.rb} (65%)
 create mode 100644 spec/test_data/sample_url_helpers.json.jbuilder

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