Sha256: 9fbe8994c08a2141a8c3aacb7c08484830e1a11107d0034aacb58a86b88362e3
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
require "delayed_job_slack_notification/version" require 'slack-notifier' require 'active_support/all' module DelayedJobSlackNotification mattr_accessor :webhook_url, :channel, :username end require "delayed_job_slack_notification/railtie" if defined?(Rails)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
delayed_job_slack_notification-0.1.1 | lib/delayed_job_slack_notification.rb |
delayed_job_slack_notification-0.1.0 | lib/delayed_job_slack_notification.rb |