bugsnag-maze-runner 8.10.0 → 8.10.1

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: f0ea35795ffa2a45ce5190bde9317c508e631958504e47da4c8eaac20a5244b6
4
- data.tar.gz: 90220645b3c2bcc5cfbb9823792bc8aee868e8fd6054fc7f6384dde01d55c5ea
3
+ metadata.gz: d4f451282d206d970446dbbec3c0c40f2f11934fe2af0e031860030708d586de
4
+ data.tar.gz: c28b646ba8fe2ce1595b5b7d65c69b5c138c0a144b9a834f901ca3b65a88ba5c
5
5
  SHA512:
6
- metadata.gz: da920e3f04b2ae46e0c6eaae5796569c267ca59f1e3f8371af49109488fe5cbda31b68f36e3bd7b44cd9fac182afdc0d0ccc818872c01cda8fcf1d4b7722a705
7
- data.tar.gz: 2379fbc274fffdd37834b5041393403036ff4f995bcc20845e462d51fe20672e0b0abb53172bb5e5059ec2a013af4ba2e0f3ca941d7522125b293438b6ca40f3
6
+ metadata.gz: f61082bce9111069b640ca4a3e9c5643bff80811d6c0ce72f2ebfaea8349bb31a077f8d0eec9cd12f583c2990c639d8ea07becb50814f0f3de6715e691766fd8
7
+ data.tar.gz: df98489ba84d710e0e2b5dc2c56cb451fdbb9a0a2d0ab039be5bcdb9b410139fe0d7672336e52d6617d9e1297ac34369872bf8d5db5704f78e7f357d9406ed51
@@ -18,7 +18,8 @@ module Maze
18
18
  # On BrowserStack, wait 10 seconds before retrying if there is another device in the list
19
19
  def handle_error(error)
20
20
  Bugsnag.notify error unless error.nil?
21
- if Maze.config.device_list.nil? || config.device_list.empty?
21
+ config = Maze.config
22
+ if config.device_list.nil? || config.device_list.empty?
22
23
  $logger.error 'No further devices to try'
23
24
  nil
24
25
  else
data/lib/maze.rb CHANGED
@@ -7,7 +7,7 @@ require_relative 'maze/timers'
7
7
  # Glues the various parts of MazeRunner together that need to be accessed globally,
8
8
  # providing an alternative to the proliferation of global variables or singletons.
9
9
  module Maze
10
- VERSION = '8.10.0'
10
+ VERSION = '8.10.1'
11
11
 
12
12
  class << self
13
13
  attr_accessor :check, :driver, :internal_hooks, :mode, :start_time, :dynamic_retry, :public_address,
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bugsnag-maze-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.10.0
4
+ version: 8.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Kirkland
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2023-10-25 00:00:00.000000000 Z
@@ -448,11 +448,11 @@ files:
448
448
  - lib/maze/wait.rb
449
449
  - lib/utils/deep_merge.rb
450
450
  - lib/utils/selenium_money_patch.rb
451
- homepage:
451
+ homepage:
452
452
  licenses:
453
453
  - MIT
454
454
  metadata: {}
455
- post_install_message:
455
+ post_install_message:
456
456
  rdoc_options: []
457
457
  require_paths:
458
458
  - lib
@@ -468,7 +468,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
468
468
  version: '0'
469
469
  requirements: []
470
470
  rubygems_version: 3.1.6
471
- signing_key:
471
+ signing_key:
472
472
  specification_version: 4
473
473
  summary: Bugsnag API request validation harness
474
474
  test_files: []