[DRE-commits] [ruby-sinatra-contrib] branch wheezy-backports updated (521350f -> 5d2809e)

Jérémy Bobbio lunar at alioth.debian.org
Wed Sep 25 14:15:18 UTC 2013


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

lunar pushed a change to branch wheezy-backports
in repository ruby-sinatra-contrib.

      from  521350f   Release version 1.3.2-1~bpo70+1 to wheezy-backports
      adds  ba5e7ca   use canonical URI in Vcs-* fields
      adds  d985fa5   Merge remote-tracking branch 'origin/master'
      adds  fed72ec   Imported Upstream version 1.4.0
      adds  4e1d62b   Merge tag 'upstream/1.4.0'
      adds  ebe7a92   Update Depends and Build-Depends
      adds  a53ecce   Imported Upstream version 1.4.1
      adds  9b3168f   Merge tag 'upstream/1.4.1'
      adds  3e986c6   Update Depends and Build-Depends
      adds  27d2778   Release version 1.4.1-1
       new  63bab36   Merge tag 'debian/1.4.1-1' into wheezy-backports
       new  5d2809e   Release version 1.4.1-1~bpo70+1 to wheezy-backports

The 2 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:
 README.md                          |   22 +-
 Rakefile                           |    1 -
 checksums.yaml.gz                  |  Bin 0 -> 428 bytes
 debian/changelog                   |   13 +
 debian/control                     |    8 +-
 lib/sinatra/capture.rb             |   92 +++++-
 lib/sinatra/config_file.rb         |   22 +-
 lib/sinatra/content_for.rb         |    4 +-
 lib/sinatra/contrib/setup.rb       |    4 +-
 lib/sinatra/contrib/version.rb     |    2 +-
 lib/sinatra/cookies.rb             |    8 +-
 lib/sinatra/decompile.rb           |   18 +-
 lib/sinatra/extension.rb           |   10 +-
 lib/sinatra/json.rb                |   63 ++--
 lib/sinatra/link_header.rb         |    4 +-
 lib/sinatra/multi_route.rb         |    6 +
 lib/sinatra/namespace.rb           |   15 +-
 lib/sinatra/reloader.rb            |   14 +-
 lib/sinatra/respond_with.rb        |   38 +--
 lib/sinatra/streaming.rb           |   36 +--
 lib/sinatra/test_helpers.rb        |    2 +-
 metadata.yml                       |  100 ++++---
 sinatra-contrib.gemspec            |   67 ++++-
 spec/capture_spec.rb               |   15 +-
 spec/config_file/key_value.yml.erb |    6 +
 spec/config_file_spec.rb           |   10 +
 spec/content_for_spec.rb           |    6 +-
 spec/cookies_spec.rb               |   32 +-
 spec/json_spec.rb                  |    9 +-
 spec/multi_route_spec.rb           |   41 ++-
 spec/namespace_spec.rb             |  577 ++++++++++++++++++------------------
 spec/respond_with/baz.yajl         |    1 +
 spec/respond_with_spec.rb          |   27 ++
 spec/spec_helper.rb                |    3 +-
 spec/streaming_spec.rb             |   21 --
 35 files changed, 781 insertions(+), 516 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 spec/config_file/key_value.yml.erb
 create mode 100644 spec/respond_with/baz.yajl

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



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