Sha256: 0b04e0f06a54646ffdeeb719093485241fc6faf520a72b05b18e16a21bcca6ab

Contents?: true

Size: 326 Bytes

Versions: 5

Compression:

Stored size: 326 Bytes

Contents

# Monitors and controls running workflow robots off of priority queues and within a cluster.

module RobotController
  # e.g., `1.2.3`
  VERSION = File.read(File.join(File.dirname(__FILE__), '..', 'VERSION')).strip

  def self.bluepill_config
    File.join(File.dirname(__FILE__), 'robot-controller', 'bluepill.rb')
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
robot-controller-1.0.2 lib/robot-controller.rb
robot-controller-1.0.0 lib/robot-controller.rb
robot-controller-0.3.7 lib/robot-controller.rb
robot-controller-0.3.6 lib/robot-controller.rb
robot-controller-0.3.5 lib/robot-controller.rb