turbulence 0.0.6 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -10,5 +10,9 @@ Usage
10
10
 
11
11
  $ bule
12
12
 
13
-
14
13
  For now it just dumps out a hash of churn + flog metrics
14
+
15
+
16
+ WARNING
17
+ -------
18
+ When you run bule, it creates a JavaScript file which contains your file paths and names. If those are sensitive, be careful where you put these generated files and who you share them with.
@@ -1,3 +1,3 @@
1
1
  class Turbulence
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -14,9 +14,6 @@ $(document).ready(function() {
14
14
  title: {
15
15
  text: 'Churn vs Complexity'
16
16
  },
17
- subtitle: {
18
- text: 'Metrics that make you happy'
19
- },
20
17
  xAxis: {
21
18
  title: {
22
19
  enabled: true,
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 8
9
+ version: 0.0.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Chad Fowler