bugsnag-maze-runner 8.1.2 → 8.1.4

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: 6780958774b308ec4f47c74798a1e629b017fef4824f0f24e29ca00530e7c93a
4
- data.tar.gz: b7b34fafa0710c6ea1d26cd43bd048916e202b12951704467e86c7ad25966eb9
3
+ metadata.gz: 6135a5d1343dad9aec3ede4d5c400564c10cccb5fbc9ef894f4b99d6432a5324
4
+ data.tar.gz: 35ac776b71e1a4a0d15baa74b6683aae314c1957a926316c25645785ba8ccd4c
5
5
  SHA512:
6
- metadata.gz: 2744e368c8417996242d75748c7b29692802cd08bd284171dc53e5406800ec4f0f4da76b56a2c029ea1436b832301d96af4f29eb0aa3b3e7879c85a62208b1d2
7
- data.tar.gz: ec39c36db4a6cfc272049377537d63457d4e1a55ccb39550631edec25969a4955620fbc0f7ab96be88072a1b7406d74bd176d8375ac4912a8bf4001475334443
6
+ metadata.gz: 1ff8c709e2e39927ae7a2290a50b9a0e45febfcd35228d2158e498fd2d9e2e357220f6d67b929d848aa0732173ed4e54774a7e8818553ef24be23c3bf5a0b664
7
+ data.tar.gz: 9d9ed17d9e8dd7b9f84eb29bd040863cd275398bb83c96b29314159d202efc8b0df1c4923f7dfc5161193f905d94fdab9615111eb5871f817f0ff940c99c808d
@@ -130,7 +130,7 @@ module Maze
130
130
  end
131
131
 
132
132
  def post_status_code
133
- if [:errors, :session, :builds, :uploads, :sourcemaps].include? @request_type
133
+ if [:errors, :sessions, :builds, :uploads, :sourcemaps, :traces].include? @request_type
134
134
  Server.status_code('POST')
135
135
  else
136
136
  200
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.1.2'
10
+ VERSION = '8.1.4'
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.1.2
4
+ version: 8.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Kirkland
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-30 00:00:00.000000000 Z
11
+ date: 2023-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber