lib/rundock/runner.rb in rundock-1.1.7 vs lib/rundock/runner.rb in rundock-1.2.0

- old
+ new

@@ -2,10 +2,10 @@ require 'open-uri' module Rundock class Runner ScenarioNotFoundError = Class.new(StandardError) - RUNDOCK_PLUGINS = %w[operation hook] + RUNDOCK_PLUGINS = %w[operation hook target] class << self def run(options) Logger.debug 'Starting Rundock:'