Skip to content

Commit

Permalink
remove Presently notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian D. Burns committed Mar 30, 2012
1 parent a22b059 commit 4b0e3d2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 306 deletions.
1 change: 0 additions & 1 deletion lib/backup.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ module Notifier
autoload :Mail, File.join(NOTIFIER_PATH, 'mail') autoload :Mail, File.join(NOTIFIER_PATH, 'mail')
autoload :Twitter, File.join(NOTIFIER_PATH, 'twitter') autoload :Twitter, File.join(NOTIFIER_PATH, 'twitter')
autoload :Campfire, File.join(NOTIFIER_PATH, 'campfire') autoload :Campfire, File.join(NOTIFIER_PATH, 'campfire')
autoload :Presently, File.join(NOTIFIER_PATH, 'presently')
autoload :Prowl, File.join(NOTIFIER_PATH, 'prowl') autoload :Prowl, File.join(NOTIFIER_PATH, 'prowl')
autoload :Hipchat, File.join(NOTIFIER_PATH, 'hipchat') autoload :Hipchat, File.join(NOTIFIER_PATH, 'hipchat')
end end
Expand Down
2 changes: 1 addition & 1 deletion lib/backup/config.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def add_dsl_constants!
{ 'RSync' => ['Push', 'Pull', 'Local'] } { 'RSync' => ['Push', 'Pull', 'Local'] }
], ],
# Notifiers # Notifiers
['Mail', 'Twitter', 'Campfire', 'Presently', 'Prowl', 'Hipchat'] ['Mail', 'Twitter', 'Campfire', 'Prowl', 'Hipchat']
] ]
) )
end end
Expand Down
88 changes: 0 additions & 88 deletions lib/backup/notifier/presently.rb

This file was deleted.

2 changes: 1 addition & 1 deletion spec/cli/utility_spec.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
[--syncers=SYNCERS] # (cloud_files, rsync_local, rsync_pull, rsync_push, s3) [--syncers=SYNCERS] # (cloud_files, rsync_local, rsync_pull, rsync_push, s3)
[--encryptors=ENCRYPTORS] # (gpg, openssl) [--encryptors=ENCRYPTORS] # (gpg, openssl)
[--compressors=COMPRESSORS] # (bzip2, custom, gzip, lzma, pbzip2) [--compressors=COMPRESSORS] # (bzip2, custom, gzip, lzma, pbzip2)
[--notifiers=NOTIFIERS] # (campfire, hipchat, mail, presently, prowl, twitter) [--notifiers=NOTIFIERS] # (campfire, hipchat, mail, prowl, twitter)
[--archives] [--archives]
[--splitter] # use `--no-splitter` to disable [--splitter] # use `--no-splitter` to disable
# Default: true # Default: true
Expand Down
202 changes: 0 additions & 202 deletions spec/notifier/presently_spec.rb

This file was deleted.

13 changes: 0 additions & 13 deletions templates/cli/utility/notifier/presently

This file was deleted.

0 comments on commit 4b0e3d2

Please sign in to comment.