experiment 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/bin/experiment CHANGED
@@ -8,7 +8,7 @@ require "rdoc/rdoc"
8
8
  require File.dirname(__FILE__) + "/../lib/experiment/runner"
9
9
 
10
10
  class App
11
- VERSION = '0.3.1'
11
+ VERSION = '0.3.2'
12
12
 
13
13
  attr_reader :options
14
14
 
@@ -185,6 +185,7 @@ module Experiment
185
185
  def worker
186
186
  require "drb/drb"
187
187
  require File.dirname(__FILE__) + "/base"
188
+ $: << "./"
188
189
  Experiment::Config::init @options.env
189
190
  loop do
190
191
  @server_uri="druby://#{@options.master}:8787"
data/lib/experiment.rb CHANGED
@@ -2,5 +2,5 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Experiment
5
- VERSION = '0.3.1'
5
+ VERSION = '0.3.2'
6
6
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 1
9
- version: 0.3.1
8
+ - 2
9
+ version: 0.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jakub Hampl