rollbar 3.1.0 → 3.1.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
- SHA1:
3
- metadata.gz: ba8aea4a40e218a0ad7286be5650c74d821d5c9b
4
- data.tar.gz: 3bd1e7c7d318492601b313a59433bf07e4fdc31e
2
+ SHA256:
3
+ metadata.gz: a2ef8a408c33b0058ec6162fb4e6854d605a26591b2122ba8073b38c62ee2e43
4
+ data.tar.gz: e1f4519ab50a4889fd137167c9d34d377096f56ffaa46ca5e8529fd5214156e6
5
5
  SHA512:
6
- metadata.gz: cb2915a7bd1b0e16470b9e2dec96f06c4b3ff9554cf9d375705731264687c906e9eb8a8ba7a3eb27ec11b9dd7eaa592b9923fec9764d55c2d9947539af934a3f
7
- data.tar.gz: 020b420cd16ba5643167860cf35a75440b870fa480841d062ee1efb567b709dce2bc646e8238318ed4d4b5381f83729136eeb66ea8635adda037cad6191df478
6
+ metadata.gz: 13fa331540a1d24b04f89da681a417f2454dead503262a746830a88a6d824fb33790bd46417df3cd52f6f356f4cdeac299e19c2336c1296c96f8c9284bd61a15
7
+ data.tar.gz: 9cd9c545282d7f762bd9ca787f2b3fa8591fefd7d9d432256eedb1e9d04488fcc509fb98c37840fff9ef7da535c4d5c399c18136bf7a341d3bb993b205ee237e
@@ -173,7 +173,7 @@ module Rollbar
173
173
  # Until the delayed sender interface is changed to allow passing dynamic config options,
174
174
  # this workaround allows the main process to set the token by adding it to the payload.
175
175
  if (configuration && configuration.use_payload_access_token)
176
- payload['access_token'] = configuration.access_token
176
+ payload['access_token'] ||= configuration.access_token
177
177
  end
178
178
 
179
179
  payload
@@ -1,3 +1,3 @@
1
1
  module Rollbar
2
- VERSION = '3.1.0'.freeze
2
+ VERSION = '3.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rollbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rollbar, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-06 00:00:00.000000000 Z
11
+ date: 2020-11-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Easy and powerful exception tracking for Ruby
14
14
  email:
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  requirements: []
163
163
  rubyforge_project:
164
- rubygems_version: 2.4.8
164
+ rubygems_version: 2.7.7
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: Reports exceptions to Rollbar