turbulence 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  class Turbulence
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -68,7 +68,7 @@ $(document).ready(function() {
68
68
  chart.addSeries({
69
69
  name: directory,
70
70
  type: 'scatter',
71
- visible: false,
71
+ visible: true,
72
72
  data: directorySeries[directory]
73
73
  });
74
74
  });
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Chad Fowler