bugsnag-maze-runner 8.20.2 → 8.20.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 +4 -4
- data/lib/maze/client/appium/bs_devices.rb +1 -1
- data/lib/maze.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a928b65bbbf37b2eab57476e07128da1a3d9687df05067af815b61f07e1fda4a
|
4
|
+
data.tar.gz: bcc382e705d7ad894efb774c45df46c8a0e11c54196c2f95d4ec75eb1c3a645a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ded12f7dc2d5a1b7946bf3946ada2adbd0f5fa8f09963d25a8f369ffa2cf9dba6871d6a6b7aeebcb7d9cbac028bd6f5214d1459c12a7aa38273d92cf730f2fde
|
7
|
+
data.tar.gz: a4611075356879b4217883ae3aef1ad9105935e57e02fb6f439accf74cd9f68d9a6039e6423fb833c5e14b45986ecdcf58ae5896b75c65c857e63a2f9c3d7f88
|
@@ -82,7 +82,7 @@ module Maze
|
|
82
82
|
# iOS devices
|
83
83
|
'IOS_17' => make_ios_hash('iPhone 15', '17'),
|
84
84
|
'IOS_16' => make_ios_hash('iPhone 14', '16'),
|
85
|
-
'IOS_15' => make_ios_hash('iPhone
|
85
|
+
'IOS_15' => make_ios_hash('iPhone 13', '15'),
|
86
86
|
'IOS_14' => make_ios_hash('iPhone 11', '14'),
|
87
87
|
'IOS_13' => make_ios_hash('iPhone 11', '13'),
|
88
88
|
'IOS_12' => make_ios_hash('iPhone 8', '12'),
|
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.20.
|
10
|
+
VERSION = '8.20.3'
|
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.20.
|
4
|
+
version: 8.20.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steve Kirkland
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|