bugsnag-maze-runner 8.1.2 → 8.1.3

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: 290048af66b020e72407f7bfb0886290835f1bdca0d84fa814a863f3f67119dc
4
+ data.tar.gz: 8262b17c5bf61c97eada02936feb8219239c7ba10d00df99f014ba15ad50cc63
5
5
  SHA512:
6
- metadata.gz: 2744e368c8417996242d75748c7b29692802cd08bd284171dc53e5406800ec4f0f4da76b56a2c029ea1436b832301d96af4f29eb0aa3b3e7879c85a62208b1d2
7
- data.tar.gz: ec39c36db4a6cfc272049377537d63457d4e1a55ccb39550631edec25969a4955620fbc0f7ab96be88072a1b7406d74bd176d8375ac4912a8bf4001475334443
6
+ metadata.gz: 10ff1a5b7e7a75224822ab4597b3edf8e343c7fb191adff86f59cec1716c876cd5f4eacf2312554c01bcff2f47828b713206cd56d02a545b856db1cb2958f61d
7
+ data.tar.gz: b0d12e8555d8aab94e9cfe0cb3edf17c08f4f289b9935a61e29ec4bfd2a21dfcedeaf9c851ca445fdb9955337e3a9b3d28bdc81a74540fd5abf233bb57b00bb8
@@ -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, :session, :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.3'
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.3
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-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber