ruby-watchr 0.1.6.3 → 0.1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,8 +23,7 @@ module Watchr
23
23
  end
24
24
 
25
25
  add_smell(Watchr::Smell.new(
26
- smell.smell['subclass'],
27
- smell.location['context'], smell.smell['message'], location, {}
26
+ type, smell.location['context'], smell.smell['message'], location, {}
28
27
  )) unless type.nil?
29
28
  end
30
29
  end
@@ -1,3 +1,3 @@
1
1
  module Watchr
2
- VERSION = "0.1.6.3"
2
+ VERSION = "0.1.6.4"
3
3
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 1
8
8
  - 6
9
- - 3
10
- version: 0.1.6.3
9
+ - 4
10
+ version: 0.1.6.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Petr Janda