lib/testbot.rb in testbot-0.2.9 vs lib/testbot.rb in testbot-0.3.0
- old
+ new
@@ -4,10 +4,10 @@
module Testbot
require 'railtie' if defined?(Rails)
# Don't forget to update readme and changelog
- VERSION = "0.2.9"
+ VERSION = "0.3.0"
SERVER_PID = "/tmp/testbot_server.pid"
RUNNER_PID = "/tmp/testbot_runner.pid"
DEFAULT_WORKING_DIR = "/tmp/testbot"
DEFAULT_SERVER_PATH = "/tmp/testbot/#{ENV['USER']}"