Sha256: 99dcccb6d9f846a21f8b79352c67fb02b3b1da3cccf688af37886261fb20e6db

Contents?: true

Size: 358 Bytes

Versions: 2

Compression:

Stored size: 358 Bytes

Contents

  ##
  # Twitter [Notifier]
  #
  notify_by Twitter do |tweet|
    tweet.on_success = true
    tweet.on_warning = true
    tweet.on_failure = true

    tweet.consumer_key       = 'my_consumer_key'
    tweet.consumer_secret    = 'my_consumer_secret'
    tweet.oauth_token        = 'my_oauth_token'
    tweet.oauth_token_secret = 'my_oauth_token_secret'
  end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
backup-3.0.21 templates/cli/utility/notifier/twitter
backup-3.0.20 templates/cli/utility/notifier/twitter