[DRE-commits] [ruby-sinatra-contrib] branch master updated (6c87fa0 -> 33336db)

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Sep 9 20:25:39 UTC 2015


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  6c87fa0   Releasing debian version 1.4.2-2.
       new  1d72f35   Imported Upstream version 1.4.6
       new  8e80319   Merge tag 'upstream/1.4.6'
       new  aa7c718   Add new Build-Depends
       new  20f324e   Remove obsolete patches
       new  da1dfcc   Add a patch to remove unpackaged dependencies
       new  3b70c10   Update extended package description
       new  3ded2f8   Update Vcs-* URL
       new  33336db   Release version 1.4.6-1

The 8 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:
 LICENSE                                            |   2 +
 README.md                                          |   3 +
 Rakefile                                           |   6 +-
 checksums.yaml.gz                                  | Bin 266 -> 0 bytes
 debian/changelog                                   |  11 +
 debian/control                                     |  17 +-
 .../patches/remove-unpackaged-dependencies.patch   |  97 +++++++
 debian/patches/rspec3.patch                        | 294 ---------------------
 debian/patches/series                              |   2 +-
 lib/sinatra/capture.rb                             |   2 +-
 lib/sinatra/config_file.rb                         |   7 +-
 lib/sinatra/contrib/version.rb                     |   2 +-
 lib/sinatra/cookies.rb                             |   6 +-
 lib/sinatra/custom_logger.rb                       |  60 +++++
 lib/sinatra/decompile.rb                           |   8 +-
 lib/sinatra/namespace.rb                           |  13 +-
 lib/sinatra/reloader.rb                            |  10 +-
 lib/sinatra/respond_with.rb                        |  43 ++-
 lib/sinatra/streaming.rb                           |   2 +-
 metadata.yml                                       | 274 ++++++++++++++++---
 sinatra-contrib.gemspec                            |  45 +++-
 spec/capture_spec.rb                               |  11 +-
 spec/config_file_spec.rb                           |   3 +-
 spec/content_for_spec.rb                           |   3 +-
 spec/cookies_spec.rb                               |  43 +--
 spec/custom_logger_spec.rb                         |  43 +++
 spec/decompile_spec.rb                             |   3 +-
 spec/extension_spec.rb                             |   5 +-
 spec/json_spec.rb                                  |   5 +-
 spec/link_header_spec.rb                           |   3 +-
 spec/multi_route_spec.rb                           |   3 +-
 spec/namespace_spec.rb                             | 185 ++++++++-----
 spec/reloader_spec.rb                              |   3 +-
 spec/respond_with/bar.erb                          |   2 +-
 spec/respond_with_spec.rb                          |   7 +-
 spec/spec_helper.rb                                |   2 +-
 spec/streaming_spec.rb                             |   6 +-
 37 files changed, 759 insertions(+), 472 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/remove-unpackaged-dependencies.patch
 delete mode 100644 debian/patches/rspec3.patch
 create mode 100644 lib/sinatra/custom_logger.rb
 mode change 100644 => 100755 lib/sinatra/reloader.rb
 create mode 100644 spec/custom_logger_spec.rb

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