bugsnag 6.6.2 → 6.6.3
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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/bugsnag/report.rb +1 -0
- data/spec/report_spec.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c3b666442b277e8f87e58ebcf83ec9c1bbd1923c
|
|
4
|
+
data.tar.gz: 814c4730a3dc30db52d61626f0d9c8090860c01e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c494433bf8ddbc07aecd326d93db3bed134518d586c9715597657b2f56aa87db8c75febf889160b8aa109725708a71cea1029bd60c5eaada7f8b54f0c7c1b154
|
|
7
|
+
data.tar.gz: 0e2e9552edf60e9a51ebea5ccbf36d018a448dfc0b14286aded40e85ff6679c75f1d75f0befc3fb09f4fd03ee3ccd03487562399fb42e36aa9deab971904f0f2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
## 6.6.3 (23 Jan 2018)
|
|
5
|
+
|
|
6
|
+
### Fixes
|
|
7
|
+
|
|
8
|
+
* Re-added apiKey to payload for compatibility
|
|
9
|
+
| [#418](https://github.com/bugsnag/bugsnag-ruby/pull/418)
|
|
10
|
+
|
|
11
|
+
|
|
4
12
|
## 6.6.2 (18 Jan 2018)
|
|
5
13
|
|
|
14
|
+
### Fixes
|
|
15
|
+
|
|
6
16
|
* Fix Shoryuken integration & `project_root` `Pathname` issue
|
|
7
17
|
| [#416](https://github.com/bugsnag/bugsnag-ruby/pull/416)
|
|
8
18
|
| [Sergei Maximov](https://github.com/smaximov)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.6.
|
|
1
|
+
6.6.3
|
data/lib/bugsnag/report.rb
CHANGED
data/spec/report_spec.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bugsnag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.6.
|
|
4
|
+
version: 6.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Smith
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-01-
|
|
11
|
+
date: 2018-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|