p8-metric_fu 0.8.4.8 → 0.8.4.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/tasks/metric_fu.rake +2 -2
  2. metadata +1 -1
@@ -13,8 +13,8 @@ namespace :metrics do
13
13
 
14
14
  else
15
15
 
16
- desc "Generate coverage, cyclomatic complexity, flog, flay, railroad, reek, roodi and churn reports"
17
- task :all => [:coverage, :saikuro, :churn, :flog, :flay, :railroad, :reek, :roodi]
16
+ desc "Generate coverage, cyclomatic complexity, flog, flay, railroad and churn reports"
17
+ task :all => [:coverage, :saikuro, :churn, :flog, :flay, :railroad ]
18
18
 
19
19
  end
20
20
 
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.8.4.8
4
+ version: 0.8.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Scruggs