Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-22 | Updated to fix rubocop warnings. | Steve Kemp | |
2015-03-09 | Moved usage-information to foot of script. | Steve Kemp | |
This removes the nasty self-parsing of the script to generate the help/manual output. I've also removed global-variables and made the code almost-100% warning free. | |||
2015-03-09 | Remove spaces inside blocks. | Steve Kemp | |
2015-03-09 | More minor space fixups | Steve Kemp | |
2015-03-09 | Removed spaces inside parenthesis. | Steve Kemp | |
2015-03-09 | Don't use parenthesis aroudn conditions in an if. | Steve Kemp | |
2015-03-09 | Do not use parentheses for method calls with no arguments. | Steve Kemp | |
This is neater. Flagged by rubocop | |||
2015-03-09 | Use long-names | Steve Kemp | |
Instead of "$0" use $PROGRAM_NAME, instead of $! use "$LOAD_PATH". This is more explicit and less-magic. Flagged by rubocop | |||
2015-01-13 | Avoid hard-wiring 1.8 ruby | Steve 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.9 | Steve Kemp | |
2012-11-14 | whitespace fixups | Steve 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 explicitly | Steve Kemp | |
2012-11-13 | Renamed and moved files around. | Steve Kemp | |