metrical 0.0.3 → 0.0.4
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.rdoc +24 -11
- metadata +6 -6
data/README.rdoc
CHANGED
@@ -1,18 +1,31 @@
|
|
1
1
|
= Metrical
|
2
2
|
|
3
|
-
MetricFu is awesome! Metrical
|
3
|
+
MetricFu is awesome! Metrical strives to make it a little bit easier to get working.
|
4
4
|
|
5
|
-
* Don't make MetricFu or any metrics part of the dependencies of your project
|
6
|
-
|
7
|
-
* You can now run MetricFu in any directory:
|
5
|
+
* Don't make MetricFu or any metrics part of the dependencies of your project;
|
6
|
+
so you don't need to add anything to your Gemfile.
|
8
7
|
|
9
|
-
|
10
|
-
metrical
|
8
|
+
* You can run MetricFu in any project:
|
11
9
|
|
12
|
-
|
13
|
-
|
14
|
-
|
10
|
+
$ gem install metrical
|
11
|
+
$ cd /path/of/your/project
|
12
|
+
$ metrical
|
15
13
|
|
16
|
-
|
14
|
+
* Per project configuration can be done in a simple <tt>.metrics</tt> file in
|
15
|
+
the root directory of your project. In here you can configure MetricFu as
|
16
|
+
you normally would. Example:
|
17
17
|
|
18
|
-
|
18
|
+
MetricFu::Configuration.run do
|
19
|
+
config.graph_engine = :gchart
|
20
|
+
end
|
21
|
+
|
22
|
+
For more information on configuring your metrics, please visit the
|
23
|
+
{MetricFu homepage}[http://metric-fu.rubyforge.org/]. Any configuration options you
|
24
|
+
see there can be done in the <tt>.metrics</tt> file.
|
25
|
+
|
26
|
+
And that's all there is too it. If you have any suggestions, ideas or bug fixes,
|
27
|
+
please drop me a line, or make a github issue.
|
28
|
+
|
29
|
+
---
|
30
|
+
|
31
|
+
Copyright 2010, Iain Hecker (iain@iain.nl) - Released under the MIT License.
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 4
|
9
|
+
version: 0.0.4
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Iain Hecker
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-
|
17
|
+
date: 2010-11-27 00:00:00 +01:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -26,10 +26,10 @@ dependencies:
|
|
26
26
|
- - ~>
|
27
27
|
- !ruby/object:Gem::Version
|
28
28
|
segments:
|
29
|
+
- 2
|
30
|
+
- 0
|
29
31
|
- 1
|
30
|
-
|
31
|
-
- 1
|
32
|
-
version: 1.5.1
|
32
|
+
version: 2.0.1
|
33
33
|
type: :runtime
|
34
34
|
version_requirements: *id001
|
35
35
|
- !ruby/object:Gem::Dependency
|