ruby_hlr_client 2.0.1 → 2.0.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 +4 -4
- data/lib/ruby_hlr_client/client.rb +3 -3
- data/lib/ruby_hlr_client/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: ef69f61ee3625436c69ebea749e3fe5813d7247ed915452ee61b2191497b0c7d
|
|
4
|
+
data.tar.gz: 0c6e857000af85247b3ea4e3db98e2394456ce6726cbbfdebe310e950fd8f944
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7706004d937b472ad2532d8f9eb05e0f6949404b0e175022b7475fd9ee8917a0c0f14874090b82b8f82a06a61e040a6255d0412346a0b67b1c06173cef34bf8
|
|
7
|
+
data.tar.gz: '09e12c00f6bed267539f633b2667d4e5661d55e5371734589bb105910328891643520f48b134bf6ab1f6465ae5d3b16214b3f11bc43986deabad35f4274bbc54'
|
|
@@ -16,7 +16,7 @@ module HlrLookupsSDK
|
|
|
16
16
|
# @param secret; as given by https://www.hlr-lookups.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.hlr-lookups.com/en/api-settings
|
|
22
22
|
@key = key
|
|
@@ -36,8 +36,8 @@ module HlrLookupsSDK
|
|
|
36
36
|
# @string HLR Lookup connect url
|
|
37
37
|
@connect_url = HlrLookupsSDK::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: ruby_hlr_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Velocity Made Good 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: HLR Lookups SDK. Obtain live mobile phone connectivity and portability data
|