summaryrefslogtreecommitdiff
path: root/lib/custodian/alerts/file.rb
AgeCommit message (Collapse)Author
2018-02-22Updated the file-alerter to use the subject.21-allow-custom-subjectsSteve Kemp
If a subject is specified in a test that will now be used for the raise/clear message. This allows testing of the new parser-change(s).
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
So "foo" is less good than 'foo'.
2015-03-09Do not use parentheses for method calls with no arguments.Steve Kemp
This is neater. Flagged by rubocop
2013-05-15 Updated comment so they match the functionality of the code.Steve Kemp
2013-01-24 New releaseSteve Kemp
2012-11-24 Added new alert-type, to merely write to a file.Steve Kemp