[DRE-commits] [ruby-rabl] branch master updated (e08c995 -> ebb0fb0)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Nov 18 20:06:23 UTC 2014


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

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

      from  e08c995   prepare changelog
      adds  4d95924   Imported Upstream version 0.11.4
       new  53ef481   Merge tag 'upstream/0.11.4'
       new  603f0c4   new upstream release
       new  ebb0fb0   bump standards version, upload to experimental

The 3 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:
 CHANGELOG.md                                       |  19 +
 README.md                                          |   8 +-
 checksums.yaml.gz                                  | Bin 425 -> 0 bytes
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 .../test/functional/posts_controller_test.rb       |   2 +-
 .../test/functional/users_controller_test.rb       |   4 +-
 fixtures/rails4/Gemfile                            |   2 +
 .../test/functional/posts_controller_test.rb       |   2 +-
 .../test/functional/users_controller_test.rb       |   4 +-
 lib/rabl.rb                                        |  13 +-
 lib/rabl/builder.rb                                | 397 ++++++++++---------
 lib/rabl/cache_engine.rb                           |  14 +
 lib/rabl/configuration.rb                          |   6 +-
 lib/rabl/engine.rb                                 | 439 ++++++++++++---------
 lib/rabl/helpers.rb                                |  69 +++-
 lib/rabl/multi_builder.rb                          | 101 +++++
 lib/rabl/partials.rb                               | 110 +-----
 lib/rabl/railtie.rb                                |   2 -
 lib/rabl/renderer.rb                               | 100 ++---
 lib/rabl/sources.rb                                |  87 ++++
 lib/rabl/template.rb                               |   9 +-
 lib/rabl/version.rb                                |   2 +-
 metadata.yml                                       |  35 +-
 test/builder_test.rb                               | 168 ++++----
 test/engine_test.rb                                |  12 +-
 test/integration/rails3_2/posts_controller_test.rb |   2 +-
 test/integration/rails3_2/users_controller_test.rb |   4 +-
 test/integration/rails4/posts_controller_test.rb   |   2 +-
 test/integration/rails4/users_controller_test.rb   |   4 +-
 test/models/user.rb                                |   2 +-
 test/multi_builder_test.rb                         |  69 ++++
 32 files changed, 1043 insertions(+), 655 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 lib/rabl/multi_builder.rb
 create mode 100644 lib/rabl/sources.rb
 create mode 100644 test/multi_builder_test.rb

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



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