ruby-rack 1.3.1-1 source package in Ubuntu

Changelog

ruby-rack (1.3.1-1) unstable; urgency=low

  * New upstream release: 1.3.1
  * Bump Standard version: 3.9.2
  * Add me to Uploaders
  * Add ruby-bacon to Build-Depends
  * Add manpage for rackup Closes: #606910
    - Thanks to Glido Fiorito <email address hidden>

ruby-rack (1.2.2-2) unstable; urgency=low

  * Add transitional packages from librack-ruby.

ruby-rack (1.2.2-1) unstable; urgency=low

  * Switch to gem2deb-based packaging. Rename source and binary package.
  * libopenssl-ruby was merged in the main ruby package. Closes: #574960
    Closes: #592416.
  * new upstream release.
  * TESTS ARE DISABLED: many dependencies required for tests are not
    packaged yet.

librack-ruby (1.1.0-4) unstable; urgency=low

  * Team upload.
  * This package is now maintained within the Debian/Ruby Extras team.
  * debian/control: 
    - Added the team (and myself) to the uploaders.
    - Updated the Vcs-* fields.
  * Version the dependency between librack-ruby and librack-ruby1.8.
    Closes: #583553
  * Rename the 1.9.1 binary to rackup1.9.1

librack-ruby (1.1.0-3) unstable; urgency=low

  * adopt package
  * add Conflicts/Replaces from librack-ruby1.9.1 to librack-ruby1.9
    because of /usr/bin/rackup1.9 (Closes: #570435)

librack-ruby (1.1.0-2) unstable; urgency=low

  * Move to ruby1.9.1 (Closes: #569884).
  * Removed unused lintian override.
  * Bumped up Standards-Version.
  

librack-ruby (1.1.0-1) unstable; urgency=low

  * New upstream release.

librack-ruby (1.0.1-1) unstable; urgency=low

  * New upstream release.
  * Bumped up Standards revision.
  * Moved to CDBS.
  * Lintian cleanups.

librack-ruby (1.0.0-1) unstable; urgency=low

  * New upstream release.
  * Added debian/watch file.
  * Bumped up Standards version to 3.8.1.
  * BUmped up debhelper compat level to 6.
  * Moved to section "ruby".
  * Added proper versioned dependency on debhelper (for dh_lintian).
  * Updated short description for librack-ruby1.8.

librack-ruby (0.9.1-1) unstable; urgency=low

  * New upstream release (Closes: #516855).

librack-ruby (0.3.0-2) unstable; urgency=low

  * Corrected short description for librack-ruby1.8

librack-ruby (0.3.0-1) unstable; urgency=low

  * Initial Release (Closes: #480035).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  12 Nov 2011 06:41:47 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-rack_1.3.1.orig.tar.gz 152.4 KiB 40cb0828a8d3682032d0e3c0a6eacf2a128d8c35682b41684b1ebee73aea8ea8
ruby-rack_1.3.1-1.debian.tar.gz 4.7 KiB 041f097630575945df85e1d7e39133a1f216646d7b1828bdb393b5e868452dde
ruby-rack_1.3.1-1.dsc 2.0 KiB cf38d6fd8e054310949002694ca418c713ee4b00730caaecd471f46b0ff6b5fe

View changes file

Binary packages built by this source

librack-ruby: Transitional package for ruby-rack

 This is a transitional package to ease upgrades to the ruby-rack
 package. It can safely be removed.

librack-ruby1.8: Transitional package for ruby-rack

 This is a transitional package to ease upgrades to the ruby-rack
 package. It can safely be removed.

librack-ruby1.9.1: Transitional package for ruby-rack

 This is a transitional package to ease upgrades to the ruby-rack
 package. It can safely be removed.

ruby-rack: Modular Ruby webserver interface

 Rack provides a minimal, modular and adaptable interface for
 developing web applications in Ruby. By wrapping HTTP requests and
 responses in the simplest way possible, it unifies and distills the
 API for web servers, web frameworks, and software in between (the
 so-called middleware) into a single method call.
 .
 The exact details of this are described in the Rack specification,
 which all Rack applications should conform to.