ruby-sinatra 1.4.3-1 source package in Ubuntu

Changelog

ruby-sinatra (1.4.3-1) unstable; urgency=low


  [ Jérémy Bobbio ]
  * Team upload.
  * New upstream version.
  * Add git-buildpackage configuration.
  * Adjust Depends and Build-Depends.
  * Drop transitional packages now that Wheezy is stable.
  * Bump Standards-Version to version 3.9.4, no changes required.
  * Add missing Build-Depends on ruby-json.
  * Use rake to run the test suite to avoid false negative results.
  * Update paths to documentation.

  [ Cédric Boutillier ]
  * debian/control: remove obsolete DM-Upload-Allowed flag.
  * Use canonical URI in Vcs-* fields.

 -- Jérémy Bobbio <email address hidden>  Wed, 07 Aug 2013 16:02:37 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-sinatra_1.4.3-1.dsc 2.1 KiB 96ebd3f967bfe1439dee4a23ecf80daa0cf2a5bfa8b5aed3284df5e8d261f12c
ruby-sinatra_1.4.3.orig.tar.gz 333.2 KiB 2a0c808ac9f4ce4fd6380b67c8e47ec854f568b18fd92e491936aa876c34c2e4
ruby-sinatra_1.4.3-1.debian.tar.gz 4.0 KiB f6b4f09c0579204e620842df434744e9ecbca3d37561caae9defdd71c31dc85f

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.