RubyGems.org

cromwell

0.4.0

A very simple wrapper over Signal#trap method that allows you to easily protect your scripts from being killed while they are doing something that should not be interrupted (e.g. interacting with some non-transactional service) or is too costly to restart (e.g. long computations).

installgem install cromwell
Authors

Przemyslaw Kowalczyk

337 total downloads 49 for this version
Versions
  1. 0.4.0 January 30, 2010
  2. 0.3.0 January 13, 2010
  3. 0.2.0 January 7, 2010
  4. 0.1.2 January 6, 2010
  5. 0.1.1 January 3, 2010
Show all versions (6 total)
Development Dependencies
  1. mocha >= 0
  2. thoughtbot-shoulda >= 0