simplabs-excellent 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/bin/excellent +1 -2
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 0
4
- :patch: 0
4
+ :patch: 1
data/bin/excellent CHANGED
@@ -13,8 +13,7 @@ end
13
13
 
14
14
  puts "\nExcellent found #{excellent.errors.size} errors.\n"
15
15
  excellent.errors.each do |error|
16
- relative_path = Pathname.new(error.filename).relative_path_from(Pathname.new(File.dirname(__FILE__)))
17
- puts " * File #{relative_path}, line #{error.line_number}: #{error.message}"
16
+ puts " * File #{error.filename}, line #{error.line_number}: #{error.message}"
18
17
  end
19
18
  puts ''
20
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplabs-excellent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marty Andrews