whoisxmlapi 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ee7bacb19ead9fff1009409330c4b224e496f0c40311d2a00b4fed487b9fe51
4
- data.tar.gz: 0b5df1d17fb4995116bd156fc6c06687515dc902034e8d41e002cdd6c66cd016
3
+ metadata.gz: 4c74a2da1b21179e155f2e898b345a4cb08c93aacfe38e206d4f88fdac024676
4
+ data.tar.gz: a86442c1aaa419a71d12f733da52d8ccf761ad79ab563f92d9d073c78005ef84
5
5
  SHA512:
6
- metadata.gz: 7bf58edcfa9453db455c1ad5ff1a5a82efddf33bd195bbdd5421f65503944198222f6289590e655a17db98e0dbfabff72581738f7e65c51ec23d9238d2c7088f
7
- data.tar.gz: fbcf7db8ecee37bce1f36a9f2ae0f4c1293f6bf5b97dd86cf0ecbf748f83f2aff9909bc15aef8f7f06df7fdf0d8368f73568e0b24d12f69b1299ab891fd049fb
6
+ metadata.gz: 717685e3b1cb8cc9df8fe35999493262a741da6a2a01511806ec75d40d3afc1292b1ecabb3500d59087a2216f9d86baa088949d63f35cd12bc10b31e92e22386
7
+ data.tar.gz: a359761bf60359946934a2a58b9836077ffca149e08057850ef27f618d8662b09f6e9db93b729fd16d516b8200459762b88fb9fe363bfb57eb6b7369d5308db9
@@ -191,11 +191,6 @@ module WhoisXMLAPI
191
191
  end
192
192
 
193
193
 
194
- ####################################################################################################
195
- private
196
- ####################################################################################################
197
-
198
-
199
194
  def self.create_and_send_rwhois_request(params_basic)
200
195
  uri = URI.parse('https://reverse-whois-api.whoisxmlapi.com/api/v2')
201
196
  http = Net::HTTP.new(uri.host, uri.port)
@@ -211,6 +206,12 @@ module WhoisXMLAPI
211
206
  return r
212
207
  end
213
208
 
209
+
210
+ ####################################################################################################
211
+ private
212
+ ####################################################################################################
213
+
214
+
214
215
  end # of class Client
215
216
 
216
217
  end # of module WhoisXMLAPI
@@ -1,3 +1,3 @@
1
1
  module WhoisXMLAPI
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whoisxmlapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Maujean
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2018-11-22 00:00:00.000000000 Z
14
+ date: 2018-12-01 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport