killbill-deposit 0.0.3 → 0.0.4

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: '09496c07a7db3caa0dcf65fc18faf53d19a0cb17'
4
- data.tar.gz: 76ce6e54f69e81e6159f1f5af4851d31f6ca2fd0
3
+ metadata.gz: d4eeadd1080e494bf7f7bbf05c2f75d4b7d984cc
4
+ data.tar.gz: 6d0a2f463127b4a70072d4e6cda7aef8e1e06870
5
5
  SHA512:
6
- metadata.gz: 451564c625a229a0f661a2eb6c2df28ad60ba80d61e019bef72cc0029dc333ca6f52f044459e40c4275a5b5540d5665bc8788261bf41b4277c4d076a5e452c43
7
- data.tar.gz: 2bd27f8b964de1455b9d6d1c8c9e04556b4b752d2157438c1e8212c2fa7c1a4ff0e15eb93deecdae4bba7725ee015817634ccae20a6a09a54ebd68860d823aab
6
+ metadata.gz: 539f174803e1b9f937e3e9cf95c0109db63c9467825ebefb1c52e4329784c1383722910a75d7c43f0e6218892340f72a1638f77263ef5a9e486c86b02f5e0f10
7
+ data.tar.gz: 1286b23d1cd0564bf668d15533095a6e302be7d0a7bcbdb9332f2bac1e99258e35fe17a345d93c95d1de9297c815dd3b0a73e11b0fbdb20a4746ca833a44aada
@@ -33,7 +33,7 @@ module Killbill
33
33
  end
34
34
 
35
35
  def deposit_plugin_available?(options = nil)
36
- path = KILLBILL_DEPOSIT_PREFIX
36
+ path = KILLBILL_DEPOSIT_PREFIX + '/healthcheck'
37
37
  KillBillClient::API.get path, nil, options
38
38
 
39
39
  [true, nil]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Deposit
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-deposit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kill Bill core team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-19 00:00:00.000000000 Z
11
+ date: 2021-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-datatables-rails