bugsnag-maze-runner 9.32.0 → 9.32.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: c47e4bcb6049cc58f27466372e75f51d511a71b5745cd62d4ccc2d7f3d6b4cfd
4
- data.tar.gz: 45bf0ff4127855054bcf380aa7d34bd4b67c0362acbe2884d5b1886e134575ab
3
+ metadata.gz: 76ebb1a5265e614bce15a22bea6c10ec76e9d28bfe062f341692fbb24bfb25ef
4
+ data.tar.gz: c6024cf2546cd75909373941fafba438b287354253dae0c1b52d9b0d9ef63418
5
5
  SHA512:
6
- metadata.gz: 4b13a0242584d0754fcdd1ae6d0266b69fe34dacc4b6d749d0589f7371f640719b8c888ea1e4823940d94c542fdb68f3a8cea97bf33dd593ad0d770d4369b9a0
7
- data.tar.gz: 176189a7a96f7d52d2faee8989b5b00d2249bd400b337f4113f1248563064b4d823dc667964b26a0b89fcdd0424ce04a9d0a64a4e65adfe53e1ff38f7d00fb99
6
+ metadata.gz: e49dd521c0cf6da0fb01a54dc12bd69019a34a156aaee6ac54576375d23865bd26deb85f1cbf164aabaffd04e59c99e434528a7a43bf7249c9517b6c9462f162
7
+ data.tar.gz: b359166e3e5d896cf4db71cebb75f358b78015dba28c300edc0b84d134b79ddfa5cf613c18a77055448754d8829aa7d753037d000090c8d887956bd89d4c4393
@@ -74,19 +74,18 @@ module Maze
74
74
  'ANDROID_15' => make_android_hash('Google Pixel 9', '15.0'),
75
75
  'ANDROID_14' => make_android_hash('Google Pixel 8', '14.0'),
76
76
  'ANDROID_13' => make_android_hash('Google Pixel 6 Pro', '13.0'),
77
- 'ANDROID_12' => make_android_hash('Google Pixel 5', '12.0'),
77
+ 'ANDROID_12' => make_android_hash('Google Pixel 6', '12.0'),
78
78
  'ANDROID_11' => make_android_hash('Samsung Galaxy S21', '11.0'),
79
- 'ANDROID_10' => make_android_hash('Google Pixel 4', '10.0'),
79
+ 'ANDROID_10' => make_android_hash('Google Pixel 4 XL', '10.0'),
80
80
  'ANDROID_9' => make_android_hash('Google Pixel 3', '9.0'),
81
81
  'ANDROID_8' => make_android_hash('Samsung Galaxy S9', '8.0'),
82
- 'ANDROID_7' => make_android_hash('Samsung Galaxy S8', '7.0'),
83
82
 
84
83
  # iOS devices
85
84
  'IOS_18' => make_ios_hash('iPhone 14', '18'),
86
85
  'IOS_17' => make_ios_hash('iPhone 15', '17'),
87
86
  'IOS_16' => make_ios_hash('iPhone 14', '16'),
88
87
  'IOS_15' => make_ios_hash('iPhone 13', '15'),
89
- 'IOS_14' => make_ios_hash('iPhone 11', '14'),
88
+ 'IOS_14' => make_ios_hash('iPhone 12', '14'),
90
89
  'IOS_13' => make_ios_hash('iPhone 11', '13'),
91
90
  'IOS_12' => make_ios_hash('iPhone XS', '12'),
92
91
  }
@@ -99,8 +98,6 @@ module Maze
99
98
 
100
99
  add_android 'Samsung Galaxy S9', '8.0', hash # ANDROID_8_0_SAMSUNG_GALAXY_S9
101
100
 
102
- add_android 'Samsung Galaxy S8', '7.0', hash # ANDROID_7_0_SAMSUNG_GALAXY_S8
103
-
104
101
  # Specific iOS devices
105
102
  add_ios 'iPhone 15', '17.0', hash # IOS_17_0_IPHONE_15
106
103
  add_ios 'iPhone 12 Pro', '17.0', hash # IOS_17_0_IPHONE_12_PRO
data/lib/maze.rb CHANGED
@@ -8,7 +8,7 @@ require_relative 'maze/timers'
8
8
  # providing an alternative to the proliferation of global variables or singletons.
9
9
  module Maze
10
10
 
11
- VERSION = '9.32.0'
11
+ VERSION = '9.32.1'
12
12
 
13
13
  class << self
14
14
  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: 9.32.0
4
+ version: 9.32.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Kirkland
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-24 00:00:00.000000000 Z
11
+ date: 2025-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber