coinqvest_merchant_sdk 0.0.5 → 0.0.6
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/lib/coinqvest_merchant_sdk/client.rb +3 -3
- data/lib/coinqvest_merchant_sdk/config.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3dc48d6507836f7f9489214adaf476b7cec7c7e7f06787f4f02d0b67452d9285
|
4
|
+
data.tar.gz: cd2540bcaf2ffd9082b3c07394289346ceadb34f8eea0c6f58c2c27f3bc026a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dd60aae311c8b7519108c094f74c061369b2e07882308b560cd32779f30bf3baa110d50f90fef85d6070386025d23847688a7a253a7bd84e27b19d70777831b
|
7
|
+
data.tar.gz: ba8269165f65ccf8d78a0003bc808282305686cb9e6b2145116db0ac89597e04f783a9347af2efed17b8d3ad2bef68ba131be1420de508c84076f45166ad3966
|
@@ -16,7 +16,7 @@ module CoinqvestMerchantSDK
|
|
16
16
|
# @param secret; as given by https://www.coinqvest.com/en/api-settings
|
17
17
|
# @param log_file; optional log file path
|
18
18
|
# @constructor
|
19
|
-
def initialize(key, secret, log_file =
|
19
|
+
def initialize(key, secret, log_file = nil)
|
20
20
|
|
21
21
|
# @string The API Key as given by https://www.coinqvest.com/en/api-settings
|
22
22
|
@key = key
|
@@ -36,8 +36,8 @@ module CoinqvestMerchantSDK
|
|
36
36
|
# @string COINQVEST connect url
|
37
37
|
@connect_url = CoinqvestMerchantSDK::CONNECT_URL
|
38
38
|
|
39
|
-
# @string|
|
40
|
-
@log_file = log_file ? log_file :
|
39
|
+
# @string|nil Specifies the log file to which to write, if any.
|
40
|
+
@log_file = log_file ? log_file : nil
|
41
41
|
|
42
42
|
end
|
43
43
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coinqvest_merchant_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- COINQVEST Ltd.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
rubygems_version: 3.
|
86
|
+
rubygems_version: 3.3.11
|
87
87
|
signing_key:
|
88
88
|
specification_version: 4
|
89
89
|
summary: Ruby Merchant SDK for COINQVEST. Programmatically accept and settle payments
|