bugsnag-maze-runner 8.1.3 → 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: 290048af66b020e72407f7bfb0886290835f1bdca0d84fa814a863f3f67119dc
4
- data.tar.gz: 8262b17c5bf61c97eada02936feb8219239c7ba10d00df99f014ba15ad50cc63
3
+ metadata.gz: 6135a5d1343dad9aec3ede4d5c400564c10cccb5fbc9ef894f4b99d6432a5324
4
+ data.tar.gz: 35ac776b71e1a4a0d15baa74b6683aae314c1957a926316c25645785ba8ccd4c
5
5
  SHA512:
6
- metadata.gz: 10ff1a5b7e7a75224822ab4597b3edf8e343c7fb191adff86f59cec1716c876cd5f4eacf2312554c01bcff2f47828b713206cd56d02a545b856db1cb2958f61d
7
- data.tar.gz: b0d12e8555d8aab94e9cfe0cb3edf17c08f4f289b9935a61e29ec4bfd2a21dfcedeaf9c851ca445fdb9955337e3a9b3d28bdc81a74540fd5abf233bb57b00bb8
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, :traces].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.3'
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.3
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-07-03 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