ruby-sinatra-contrib 1.4.6-1 source package in Ubuntu

Changelog

ruby-sinatra-contrib (1.4.6-1) unstable; urgency=low

  * New upstream version.
  * Add new Build-Depends.
  * Remove obsolete patches.
  * Add a patch to remove the dependency on less.
  * Update extended package description.
  * Update Vcs-* URL.

 -- Jérémy Bobbio <email address hidden>  Wed, 09 Sep 2015 16:09:22 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sinatra-contrib_1.4.6-1.dsc 2.5 KiB f862e33e33a4874c192d53e327224a5a07b558a18153729a121f2c18c54a44f8
ruby-sinatra-contrib_1.4.6.orig.tar.gz 50.0 KiB 42e7ca5d6443581c24c610645aefb608ea53db684a34055fa36567b0ace6dac8
ruby-sinatra-contrib_1.4.6-1.debian.tar.gz 4.0 KiB c19c0cfe92f22a8dcd38e553520795cd3597243348e3e20affd15ea36d7fda9d

Available diffs

No changes file available.

Binary packages built by this source

ruby-sinatra-contrib: 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.
  - custom_logger: Allows one to define their own logger instance.
  - 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.