bugsnag-maze-runner 10.10.0 → 10.10.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: 318d65a08a73cbea9799d54c8e6373f77d1ef80013a5a001bebcf869eb944b9d
4
- data.tar.gz: 835dc213ef927c6e1762b62a8f89864e2fbbdb91e67ff3ebdcdb9bef6d10c967
3
+ metadata.gz: 4a7d682e0072d55b08a1ba2c30bef8c53b8b18e13c778ba6064c0b790ec4004c
4
+ data.tar.gz: c6fc983aff0c56cc4f488e5d2181ede2b48f373082dda1e83a2bfcb148957636
5
5
  SHA512:
6
- metadata.gz: cb496b07c7dd58b139c5a2fe00b3b97581862d2d0f9636199d29c00ce022bc89095407e7496c948799c490b2b20d5dfcd3c631a29b6cc708c435497e3129e465
7
- data.tar.gz: b2e418a4fe459d5be70ad01ca5110299a4600c6e332a4acf2ce0c2a86c45af97826c910553d48c7ea5c666295719c2756458e961a83d93bad77e57b2adfc9d3f
6
+ metadata.gz: 06b3dff2015dc1904c5bf496f287613ba18aa4e42e5c1e7c75bc8ddc7f8ac63a721c513fd6948c110c83cfebf2b4549aa436a30a689e0791df5add4695116be0
7
+ data.tar.gz: 8467396c63704238af9b03b854b9d217aa08d9377c55a5296ee63c03a8ee734fd3839096d1108cf18bbc7f157b43fb554e4dc31660528a5ffd453aeea1c4d348
@@ -42,7 +42,7 @@ module Maze
42
42
  content_type = request['Content-Type']
43
43
 
44
44
  # For JSON, pull the instructions from the body. Otherwise, take them from the query string.
45
- if content_type == 'application/json'
45
+ if content_type.include?('application/json')
46
46
  body = JSON.parse(request.body)
47
47
  delay_ms = body['delay_ms']
48
48
  status = body['status']
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 = '10.10.0'
11
+ VERSION = '10.10.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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bugsnag-maze-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.10.0
4
+ version: 10.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Kirkland
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-12-11 00:00:00.000000000 Z
12
+ date: 2025-12-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cucumber