kjeldahl-metric_fu 1.1.5.3 → 1.1.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/tasks/metric_fu.rake +1 -1
  2. metadata +1 -1
@@ -9,7 +9,7 @@ namespace :metrics do
9
9
  "report.yml")
10
10
  MetricFu.report.save_output(MetricFu.report.to_yaml,
11
11
  MetricFu.data_directory,
12
- MetricFu.data_filename)
12
+ MetricFu.configuration.data_filename)
13
13
  MetricFu.report.save_templatized_report
14
14
 
15
15
  MetricFu.graphs.each {|graph| MetricFu.graph.add(graph) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kjeldahl-metric_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5.3
4
+ version: 1.1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Scruggs