appsignal 2.0.2 → 2.0.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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e29c3c25c84a87e0b4c79ac4b415fb35ce9cf8cd
|
4
|
+
data.tar.gz: d60ecade3fca8316872d961745c5785cd8124f81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2f474eff84fde5d6771f6963b54017eae2e3f4129b82b93ac52acd80fe9df5ba81a5b03ce06feba7d580518237c73be0902f0b327fdc20353698618c073cf56
|
7
|
+
data.tar.gz: 7553ea79e37867266b626c823663ca688e1f2891b284b4191e055aa450a4262764697363ce0f490cd6d373cdd9b9263f8acb8c807d66d52009e9a8d6b40f1891
|
data/CHANGELOG.md
CHANGED
data/lib/appsignal/version.rb
CHANGED
@@ -120,8 +120,8 @@ describe Appsignal::JSExceptionTransaction do
|
|
120
120
|
|
121
121
|
describe "#complete!" do
|
122
122
|
it "should call all required methods" do
|
123
|
-
expect(transaction.ext).to receive(:finish)
|
124
|
-
expect(transaction.ext).to receive(:complete)
|
123
|
+
expect(transaction.ext).to receive(:finish).and_call_original
|
124
|
+
expect(transaction.ext).to receive(:complete).and_call_original
|
125
125
|
transaction.complete!
|
126
126
|
end
|
127
127
|
end
|
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.0.
|
4
|
+
version: 2.0.3
|
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: 2016-11-
|
12
|
+
date: 2016-11-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rack
|