Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-09 | Whitespace fixups. | Steve Kemp | |
These were all identified and suggested by rubocop. | |||
2015-03-09 | Removed spaces inside parenthesis. | Steve Kemp | |
2015-03-09 | Prefer single-quotes when you don't need interpolation. | Steve Kemp | |
So "foo" is less good than 'foo'. | |||
2015-03-09 | Do not terminate expressions with ";". | Steve Kemp | |
Ruby is not Perl, much as I sometimes wish it were. | |||
2015-03-09 | Avoid "Array.new" and "Hash.new" | Steve Kemp | |
Instead use {} + (). | |||
2015-01-13 | Don't marry our code to ruby1.8 | Steve Kemp | |
2015-01-08 | Updated test to cope with DNS changes | Steve Kemp | |
These days google.com resolves over both IPv4 and IPv6. | |||
2012-11-23 | Updated. | Steve Kemp | |
2012-11-23 | Simple test-cases. | Steve Kemp | |