ruby-sinatra 1.4.7-3 source package in Ubuntu

Changelog

ruby-sinatra (1.4.7-3) unstable; urgency=medium

  * Team upload.
  * Remove lintian-override from source dir:
    - Override warnings were already fixed

 -- Lucas Albuquerque Medeiros de Moura <email address hidden>  Sat, 05 Mar 2016 18:58:14 -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
Xenial release universe ruby

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sinatra_1.4.7-3.dsc 2.4 KiB 5126004eb4eb133fd60c49e811570a5f3e28e859f0806bd07b325920e06c77b4
ruby-sinatra_1.4.7.orig.tar.gz 363.1 KiB a77a6fc42b52555379847c9771f89c441b3d9551d530097779927b8d33388841
ruby-sinatra_1.4.7-3.debian.tar.xz 4.4 KiB 35b03661c3848fa37792514549a72327e91079cb6613ddf2f74eb80a97d2b599

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.