lib/lolcommits/plugin/flowdock.rb in lolcommits-flowdock-0.0.4 vs lib/lolcommits/plugin/flowdock.rb in lolcommits-flowdock-0.1.0
- old
+ new
@@ -6,19 +6,9 @@
module Lolcommits
module Plugin
class Flowdock < Base
##
- # Returns position(s) of when this plugin should run during the capture
- # process. Posting to Flowdock happens when a new capture is ready.
- #
- # @return [Array] the position(s) (:capture_ready)
- #
- def self.runner_order
- [:capture_ready]
- end
-
- ##
# Prompts the user to configure plugin options. Options are enabled
# (true/false), a Flowdock Personal API token, and the Flowdock
# organization and flow names.
#
# @return [Hash] a hash of configured plugin options