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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 422558859ca55a7fd99261cefa4cff5da3d94b074feed9f0bc49a3e62c8f9948
4
- data.tar.gz: 7aaa00848e2615d34d7ecd0c1a566e4036492de65c612ba000a1714002d826fb
3
+ metadata.gz: a84ba0ec38d835805fd6733e63b8c4c71e28c3c42903f031a9971f748b301f08
4
+ data.tar.gz: 9dc97decac2897db457cce0d0a602ff91adcf939c6a31f31b4bacaf34b005903
5
5
  SHA512:
6
- metadata.gz: 68f2da71cfa8477774ca23f49818ebd79efb6c78377fe429cf8ce0a3494528bbd56874d31cac5887342c74c29728b8a7892b287b476d6c54b3b8df07b01af072
7
- data.tar.gz: 7b370b465b26f366acc112a31cb5db403e60e747217817bd9cf4f1d3eea51982ce6d784c4efc1226f7d89aed57756ec09d58e46f29bb82f7d5397e801e8b36ac
6
+ metadata.gz: 814aa0291e2e83c6f6a3ff4219b97bcb0123b0533626640512ae04c80d467262806a618c3559b8ecf0ef25b7df1e2ae8ffcd30bb16017145a36f9c7095555705
7
+ data.tar.gz: b5888deeab41df245f666084190d88ff87e463d5e1c67e9246330184758eb0db6d206cf8caa24a5940dd79431f52a810d12002e560887d96eaba26fb3b26cb79
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.95
1
+ 0.1.96
@@ -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.95 ruby lib
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.95"
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]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: txcatcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.95
4
+ version: 0.1.96
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Snitko