ruby-foreman 0.82.0-2 source package in Ubuntu

Changelog

ruby-foreman (0.82.0-2) unstable; urgency=medium

  * Add patch 0004-port-to-rspec-3.patch to port to RSpec 3, and drop usage of
    `rr` which is causing problems in the test suite after `rr` 1.2 was
    uploaded. (Closes: #840690)

 -- Antonio Terceiro <email address hidden>  Wed, 02 Nov 2016 19:37:31 -0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-foreman_0.82.0-2.dsc 2.1 KiB 905e470c186bc39fe818b568e0044948398f72c3fc7b8207f39fcfcac02039a3
ruby-foreman_0.82.0.orig.tar.gz 27.4 KiB 8953bc5f8b821caef062299b44d51a13255a0e5f423169f0d40feb144835eab0
ruby-foreman_0.82.0-2.debian.tar.xz 7.3 KiB 836914877640630c2a6db18db553e500296b3e2f493a8068bc91df69bbbdfd4d

Available diffs

No changes file available.

Binary packages built by this source

ruby-foreman: Process manager for applications with multiple components

 Foreman is a process manager commonly used during development of
 multi-component applications. For production, it allows allow you to either
 run your application directly or export it to some other process management
 format (i.e. init system service files).
 .
 Foreman uses a file called Procfile, which is the same mechanism for declaring
 what commands are run by your application’s dynos on the Heroku platform. It
 follows the process model. You can use a Procfile to declare various process
 types, such as multiple types of workers, a singleton process like a clock, or
 a consumer of the Twitter streaming API.