Project

update

0.01
No commit activity in last 3 years
No release in over 3 years
A Ruby Gem for running a list of update commands from command line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Update: a gem to run groups of updates asynchronously

Update is a simple Ruby script for running sets of updates asynchronously from your command line.

Update uses EM::Syncrony's FiberIterator to run each set of updates in its own Fiber and then print out results as they become available.

Experimental branch uses Celluloid.

Requires Ruby 1.9+. ##Installation and usage

gem install update
update

Running update processes the list of updates found in the commands.rb file and then reports back whether the updates were run sucessfully. ##Edit list of updates Modify the Hash of update commands in commands.rb to customize update scripts. TODO: Sane and usable way to do this. >.> ##Command line arguments Usage: update [options]

options:

-v, --version      Print version information
-l, --list         Print list of commands
-e, --edit         Edit list of commands
-h, --help         Print this help message

##License Copyright (c) Shannon Skipper. MIT License.