lib/uptimerobot/constants.rb in uptimerobot-0.1.4 vs lib/uptimerobot/constants.rb in uptimerobot-0.1.5

- old
+ new

@@ -16,11 +16,11 @@ IMAP = 6 Custom = 99 end module KeywordType - KeywordExists = 1 - KeywordNotExists = 2 + Exists = 1 + NotExists = 2 end module Status Paused = 0 NotCheckedYet = 1