[DRE-commits] [ruby-sinatra-contrib] branch master updated (d985fa5 -> 27d2778)

Jérémy Bobbio lunar at alioth.debian.org
Thu Aug 29 10:36:11 UTC 2013


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

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

      from  d985fa5   Merge remote-tracking branch 'origin/master'
      adds  fed72ec   Imported Upstream version 1.4.0
       new  4e1d62b   Merge tag 'upstream/1.4.0'
       new  ebe7a92   Update Depends and Build-Depends
      adds  a53ecce   Imported Upstream version 1.4.1
       new  9b3168f   Merge tag 'upstream/1.4.1'
       new  3e986c6   Update Depends and Build-Depends
       new  27d2778   Release version 1.4.1-1

The 5 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                   |    7 +
 debian/control                     |    4 +-
 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, 773 insertions(+), 514 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