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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce8bd30ebe167de5203101f166b37e5ead66b9453416cfd26722599fce9b6661
4
- data.tar.gz: 6807808cde890ca672cd303bec610cefa5df76c7040bef76c1de75b026476aaa
3
+ metadata.gz: 3dc48d6507836f7f9489214adaf476b7cec7c7e7f06787f4f02d0b67452d9285
4
+ data.tar.gz: cd2540bcaf2ffd9082b3c07394289346ceadb34f8eea0c6f58c2c27f3bc026a0
5
5
  SHA512:
6
- metadata.gz: 47889977f491dbb66e81605014b8ee7667c8b0fd6d687c155c9f9e1f83051574f5d8abdd27b4b256de17ae38fb86488741a870c3fada3a1972877c1f387139ab
7
- data.tar.gz: 3c5488ee1447ce8809372acb3c33bc2c8fc413251ed26effe729f2c27a44c4cd5d501f41e3ff8211d18b9bea161fda0b2d4546a25779cba51c556115eb5aac48
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 = NIL)
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|NIL Specifies the log file to which to write, if any.
40
- @log_file = log_file ? log_file : NIL
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
 
@@ -1,6 +1,6 @@
1
1
  module CoinqvestMerchantSDK
2
2
 
3
- CLIENT_VERSION = '0.0.5'
3
+ CLIENT_VERSION = '0.0.6'
4
4
 
5
5
  CLIENT_NAME = 'ruby_merchant_sdk'
6
6
 
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.5
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: 2020-08-14 00:00:00.000000000 Z
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.1.2
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