Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby-daemons-1.3.1-2.mga8 RPM for noarch

From Mageia 8 for x86_64 / media / core / release

Name: ruby-daemons Distribution: Mageia
Version: 1.3.1 Vendor: Mageia.Org
Release: 2.mga8 Build date: Fri Feb 14 22:12:49 2020
Group: Development/Ruby Build host: localhost
Size: 96172 Source RPM: ruby-daemons-1.3.1-2.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://daemons.rubyforge.org
Summary: A toolkit to create and control daemons in different ways
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.

Provides

Requires

License

BSD and Ruby License

Changelog

* Fri Feb 14 2020 umeabot <umeabot> 1.3.1-2.mga8
  + Revision: 1522364
  - Mageia 8 Mass Rebuild
* Fri Jan 25 2019 pterjan <pterjan> 1.3.1-1.mga7
  + Revision: 1360714
  - Update to 1.3.1
* Fri Sep 21 2018 umeabot <umeabot> 1.2.6-2.mga7
  + Revision: 1290814
  - Mageia 7 Mass Rebuild
* Sun Apr 01 2018 pterjan <pterjan> 1.2.6-1.mga7
  + Revision: 1214119
  - Update to 1.2.6

Files

/usr/share/doc/ruby-daemons
/usr/share/doc/ruby-daemons/README.md
/usr/share/gems/gems/daemons-1.3.1
/usr/share/gems/gems/daemons-1.3.1/LICENSE
/usr/share/gems/gems/daemons-1.3.1/README.md
/usr/share/gems/gems/daemons-1.3.1/Releases
/usr/share/gems/gems/daemons-1.3.1/examples
/usr/share/gems/gems/daemons-1.3.1/examples/call
/usr/share/gems/gems/daemons-1.3.1/examples/call/call.rb
/usr/share/gems/gems/daemons-1.3.1/examples/call/call_monitor.rb
/usr/share/gems/gems/daemons-1.3.1/examples/daemonize
/usr/share/gems/gems/daemons-1.3.1/examples/daemonize/daemonize.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_crash.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_custom_logfiles.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_exec.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_exit.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_hanging.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_keep_pid_files.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_monitor.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_monitor_multiple.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_monitor_nocrash.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_multiple.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_normal.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_ontop.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_optionparser.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_proc.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_proc_multiple.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_proc_rand.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_proc_simple.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/ctrl_slowstop.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/myserver.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/myserver_crashing.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/myserver_exiting.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/myserver_hanging.rb
/usr/share/gems/gems/daemons-1.3.1/examples/run/myserver_slowstop.rb
/usr/share/gems/gems/daemons-1.3.1/lib
/usr/share/gems/gems/daemons-1.3.1/lib/daemons
/usr/share/gems/gems/daemons-1.3.1/lib/daemons.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/application.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/application_group.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/change_privilege.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/cmdline.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/controller.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/daemonize.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/etc_extension.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/exceptions.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/monitor.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/pid.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/pidfile.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/pidmem.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/reporter.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/syslogio.rb
/usr/share/gems/gems/daemons-1.3.1/lib/daemons/version.rb
/usr/share/gems/specifications/daemons-1.3.1.gemspec


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 15:38:33 2024