ruby-watchr 0.1.6.3 → 0.1.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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