p8-metric_fu 0.9.0.1 → 0.9.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,27 +2,10 @@ require 'rubygems'
2
2
  require 'spec'
3
3
  require 'date'
4
4
 
5
- require File.join(File.dirname(__FILE__), '/../lib/metric_fu.rb')
6
- include MetricFu
7
-
8
- Mystat = <<-EOF
9
- (in /Users/gmcinnes/Documents/projects/NeerBeer/src/Web)
10
- +----------------------+-------+-------+---------+---------+-----+-------+
11
- | Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
12
- +----------------------+-------+-------+---------+---------+-----+-------+
13
- | Controllers | 893 | 405 | 16 | 41 | 2 | 7 |
14
- | Helpers | 569 | 352 | 0 | 52 | 0 | 4 |
15
- | Models | 1758 | 453 | 26 | 48 | 1 | 7 |
16
- | Libraries | 2507 | 1320 | 19 | 175 | 9 | 5 |
17
- | Model specs | 2285 | 965 | 0 | 1 | 0 | 963 |
18
- | View specs | 821 | 654 | 0 | 2 | 0 | 325 |
19
- | Controller specs | 1144 | 871 | 0 | 9 | 0 | 94 |
20
- | Helper specs | 652 | 465 | 0 | 1 | 0 | 463 |
21
- | Library specs | 1456 | 1141 | 8 | 14 | 1 | 79 |
22
- +----------------------+-------+-------+---------+---------+-----+-------+
23
- | Total | 12085 | 6626 | 69 | 343 | 4 | 17 |
24
- +----------------------+-------+-------+---------+---------+-----+-------+
25
- Code LOC: 2530 Test LOC: 4096 Code to Test Ratio: 1:1.6
26
-
27
- EOF
28
-
5
+ require File.join(File.dirname(__FILE__), '/../lib/metric_fu/base')
6
+ require File.join(File.dirname(__FILE__), '/../lib/metric_fu/flay')
7
+ require File.join(File.dirname(__FILE__), '/../lib/metric_fu/flog')
8
+ require File.join(File.dirname(__FILE__), '/../lib/metric_fu/md5_tracker')
9
+ require File.join(File.dirname(__FILE__), '/../lib/metric_fu/churn')
10
+ require File.join(File.dirname(__FILE__), '/../lib/metric_fu/reek')
11
+ include MetricFu
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: p8-metric_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0.1
4
+ version: 0.9.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Scruggs