Sha256: 3c64fd490c6091314b36672f28096397ccaae537e5eac79166b6c9727871e2b9
Contents?: true
Size: 358 Bytes
Versions: 101
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
101 entries across 101 versions & 15 rubygems