khronotab

KhronoTab is a pure ruby interface to the crontab. It uses a hash interface to allow accessing the data of an existing crontab or the creation of a new one far easier.

Installation

gem install khronotab

Examples

Reading in an existing crontab
  require 'khronotab'
  crontab = Khronotab::CronTab.read_from_file('/etc/cron.d/crontab')

Author

Kristofer M White <me@kmwhite.net>
Copyright (c) 2010 Kristofer M White. Licensed under the BSD License:
See LICENSE for details.
http://www.opensource.org/licenses/bsd-license.html

Note on Patches/Pull Requests