lib/testbot.rb in testbot-0.2.7 vs lib/testbot.rb in testbot-0.2.8

- old
+ new

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