lib/testbot.rb in testbot-0.3.1 vs lib/testbot.rb in testbot-0.3.2

- old
+ new

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