bugsnag-maze-runner 9.11.0 → 9.11.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: 4b0f13e3bc3237d32a7bf41c6807e043b154a71b8f1832fe8c1b69290dd8b075
4
- data.tar.gz: 65661961ef9e706583a283807c144fed3f4e011741819d413793237c277fcb48
3
+ metadata.gz: 87cd5acfe3a599df35029ab146ae8b8360deac8a6f4dbf73b7bd2af7fe6f5e07
4
+ data.tar.gz: 6fe41064f80a894296c22c73e78dda7f2bf13189bc34e85ab7a159a133a5122f
5
5
  SHA512:
6
- metadata.gz: a051cc35b09023db1afc3ca5b1d8c7db49ff254c5292c13731afc999b498cdfcbe8038814260b7a402b0623b07182ed3601bcd1eca4d4f83b956c31660cbdd15
7
- data.tar.gz: 1b5d887497d813b64e7e2427247b8117ace37a8db1c17338a131a3c2383ad22b8d64bdcb593b73931f384b42e0d514a4ec3dfeed80933630bafa2cd02caca044
6
+ metadata.gz: f92d1919d537a134f53ff58235bc13a8c1f1875ebb54611b78437641d7f92ea709d76c105a28037b0d966a96c518db78cf2f250470f0ba51de59a68a86498d2b
7
+ data.tar.gz: 6850bf749dc212ef20156235a2a6a2e26a468067c979bf6c58338ad6bc24b8c146b444abc3073bb084255ff14cf68e002e54e2e42bd8ed37558b63d330f8bc5a
@@ -83,7 +83,7 @@ module Maze
83
83
  # iOS devices
84
84
  'IOS_17' => make_ios_hash('iPhone 15', '17'),
85
85
  'IOS_16' => make_ios_hash('iPhone 14', '16'),
86
- 'IOS_15' => make_ios_hash('iPhone 11 Pro', '15'),
86
+ 'IOS_15' => make_ios_hash('iPhone 13', '15'),
87
87
  'IOS_14' => make_ios_hash('iPhone 11', '14'),
88
88
  'IOS_13' => make_ios_hash('iPhone 11', '13'),
89
89
  '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 = '9.11.0'
10
+ VERSION = '9.11.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: 9.11.0
4
+ version: 9.11.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: 2024-07-05 00:00:00.000000000 Z
11
+ date: 2024-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber