[DRE-commits] [ruby-innate] branch master updated (d97dd5a -> 043fac0)

Cédric Boutillier boutil at alioth.debian.org
Tue Oct 15 09:32:19 UTC 2013


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

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

      from  d97dd5a   use canonical URI in Vcs-* fields
      adds  b334a5d   Imported Upstream version 2013.02.21
       new  619beda   Merge tag 'upstream/2013.02.21'
       new  f216222   update my email address; bump stantards-version to 3.9.4
       new  e84d897   drop transitional packages
       new  2d00f38   remove unused lintian-overrides
       new  b4771a6   add minimal version to dependencies
       new  043fac0   prepare changelog

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:
 .gems                             |    7 +-
 .travis.yml                       |    6 +-
 AUTHORS                           |    4 +-
 CHANGELOG                         | 1985 ++++++++++++++++++++-----------------
 MANIFEST                          |    4 +-
 Rakefile                          |    6 +-
 debian/changelog                  |   14 +
 debian/control                    |   39 +-
 debian/source/lintian-overrides   |    2 -
 example/custom_middleware.rb      |   20 +-
 innate.gemspec                    |   26 +-
 lib/innate.rb                     |  178 ++--
 lib/innate/action.rb              |    9 +-
 lib/innate/default_middleware.rb  |   22 +
 lib/innate/helper/aspect.rb       |  211 +++-
 lib/innate/helper/link.rb         |    6 +-
 lib/innate/helper/render.rb       |    7 +-
 lib/innate/lru_hash.rb            |   90 ++
 lib/innate/middleware_compiler.rb |   66 --
 lib/innate/node.rb                |   68 +-
 lib/innate/options.rb             |    7 +-
 lib/innate/rack_file_wrapper.rb   |   24 -
 lib/innate/spec/bacon.rb          |   14 +-
 lib/innate/version.rb             |    2 +-
 lib/innate/view/erb.rb            |    3 +-
 lib/innate/view/etanni.rb         |    3 +-
 metadata.yml                      |  136 ++-
 spec/innate/helper/aspect.rb      |   26 +
 spec/innate/helper/flash.rb       |    2 +-
 spec/innate/helper/link.rb        |    4 +
 30 files changed, 1716 insertions(+), 1275 deletions(-)
 delete mode 100644 debian/source/lintian-overrides
 create mode 100644 lib/innate/default_middleware.rb
 create mode 100644 lib/innate/lru_hash.rb
 delete mode 100644 lib/innate/middleware_compiler.rb
 delete mode 100644 lib/innate/rack_file_wrapper.rb

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



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