txcatcher 0.1.95 → 0.1.96
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/VERSION +1 -1
- data/bin/txcatcher-monitor +1 -1
- data/txcatcher.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a84ba0ec38d835805fd6733e63b8c4c71e28c3c42903f031a9971f748b301f08
|
|
4
|
+
data.tar.gz: 9dc97decac2897db457cce0d0a602ff91adcf939c6a31f31b4bacaf34b005903
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 814aa0291e2e83c6f6a3ff4219b97bcb0123b0533626640512ae04c80d467262806a618c3559b8ecf0ef25b7df1e2ae8ffcd30bb16017145a36f9c7095555705
|
|
7
|
+
data.tar.gz: b5888deeab41df245f666084190d88ff87e463d5e1c67e9246330184758eb0db6d206cf8caa24a5940dd79431f52a810d12002e560887d96eaba26fb3b26cb79
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.96
|
data/bin/txcatcher-monitor
CHANGED
|
@@ -173,7 +173,7 @@ while attempts < 3 && (response.nil? || response.empty?)
|
|
|
173
173
|
end
|
|
174
174
|
|
|
175
175
|
rescue StandardError => e
|
|
176
|
-
LOGGER.report(e, :error, data: { attempt: attempts })
|
|
176
|
+
LOGGER.report(e, :error, data: { attempt: attempts, url: url })
|
|
177
177
|
if attempts >= 3
|
|
178
178
|
send_alert(
|
|
179
179
|
"TxCatcher monitor error",
|
data/txcatcher.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: txcatcher 0.1.
|
|
5
|
+
# stub: txcatcher 0.1.96 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "txcatcher"
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.96"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|