ruby-sinatra 3.0.5-3ubuntu1 source package in Ubuntu

Changelog

ruby-sinatra (3.0.5-3ubuntu1) noble; urgency=medium

  * d/p/0005-CI-Fix-up-integration-stream-test-for-Puma-1887.patch: fix FTBFS
    with puma 6.x.

 -- Lucas Kanashiro <email address hidden>  Wed, 17 Apr 2024 18:53:25 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main ruby
Noble release main ruby

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sinatra_3.0.5.orig.tar.gz 260.0 KiB 7b6c4b930345f38a6cf54334dc9fcf8f5fd438bfca7d45e59ec5497bfa0eb63c
ruby-sinatra_3.0.5-3ubuntu1.debian.tar.xz 8.7 KiB 7a0da5e1c6903b959dea3cef48c948645c6914b7f688d27454e50ad2a69abfee
ruby-sinatra_3.0.5-3ubuntu1.dsc 3.0 KiB 617185b5ba2e15d2919cf7f91957c680d779b8e7fdceaeab4d439f26f7edf63c

View changes file

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: Ruby web-development dressed in a DSL

 Sinatra is an open source web framework for Ruby programming language.
 It provides simple Domain Specific Language (DSL) for defining RESTful
 HTTP actions, and then defining how the application is going to respond
 to them.
 .
 This framework is lighweight and uses Rack which is a web server
 interface developed to run many Ruby frameworks using the same stack.

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.