turbulence 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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