bloom_remit_client 0.17.1 → 0.17.2

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: 22bca419858375c58c67060d10b221c404dfb69e5edaa78561106647273d8590
4
- data.tar.gz: d8de77bc7e9205a5a4048b5c39f5b6d55d623dc5957685bf60ea4525390f4f03
3
+ metadata.gz: cef4e7e5d7aca65e67f594de5013ff2512002e044500bcbbfe2a1acc0db644b9
4
+ data.tar.gz: 5c991f6e1d2cea5122d837682348a9a7ff9ea8382c210f2cb7f750dfca5b94dd
5
5
  SHA512:
6
- metadata.gz: 3a6ca007f405f223d7d9c3f1d7b78166b28525e2de8d30b5bc47e4f179c87312a639737b752f481ab288db867ee2b9af37babf080fbe773617f45915cd0695b1
7
- data.tar.gz: 5e28b826243ab762b174d31900a2a7355853259c2ebb71b30c7ae480e267e661c8b1c541a4109062fd4e5599cbfb91044e07783fdb680a3297e9d8107cee69e7
6
+ metadata.gz: bac96af2a2c523952ac6eeff9c6dcdbb1f48afde1378b21a86daa747f137afd461bae5f20efcbb93e36b86f75a48e847eafc23ffe366c1b3ad21cdd010648759
7
+ data.tar.gz: 2d8e5fcbf68d265e13f30ba00e65bf03b83e46cbcfd8e8db4f0ad3103d8c6ee84621925c869f4061fa82cf4431c1e814f2139476a856930b6be6c1aeb3a96d4e
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.2] - 2021-02-11
6
+ ### Changed
7
+ - Update messagebus channel to `/v2/tx_events` (from `/v2/txns`)
8
+
5
9
  ## [0.17.1] - 2021-02-03
6
10
  ### Added
7
11
  - Add `create_txn#errors` to easily access errors
@@ -26,7 +26,7 @@ module BloomRemitClient
26
26
 
27
27
  include APIClientBase::Base.module
28
28
 
29
- TXN_UPDATES_CHANNEL = "/v2/txns".freeze
29
+ TXN_UPDATES_CHANNEL = "/v2/tx_events".freeze
30
30
 
31
31
  with_configuration do
32
32
  has :host, classes: String, default: STAGING
@@ -1,3 +1,3 @@
1
1
  module BloomRemitClient
2
- VERSION = "0.17.1"
2
+ VERSION = "0.17.2"
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.1
4
+ version: 0.17.2
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-03 00:00:00.000000000 Z
11
+ date: 2021-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport