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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d83da080bb2c9c30226d977461f97cde798d8d07
4
- data.tar.gz: 0e26f87e689d5ca4793d0af232f2dc8cf18c00f9
3
+ metadata.gz: c3b666442b277e8f87e58ebcf83ec9c1bbd1923c
4
+ data.tar.gz: 814c4730a3dc30db52d61626f0d9c8090860c01e
5
5
  SHA512:
6
- metadata.gz: 57e35aeba57e4a7620f3f66ae52f2f2100c9ee548c54b5af04298511e8d808fd25be1b61cd916e15306fb18b3e26ddd3b9edb8774132095ca70b4740b713b268
7
- data.tar.gz: 2caa6ce50271d9928d1bdecc57142e8b3f065596799dbdb3f5c33ec63f1efd231aede5afd9f047c849314cb9326e4ad2c14ce07c7573e49a00bbdb0eefcff9e8
6
+ metadata.gz: c494433bf8ddbc07aecd326d93db3bed134518d586c9715597657b2f56aa87db8c75febf889160b8aa109725708a71cea1029bd60c5eaada7f8b54f0c7c1b154
7
+ data.tar.gz: 0e2e9552edf60e9a51ebea5ccbf36d018a448dfc0b14286aded40e85ff6679c75f1d75f0befc3fb09f4fd03ee3ccd03487562399fb42e36aa9deab971904f0f2
@@ -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.2
1
+ 6.6.3
@@ -110,6 +110,7 @@ module Bugsnag
110
110
 
111
111
  # return the payload hash
112
112
  {
113
+ :apiKey => api_key,
113
114
  :notifier => {
114
115
  :name => NOTIFIER_NAME,
115
116
  :version => NOTIFIER_VERSION,
@@ -33,6 +33,7 @@ describe Bugsnag::Report do
33
33
 
34
34
  expect(Bugsnag).to have_sent_notification{ |payload, headers|
35
35
  expect(headers["Bugsnag-Api-Key"]).to eq("c9d60ae4c7e70c4b6c4ebd3e8056d2b8")
36
+ expect(payload["apiKey"]).to eq("c9d60ae4c7e70c4b6c4ebd3e8056d2b8")
36
37
  }
37
38
  end
38
39
 
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.2
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-18 00:00:00.000000000 Z
11
+ date: 2018-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby