Sha256: 1048c3e43b4f60e1eef83d8b958f90cc90e658239f381ce00ffb45b111abed98

Contents?: true

Size: 263 Bytes

Versions: 7

Compression:

Stored size: 263 Bytes

Contents

require 'resque/tasks'

desc 'Verify that robots are running as configured'
namespace :robots do
  task :verify, :verbose do |_t, args|
    args.with_defaults(verbose: nil)
    system "bundle exec controller verify #{args[:verbose] ? '--verbose' : ''}"
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
robot-controller-3.0.0.beta1 lib/robot-controller/tasks.rb
robot-controller-2.1.1 lib/robot-controller/tasks.rb
robot-controller-2.1.0 lib/robot-controller/tasks.rb
robot-controller-2.0.4 lib/robot-controller/tasks.rb
robot-controller-2.0.3 lib/robot-controller/tasks.rb
robot-controller-2.0.2 lib/robot-controller/tasks.rb
robot-controller-2.0.1 lib/robot-controller/tasks.rb