bugsnag-maze-runner 8.13.0 → 8.13.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
  SHA256:
3
- metadata.gz: 1c4179797bd1c2f213229a61382af46e4961ed8e1c927752082bef991edb7763
4
- data.tar.gz: 3861468539c18e1e1ab53a9937eb6fc5fea67147a5a5016d660189ac95103dab
3
+ metadata.gz: 8edd9312852fa9f431bf8b2ed42473a111eec241ca23a4b5993121a64b4bfddc
4
+ data.tar.gz: 836546b1088e2d66727d062009748cc88ead618e9ec90e851ca87541cbad5b1e
5
5
  SHA512:
6
- metadata.gz: f92c80ce71906d9b16ca07b70a8e2637beb6643e864851667fbca53d28cd464663850480b381c89f31b5afc79928125a6362cc69c227889239771d3938a1582a
7
- data.tar.gz: 9641dba3a1675bf5d6afdad3fd7244db7bba1e73e4d3cba91ed0a146f886fe8ead9278b8874b53f194ec73701f508f13b5a0ad1028225c818bc1c5da225ce7a2
6
+ metadata.gz: d8574f48c04eb96a0821fef71e041b39399f9aa65e07add2745aa64aa1b66de3819369a41c88b2b9a2583df3ceb31bca4bd90ef6e086368adb1333a7b5c12ec7
7
+ data.tar.gz: 8f4ed901c5e5b08cbba9c4bc7183aae1c20c0a8f769161956844f177e90c2014f8e1d829369ba2a62130c2f48c55ba86eb2265cfc8e42a5a64a9fe31c4f513a0
@@ -96,7 +96,8 @@ module Maze
96
96
  appium_options = {
97
97
  'automationName' => 'UiAutomator2',
98
98
  'autoGrantPermissions' => true,
99
- 'uiautomator2ServerInstallTimeout' => 60000
99
+ 'uiautomator2ServerInstallTimeout' => 60000,
100
+ 'uiautomator2ServerLaunchTimeout' => 60000
100
101
  }
101
102
  hash = {
102
103
  'platformName' => 'Android',
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.13.0'
10
+ VERSION = '8.13.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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bugsnag-maze-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.13.0
4
+ version: 8.13.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
- date: 2023-11-17 00:00:00.000000000 Z
11
+ date: 2023-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -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: []