ruby-foreman 0.87.2-4 source package in Ubuntu

Changelog

ruby-foreman (0.87.2-4) unstable; urgency=medium

  * Team upload.
  * d/p/0005-Fix-FTBFS-with-Ruby-3.2.patch: replace File.exists? with
    File.exist?

 -- Lucas Kanashiro <email address hidden>  Thu, 22 Feb 2024 23:07:28 -0300

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-foreman_0.87.2-4.dsc 2.1 KiB c512e3d8cfd2aec2388602a4b56e889699dcdf907155ea1adcc95dd25dbdd199
ruby-foreman_0.87.2.orig.tar.gz 71.9 KiB 57bd9878f6bdf21ff049addc3e1be57db95902bfd637cdc20103e88cad7aac0a
ruby-foreman_0.87.2-4.debian.tar.xz 6.7 KiB 19b8c3c88cab0c42214beb91de945bddfe6fd1035b7220ac654c7e9a40a03795

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.