ruby-sinatra 2.0.8.1-1 source package in Ubuntu

Changelog

ruby-sinatra (2.0.8.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.0.8.1.
  * Bump debhelper compatibility level to 12.
  * Bump Standards-Version to 4.5.0 (no changes needed).
  * debian/compat: Drop obsolete compat file, rely on debhelper-compat.
  * debian/control: Drop BD on ruby-rack-protection and ruby-sinatra-contrib.
    (Closes: #921201)
  * debian/control: Add puma as BD.
  * debian/copyright: Use HTTPS in link to copyright format specs.
  * debian/patches: Refresh for new release.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

 -- Georg Faerber <email address hidden>  Fri, 07 Feb 2020 11:23:28 +0000

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe ruby

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sinatra_2.0.8.1-1.dsc 2.2 KiB 01e61477881b096d6f740b82876ac6b9e1a48fb4aa9086495501d2aad0c0af3b
ruby-sinatra_2.0.8.1.orig.tar.gz 495.2 KiB a5783ecd2e07c103981cebf3451080894cdb22d508c78825a1b12a158e6854df
ruby-sinatra_2.0.8.1-1.debian.tar.xz 6.7 KiB ab2b42ba84e1b60ce4d3ec0213350b70a37e1b79a7d4974b7b4d013f3349127f

No changes file available.

Binary packages built by this source

ruby-rack-protection: Protects against typical web attacks for Rack apps

 This library protects against typical web attacks. Should work for all
 Rack apps, including Rails.

ruby-sinatra: No summary available for ruby-sinatra in ubuntu groovy.

No description available for ruby-sinatra in ubuntu groovy.

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: Lets 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.