forked from jscruggs/metric_fu
-
Notifications
You must be signed in to change notification settings - Fork 96
Metric Tool Dependencies
bf4 edited this page Feb 3, 2013
·
10 revisions
specifically looking at dependencies that may interfere. (bolded ones are what is currently configured)
gem | version | RubyParser | sexp_processor | other possible |
---|---|---|---|---|
japgollay-Saikuro | 1.1.1.0 | — | — | |
rails_best_practices | 1.13.2 | — | — | — |
rcov | 0.9.11 | — | — | — |
metric_fu-roodi | 2.2.1 | >= 0 | — | — |
flay | 2.0.1 | ~> 3.0 | ~> 4.0 | — |
churn | 0.0.28 | ~> 3.0 | ~> 4.1 | — |
flog | 3.2.2 | > 3.1.0, ~> 3.1 | ~> 4.0 | hoe |
reek | 1.3.1 | ~> 3.1.1 | >= 0 | ruby2ruby ~> 2.0.2 |
and flog 3.2.0 seems to call RubyParser.new.process with three arguments when RubyParser 3.0.4 only takes two. (The third, timeout, was added in September 2012)