ruby-watchr 0.3.2 → 0.3.3

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.
@@ -25,7 +25,12 @@ module Watchr
25
25
  @path = path
26
26
  @smells = SmellsCollector.new
27
27
 
28
- analyse_flog(FlogMetric::Report.new([path]))
28
+ begin
29
+ analyse_flog(FlogMetric::Report.new([path]))
30
+ rescue Racc::ParseError => e
31
+ puts e
32
+ end
33
+
29
34
  analyse_reek(ReekMetric::Report.new([path]))
30
35
  end
31
36
 
@@ -1,3 +1,3 @@
1
1
  module Watchr
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 2
9
- version: 0.3.2
8
+ - 3
9
+ version: 0.3.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Petr Janda