bugsnag-maze-runner 9.9.1 → 9.10.0

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: 2566c04b9d1881f81990f985eb8efa046b0449720ae2ce5bf622ff31004d6b9b
4
- data.tar.gz: 0d95e74f82af5ba1e4b4b36c64f80fd3c7d3c5ba640dfdbf7173a69ea0fd42cd
3
+ metadata.gz: 3f31a10f7c03fd26a7adb3b26696fde6fb12aefccab2f115e61cd8ec2e3fef0a
4
+ data.tar.gz: 8933cafd8a45b449ff30da1f11b8df3855b881187e3cd84e42aa56713be6ad0b
5
5
  SHA512:
6
- metadata.gz: 868999a7e1eef3eff804ccaf88f7f411dc44af9f8eb48a0468e29359e263bd993e5f1e520358b526fb8d39ee16bcb48a29a1fdba309b4d317813444e24ebe7d8
7
- data.tar.gz: 1507cb637007cff352cb4d71ad38f8a460699a02ef0de1548da3e9edeb2f1d0aa550d45bce0c724213a89547c11915ff860fc1f48ba7b89cf8a30ff50946dfc0
6
+ metadata.gz: 4f881d7fdcc3cf4644224405ab72480ec3db8ffa7fe252ca9aef145769bf0e7e3dd48b62b20226a144c87db9a7affad66945d451ea936fe92a7e108cd9bf3a40
7
+ data.tar.gz: 8778dcf0f07489e3be5a744e7279013fd8a50b72fff6f1ce7d80d447b0dbd03fd2ff16a36032e526430392bd7ab6a05e0ea6110789277054242c5d14a6046439
@@ -71,13 +71,14 @@ module Maze
71
71
  def create_hash
72
72
  hash = {
73
73
  # Classic, non-specific devices for each Android version
74
+ 'ANDROID_14' => make_android_hash('Google Pixel 8', '14.0'),
74
75
  'ANDROID_13' => make_android_hash('Google Pixel 6 Pro', '13.0'),
75
76
  'ANDROID_12' => make_android_hash('Google Pixel 5', '12.0'),
76
77
  'ANDROID_11' => make_android_hash('Google Pixel 4', '11.0'),
77
78
  'ANDROID_10' => make_android_hash('Google Pixel 4', '10.0'),
78
79
  'ANDROID_9' => make_android_hash('Google Pixel 3', '9.0'),
79
80
  'ANDROID_8' => make_android_hash('Samsung Galaxy Note 9', '8.1'),
80
- 'ANDROID_7' => make_android_hash('Google Pixel', '7.1'),
81
+ 'ANDROID_7' => make_android_hash('Samsung Galaxy S8', '7.0'),
81
82
 
82
83
  # iOS devices
83
84
  'IOS_17' => make_ios_hash('iPhone 15', '17'),
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 = '9.9.1'
10
+ VERSION = '9.10.0'
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: 9.9.1
4
+ version: 9.10.0
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-06-22 00:00:00.000000000 Z
11
+ date: 2024-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber