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 +5 -1
- data/lib/turbulence/version.rb +1 -1
- data/template/turbulence.html +0 -3
- metadata +2 -2
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.
|
data/lib/turbulence/version.rb
CHANGED
data/template/turbulence.html
CHANGED