ruby-sinatra 2.2.2-1 source package in Ubuntu

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Daniel Leidert ]
  * d/watch: Fix file.

  [ Antonio Terceiro ]
  * New upstream version 2.2.2
    - Includes fix for file exfiltration when serving static assets [CVE-2022-29970]
      (Closes: #1014717)
  * debian/rules: drop deprecated boilerplate comments
  * debian/ruby-tests.rake: make it closer to the gem2deb template
  * debian/ruby-sinatra.docs: add README.malayalam.md
  * debian/control: update from dh-make-ruby template
    - Bump Standards-Version to 4.6.1; no changes needed
    - Use https URL for homepage
    - Drop hardcoded binary packages dependencies in favor of ${ruby:Depends}
  * Refresh patches
  * Add new build dependency on rainbows
  * Stop running coffe-scripts tests
  * Add upstream patch to update dependency on mustermann
  * Add missing build dependency on ruby-multi-json

 -- Antonio Terceiro <email address hidden>  Sat, 20 Aug 2022 17:09:40 -0300

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sinatra_2.2.2-1.dsc 2.8 KiB 63f1d40d268dd34d5a578dd60e88fc4522a2134574691e6be9bfe01e7494a469
ruby-sinatra_2.2.2.orig.tar.gz 501.0 KiB b8814ccfc11fc6bcc707a93ef94e4ebaa00c541cc3c8433c0dd56aecd627f132
ruby-sinatra_2.2.2-1.debian.tar.xz 7.1 KiB 9ca6e5d3032be0d97c64a6ac476ee18892d8ae4cc2340f37617d5add7517e8b7

Available diffs

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

No description available for ruby-sinatra in ubuntu kinetic.

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.