snitch_reporting 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/snitch_reporting/snitch_report.rb +1 -1
- data/lib/snitch_reporting/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a1aa5a3caefa942217670a6afbf15688875a996ec9e3b2991b843a6e415e08e
|
4
|
+
data.tar.gz: 496da79e68c0c376b4a073c5830504c7822bd90d200218e0687db1b8397dc6dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0ccd94e6296060d68498c9c1694562eec6cd2a0b7e20773d35f5b91966e7ebda607e9b170be918fd8528502caafcbe38084ebfd79440ea6363d6f02db3abbbc
|
7
|
+
data.tar.gz: 8ca4544b0990ba43908da155a77acad9f735b69bba53298ef4d5ba97e3a95e2382d4bd74ab36f462f080ff7c760d7f99baa4001d8de177f54112db664e1484bc
|
@@ -86,7 +86,7 @@ class SnitchReporting::SnitchReport < ApplicationRecord
|
|
86
86
|
occurrence
|
87
87
|
rescue StandardError => ex
|
88
88
|
env ||= {}
|
89
|
-
SnitchReporting::SnitchReport.fatal("Failed to create report. (#{ex.class})", env, ex)
|
89
|
+
SnitchReporting::SnitchReport.fatal("Failed to create report. (#{ex.class})", env.inspect, ex.inspect)
|
90
90
|
end
|
91
91
|
|
92
92
|
def format_args(args)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: snitch_reporting
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rocco Nicholls
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|