Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-16 | Updated test to pass with new IPs. | Steve Kemp | |
Hard-coding IPs is a bad choice, but the alternative here is to exec( `dig -t a`) or similar which seems equally bad. | |||
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 | Added more tests. | Steve Kemp | |
2015-01-13 | Don't marry our code to ruby1.8 | Steve Kemp | |
2014-12-11 | Fixed DNS reverse lookups to use getnameinfo | Patrick J Cherry | |
2013-11-22 | Updated tests to succeed. | Steve Kemp | |
Since we test dns lookups and reverse DNS lookups then we need to update the hostnames which have aged into a broken set of tests. | |||
2013-10-15 | Fixed test cases to succeed. | Steve Kemp | |
2013-06-24 | Updated the expected records now Steve's domain has moved. | Steve Kemp | |
2012-11-23 | Renamed. | Steve Kemp | |