raport 0.2.8 → 0.2.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5915e34229d187582b6b5582a6163a72a8fd5358
4
- data.tar.gz: e5064595ea43ed344e3cb0a99be79c65a00465ed
3
+ metadata.gz: 45f081a07bba58be186c96c1d54a773daa968cd0
4
+ data.tar.gz: 0b0e7972a48d89d8c48cb85a952442db188b5911
5
5
  SHA512:
6
- metadata.gz: e1eaec7abf87596cc3221f8978f35440a084f14d76bfd2bbbb42231e427801de5788c2d6c72ae53ecfd9f7d92702f6701b61d6c2a6ca5e52f47d7dcd5a666c8c
7
- data.tar.gz: c595643f4a676daf9707062006c9702ff0728978b24f0c46402ff8e80dd5482e26abc38b08270476564425ba1b2bd73631a6d2fd15358bbc09af7a1d002ea78a
6
+ metadata.gz: e13b2a5d717eac9ae0e71d3b045c3d2bf95f15d39f935047ce7e6590b4ea56493fac350e126f35839380c2c8fe082c07464cf9c83c744fc15a5fac4305aed507
7
+ data.tar.gz: c47fc31b99ab0c714a512fa9f503ebd21ae544f8103304c55f1509b7440bb4186646d9553d8d9f20e7ac8c6e1d2961e7ace5fe62b94ff5f0191dd207cebda316
@@ -26,19 +26,8 @@ module Raport
26
26
  report.activate
27
27
  report.file = tmpfile
28
28
  report.finish
29
-
30
-
31
- Rails.logger.info '#######################################'
32
- Rails.logger.info report.inspect
33
- Rails.logger.info '#######################################'
34
-
35
29
  rescue => e
36
-
37
- Rails.logger.info '#######################################'
38
- Rails.logger.info e.message
39
- Rails.logger.info '#######################################'
40
-
41
- report.last_error = [e.message, e.backtrace.join("\n")].join("\n")
30
+ # report.last_error = [e.message, e.backtrace.join("\n")].join("\n")
42
31
  report.flop
43
32
  raise
44
33
  ensure
@@ -6,7 +6,7 @@ module Raport
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 2
9
- TINY = 8
9
+ TINY = 9
10
10
  PRE = nil
11
11
 
12
12
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raport
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rüffer