Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-09 | Removed trailing whitespace from the code | Steve Kemp | |
2015-03-09 | More minor space fixups | Steve Kemp | |
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 | Don't use parenthesis aroudn conditions in an if. | Steve Kemp | |
2015-01-13 | Don't marry our code to ruby1.8 | Steve Kemp | |
2012-11-23 | Moved the code to detect whether an IP-address is inside/outside the ↵ | Steve Kemp | |
Bytemark range into its own class & added _simple_ test-cases. |