lib/lolcommits/plugin/yammer.rb in lolcommits-yammer-0.0.6 vs lib/lolcommits/plugin/yammer.rb in lolcommits-yammer-0.1.0
- old
+ new
@@ -14,19 +14,9 @@
OAUTH_CLIENT_SECRET = 'gHVw5Ekyy2mWOWsBzrZPs5EPnR6s04RibApcbuy10'.freeze
OAUTH_REDIRECT_PORT = 5429
OAUTH_REDIRECT_URL = "http://localhost:#{OAUTH_REDIRECT_PORT}".freeze
##
- # Returns position(s) of when this plugin should run during the capture
- # process. Posting to Yammer happens when a new capture is ready.
- #
- # @return [Array] the position(s) (:capture_ready)
- #
- def self.runner_order
- [:capture_ready]
- end
-
- ##
# Returns true if the plugin has been configured correctly.
# The access_token must be set.
#
# @return [Boolean] true/false
#