debian/0000755000000000000000000000000012207621540007165 5ustar debian/gbp.conf0000644000000000000000000000003612207621540010603 0ustar [DEFAULT] pristine-tar = True debian/rules0000755000000000000000000000007512207621540010247 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby debian/control0000644000000000000000000000502612207621540010573 0ustar Source: ruby-sinatra-contrib Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Eugene Lavnikevich , Jérémy Bobbio Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-sinatra (>= 1.4.2~), ruby-backports (>= 2.0~), ruby-tilt (>= 1.3~), ruby-rack-test, ruby-rack-protection, ruby-multi-json, ruby-rspec (>= 2.3~), ruby-haml, ruby-erubis, ruby-slim, rake, ruby-json, ruby-yajl Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-sinatra-contrib.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-sinatra-contrib.git;a=summary Homepage: http://github.com/sinatra/sinatra-contrib XS-Ruby-Versions: all Package: ruby-sinatra-contrib Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-sinatra (>= 1.4.2~), ruby-backports (>= 2.0~), ruby-tilt (>= 1.3~), ruby-rack-test, ruby-rack-protection, ruby-multi-json Description: collection of useful extensions to the Sinatra web framework sinatra-contrib is a collection of common extensions to the Sinatra web framework, semi-officially supported: - capture: Let's you capture the content of blocks in templates. - config_file: Allows loading configuration from yaml files. - content_for: Adds Rails-style content_for helpers to Haml, Erb, Erubis and Slim. - cookies: A cookies helper for reading and writing cookies. - engine_tracking: Adds methods like haml? that allow helper methods to check whether they are called from within a template. - json: Adds a #json helper method to return JSON documents. - link_header: Helpers for generating link HTML tags and corresponding Link HTTP headers. Adds link, stylesheet and prefetch helper methods. - multi_route: Adds ability to define one route block for multiple routes and multiple or custom HTTP verbs. - namespace: Adds namespace support to Sinatra. - respond_with: Choose action and/or template automatically depending on the incoming request. Adds helpers respond_to and respond_with. - decompile: Recreates path patterns from Sinatra's internal data structures (used by other extensions). - reloader: Automatically reloads Ruby files on code changes. - extension: Mixin for writing your own Sinatra extensions. - test_helpers: Helper methods to ease testing your Sinatra application. Partly extracted from Sinatra. Testing framework agnostic. debian/ruby-tests.rake0000644000000000000000000000013112207621540012145 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :default => :spec debian/compat0000644000000000000000000000000212207621540010363 0ustar 7 debian/copyright0000644000000000000000000000437712207621540011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sinatra-contrib Source: https://github.com/sinatra/sinatra-contrib Files: * Copyright: 2008-2011 Nicolas Sanguinetti, entp.com, Konstantin Haase License: Expat Files: spec/okjson.rb Copyright: 2011 Keith Rarick License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2012 Eugene Lavnikevich 2013 Jérémy Bobbio License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000644000000000000000000000056712207621540011047 0ustar ruby-sinatra-contrib (1.4.1-1) unstable; urgency=low * New upstream version. (Closes: #713163) * Update Depends and Build-Depends. -- Jérémy Bobbio Thu, 29 Aug 2013 12:26:56 +0200 ruby-sinatra-contrib (1.3.2-1) unstable; urgency=low * Initial release (Closes: #703068) -- Jérémy Bobbio Fri, 19 Apr 2013 12:15:53 +0200 debian/source/0000755000000000000000000000000012207621540010465 5ustar debian/source/format0000644000000000000000000000001412207621540011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000016312207621540010216 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/sinatra-contrib .*/sinatra-contrib-(.*).tar.gz debian/ruby-sinatra-contrib.docs0000644000000000000000000000002312207621540014110 0ustar README.md ideas.md