ruby-sinatra 1.4.8-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream version 1.4.8
    - fixes warnings with ruby2.5
  * Refresh patches
  * debian/ruby-tests.rake: remove useless -rubygems option from tests
    invocation

 -- Antonio Terceiro <email address hidden>  Thu, 01 Mar 2018 10:22:13 -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
Bionic release universe ruby

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sinatra_1.4.8-1.dsc 2.4 KiB 7dfa8ee350371aeb164008ace583865958f3affab05641dea34cc7d5b1d13cbf
ruby-sinatra_1.4.8.orig.tar.gz 361.7 KiB 92d62aebb6879d5646c617cdb4bc5b32f5a13f198e56d8d7fb2085ec5b323032
ruby-sinatra_1.4.8-1.debian.tar.xz 4.8 KiB dd6a656c9071d9b36598be3210229e1360a5aae439d61a144db4c112da3079ba

Available diffs

No changes file available.

Binary packages built by this source

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.