Package gem-daemons: Information

  • Default inline alert: Version in the repository: 1.4.1-alt1

Source package: gem-daemons
Version: 1.4.0-alt1
Latest version according to Repology
Build time:  Oct 7, 2021, 07:44 PM in the task #252865
Category: Development/Ruby
Report package bug
License: MIT
Summary: A toolkit to create and control daemons in different ways
Description: 
Daemons provides an easy way to wrap existing ruby scripts (for example a
self-written server) to be run as a daemon and to be controlled by simple
start/stop/restart commands.

You can also call blocks as daemons and control them from the parent or just
daemonize the current process.

Besides this basic functionality, daemons offers many advanced features like
exception backtracing and logging (in case your ruby script crashes) and
monitoring and automatic restarting of your processes if they crash.

List of rpms provided by this srpm:
gem-daemons (noarch)
gem-daemons-devel (noarch)
gem-daemons-doc (noarch)



ACL:
Pavel Skrylev
@ruby
@everybody

    1. rpm-build-ruby
    2. gem(rspec) >= 3.1
    3. gem(rake) >= 12.3
    4. gem(rake) < 14
    5. gem(simplecov) >= 0
    6. gem(pry-byebug) >= 3.0
    7. gem(pry-byebug) < 4

Last changed


July 17, 2021 Pavel Skrylev 1.4.0-alt1
- ^ 1.3.1 -> 1.4.0
July 19, 2019 Pavel Skrylev 1.3.1-alt1
- ^ 1.2.6 -> 1.3.1
- > Ruby Policy 2.0
Aug. 31, 2018 Andrey Cherepanov 1.2.6-alt1
- New version.