bloom_remit_client 0.17.2 → 0.17.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
  SHA256:
3
- metadata.gz: cef4e7e5d7aca65e67f594de5013ff2512002e044500bcbbfe2a1acc0db644b9
4
- data.tar.gz: 5c991f6e1d2cea5122d837682348a9a7ff9ea8382c210f2cb7f750dfca5b94dd
3
+ metadata.gz: 950e0d2964cd9a5de5d01b86cc31ea73e1d1e73eae73c292dafca3691670f7ac
4
+ data.tar.gz: bfcaa028570e346b05c67c937a2f4f01ffb5d8a5e2a0ac3c3626b3134707f9eb
5
5
  SHA512:
6
- metadata.gz: bac96af2a2c523952ac6eeff9c6dcdbb1f48afde1378b21a86daa747f137afd461bae5f20efcbb93e36b86f75a48e847eafc23ffe366c1b3ad21cdd010648759
7
- data.tar.gz: 2d8e5fcbf68d265e13f30ba00e65bf03b83e46cbcfd8e8db4f0ad3103d8c6ee84621925c869f4061fa82cf4431c1e814f2139476a856930b6be6c1aeb3a96d4e
6
+ metadata.gz: c33dd38d28f49fbacd35ea2d153f073e22ff63fa3ee059b7d2ca8f1b6a90d7abc50dd4992c433e89b89d90ea8cac05638f80f2f761dd257b24efbfda4bdb3eba
7
+ data.tar.gz: e4652bfc6a23aa97181ddfa1580ff21f62041d400f8b74a012699260b3ee2247864f3f3cb345d2d4372f6c51764bb9ee73f5b4d07731a4ce312e9a4740639cb4
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ## [0.17.3] - 2021-02-19
6
+ ### Fixed
7
+ - Pass `Authorization` header to BloomRemit
8
+
5
9
  ## [0.17.2] - 2021-02-11
6
10
  ### Changed
7
11
  - Update messagebus channel to `/v2/tx_events` (from `/v2/txns`)
@@ -48,7 +48,7 @@ module BloomRemitClient
48
48
 
49
49
  MessageBusClientWorker.subscribe(configuration.host, {
50
50
  headers: {
51
- "HTTP_AUTHORIZATION" => "Basic #{token}"
51
+ "Authorization" => "Basic #{token}"
52
52
  },
53
53
  channels: {
54
54
  TXN_UPDATES_CHANNEL => { processor: configuration.on_txn_update },
@@ -1,3 +1,3 @@
1
1
  module BloomRemitClient
2
- VERSION = "0.17.2"
2
+ VERSION = "0.17.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bloom_remit_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.2
4
+ version: 0.17.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramon Tayag
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-11 00:00:00.000000000 Z
11
+ date: 2021-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport