summaryrefslogtreecommitdiff
path: root/bin/multi-ping
AgeCommit message (Collapse)Author
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Don't use parenthesis aroudn conditions in an if.Steve Kemp
2015-03-09Do not use parentheses for method calls with no arguments.Steve Kemp
This is neater. Flagged by rubocop
2015-03-09Use long-namesSteve Kemp
Instead of "$0" use $PROGRAM_NAME, instead of $! use "$LOAD_PATH". This is more explicit and less-magic. Flagged by rubocop
2015-01-13Avoid hard-wiring 1.8 rubySteve Kemp
2012-12-06 Change hostname1 -> hostname in the doc since we only allow one host to be ↵Steve Kemp
pinged.
2012-11-22 Renamed.Steve Kemp
2012-11-20 Updated case statements for ruby1.9Steve Kemp
2012-11-14 whitespace fixupsSteve Kemp
2012-11-14 Split the implementation of the multi-ping tool into a library and a driver.Steve Kemp
2012-11-14 Updated comment.Steve Kemp
2012-11-13 Use ruby1.8 explicitlySteve Kemp
2012-11-13 Renamed and moved files around.Steve Kemp