mattvanhorn-metric_fu 1.1.5.1 → 1.1.5.2

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/generators/reek.rb +1 -1
  2. metadata +3 -2
@@ -14,7 +14,7 @@ module MetricFu
14
14
  end
15
15
 
16
16
  def analyze
17
- @matches = @output.chomp.split("\n\n").map{|m| m.split("\n") }
17
+ @matches = @output.chomp.split(/^(?=\S)/).map{|m| m.split("\n") }
18
18
  @matches = @matches.map do |match|
19
19
  file_path = match.shift.split('--').first
20
20
  file_path = file_path.gsub('"', ' ').strip
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mattvanhorn-metric_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5.1
4
+ version: 1.1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Scruggs
@@ -127,6 +127,7 @@ files:
127
127
  - Manifest.txt
128
128
  has_rdoc: true
129
129
  homepage: http://metric-fu.rubyforge.org/
130
+ licenses:
130
131
  post_install_message:
131
132
  rdoc_options:
132
133
  - --main
@@ -148,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
149
  requirements: []
149
150
 
150
151
  rubyforge_project:
151
- rubygems_version: 1.2.0
152
+ rubygems_version: 1.3.5
152
153
  signing_key:
153
154
  specification_version: 2
154
155
  summary: A fistful of code metrics, with awesome templates and graphs