appsignal 2.3.0 → 2.3.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed164d0e73d1000a37c8a10ee2e467f28c999228
|
4
|
+
data.tar.gz: daf2ae18da6c18f75f962aa4a3098fc1df1c2d8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c650fb63e59abdfcc63b1ebed5bb447063ee9dbae4c051ecf70dc072ffc6dfd0dbf55a43522a07d17c8a724c966fa3e2483896dfd3beef2614593945bdcb257b
|
7
|
+
data.tar.gz: 1694a0a89dea32073445f3b939a384f0535983d32d8da0752dcba88d266bdc339033787cde8dd20d70841770dfcb23b0a9383e60e948d7c0fc4544a077706370
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
data/lib/appsignal/version.rb
CHANGED
@@ -30,6 +30,16 @@ describe Appsignal::Hooks::ActiveSupportNotificationsHook do
|
|
30
30
|
expect(return_value).to eq "value"
|
31
31
|
end
|
32
32
|
|
33
|
+
it "should convert non-string names to strings" do
|
34
|
+
expect(Appsignal::Transaction.current).to receive(:start_event)
|
35
|
+
.at_least(:once)
|
36
|
+
expect(Appsignal::Transaction.current).to receive(:finish_event)
|
37
|
+
.at_least(:once)
|
38
|
+
.with("not_a_string", nil, nil, nil)
|
39
|
+
|
40
|
+
as.instrument(:not_a_string) {}
|
41
|
+
end
|
42
|
+
|
33
43
|
it "does not instrument events whose name starts with a bang" do
|
34
44
|
expect(Appsignal::Transaction.current).not_to receive(:start_event)
|
35
45
|
expect(Appsignal::Transaction.current).not_to receive(:finish_event)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appsignal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Beekman
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-07-
|
12
|
+
date: 2017-07-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rack
|