roqua-support 0.4.3 → 0.4.4
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +2 -2
- data/lib/roqua/support/errors.rb +1 -1
- data/lib/roqua-support/version.rb +1 -1
- data/spec/roqua/support/errors_spec.rb +0 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26f053a4b379494d15a9b24e9b8bc81911f3315c803f087dc0798bf668b762c3
|
|
4
|
+
data.tar.gz: 564d0a8c6a2faf7dee1074d4f6f18798371febfeaacb0e76df40ff85109440e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90c413010ca39e84809c85fd7a659900293055d0db111adafcd70f7cba88c24aee6c8953bd6ef066c9861fc6406e6612ea34a318780302a6dc5488ceda29e7f1
|
|
7
|
+
data.tar.gz: 4c977d93716db251acd831231904271d8ec216bc1abc1a7ca1620da75767bada7b4ab737b0917359b975c64172fcaebad8a1ffc305833daf80d00157329c5b97
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -10,7 +10,7 @@ GIT
|
|
|
10
10
|
PATH
|
|
11
11
|
remote: .
|
|
12
12
|
specs:
|
|
13
|
-
roqua-support (0.4.
|
|
13
|
+
roqua-support (0.4.4)
|
|
14
14
|
active_interaction (>= 3.0, < 5.0)
|
|
15
15
|
activesupport (>= 5.2, < 6.2)
|
|
16
16
|
appsignal (>= 2.9, < 3.1)
|
|
@@ -51,7 +51,7 @@ GEM
|
|
|
51
51
|
bundler
|
|
52
52
|
rake
|
|
53
53
|
thor (>= 0.14.0)
|
|
54
|
-
appsignal (3.0.
|
|
54
|
+
appsignal (3.0.26)
|
|
55
55
|
rack
|
|
56
56
|
ast (2.4.2)
|
|
57
57
|
builder (3.2.4)
|
data/lib/roqua/support/errors.rb
CHANGED
|
@@ -69,7 +69,7 @@ module Roqua
|
|
|
69
69
|
end
|
|
70
70
|
|
|
71
71
|
def notify_appsignal?(exception)
|
|
72
|
-
const_defined?(:Appsignal) && Appsignal.active?
|
|
72
|
+
const_defined?(:Appsignal) && Appsignal.active?
|
|
73
73
|
end
|
|
74
74
|
|
|
75
75
|
def notify_appsignal(exception, labels, namespace)
|
|
@@ -96,7 +96,6 @@ describe 'Error reporting' do
|
|
|
96
96
|
before do
|
|
97
97
|
Appsignal.config = Appsignal::Config.new(Dir.pwd, "test")
|
|
98
98
|
allow(Appsignal).to receive(:active?).and_return(true)
|
|
99
|
-
allow(Appsignal).to receive(:is_ignored_exception?).and_return(false)
|
|
100
99
|
allow(Appsignal).to receive(:agent).and_return(agent)
|
|
101
100
|
end
|
|
102
101
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: roqua-support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marten Veldthuis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: active_interaction
|
|
@@ -281,7 +281,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
281
281
|
- !ruby/object:Gem::Version
|
|
282
282
|
version: '0'
|
|
283
283
|
requirements: []
|
|
284
|
-
rubygems_version: 3.1.
|
|
284
|
+
rubygems_version: 3.1.4
|
|
285
285
|
signing_key:
|
|
286
286
|
specification_version: 4
|
|
287
287
|
summary: Helper objects and proxies used by a lot of RoQua applications
|