Sha256: cab015c5c15f3b19e2cb2a75075a0a5fc4d6e1a4e684b4922806c8a1b6dac721
Contents?: true
Size: 1.86 KB
Versions: 1
Compression:
Stored size: 1.86 KB
Contents
= chrono_trigger This is a branch of http://github.com/gregfitz23/chrono_trigger/tree/master as it hasn't been updated in sometime. New code can be found at https://github.com/darful/chrono_trigger. == DESCRIPTION: A cron framework for defining cron tasks using a readable DSL. == FEATURES/PROBLEMS: == SYNOPSIS: Create trigger files directory. Triggers should follow the pattern: trigger "name" do runs { code to execute } on :monday every :minutes=>10 at :hour=>9, :minute=>[30,50] end Run `chrono_trigger -t{full path to trigger file}`. Other available options are: * -a - Specify an application context for the triggers to run against. * -e - Specify the environment the triggers should run against == REQUIREMENTS: * ActiveSupport >= 2.0.2 == INSTALL: * sudo gem install chrono_trigger == LICENSE: (The MIT License) Copyright (c) 2009 FIXME full name Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chrono_trigger-0.1.7 | README.rdoc |