lib/robot-controller.rb in robot-controller-0.3.2 vs lib/robot-controller.rb in robot-controller-0.3.3
- old
+ new
@@ -1,10 +1,12 @@
# Monitors and controls running workflow robots off of priority queues and within a cluster.
+require 'robot-controller/work_dir'
+
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
\ No newline at end of file