conductor 0.5.13 → 0.5.14

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.13
1
+ 0.5.14
data/lib/conductor.rb CHANGED
@@ -5,6 +5,7 @@ require 'conductor/experiment/raw'
5
5
  require 'conductor/experiment/daily'
6
6
  require 'conductor/experiment/weight'
7
7
  require 'conductor/experiment/history'
8
+ require 'conductor/controller/dashboard'
8
9
 
9
10
  class Conductor
10
11
  MAX_WEIGHTING_FACTOR = 1.25
@@ -51,7 +51,7 @@
51
51
  %td.date
52
52
  = row.computed_at
53
53
  - if row.launch_window
54
- = "(#{launch_window} day(s) till hard launch)"
54
+ = "(#{row.launch_window} day(s) till hard launch)"
55
55
  %td.name= row.alternative
56
56
  %td.weight= row.weight
57
57
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 13
9
- version: 0.5.13
8
+ - 14
9
+ version: 0.5.14
10
10
  platform: ruby
11
11
  authors:
12
12
  - Noctivity