rails_code_qa 0.2.1 → 0.2.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/tasks/rails_code_qa.rake +1 -2
  2. metadata +3 -3
@@ -21,8 +21,7 @@ namespace :rcqa do
21
21
  puts "#################################################"
22
22
  Rake::Task["rcqa:#{section_name}"].invoke
23
23
  unless section[:folders].nil?
24
- puts "HTML output can be found at:"
25
- puts "file:///#{File.join([Rails.root, 'coverage', section_name, 'index.html'])}"
24
+ puts "HTML output: <file:///#{File.join([Rails.root, 'coverage', section_name, 'index.html'])}>"
26
25
  end
27
26
  puts "\n\n"
28
27
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nathan Humbert
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-15 00:00:00 -07:00
17
+ date: 2010-03-16 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency