ruby-watchr 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,10 +6,11 @@ module Watchr
6
6
  :complex_object,
7
7
  :very_complex_object,
8
8
  :too_many_statements,
9
-
9
+
10
10
  :identical_code,
11
11
  :similar_code,
12
12
 
13
+ :control_parameter,
13
14
  :attribute,
14
15
  :boolean_parameter,
15
16
  :class_variable,
@@ -1,3 +1,3 @@
1
1
  module Watchr
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 3
9
- version: 0.2.3
8
+ - 4
9
+ version: 0.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Petr Janda