whoisxmlapi 0.0.20 → 0.0.21

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: cc59532bdf58423ad8c014f8b114ed040c5e9c6f
4
- data.tar.gz: 5dbb8973161279e48ea162577e1d8ce97dc4b926
3
+ metadata.gz: ac00a12274c2c4684377a10db0f3a87bbcbc2ed0
4
+ data.tar.gz: f421c29dc23151e97f24fa2658a50f573db263c2
5
5
  SHA512:
6
- metadata.gz: f9059d667de7eb734115db0a7fa55dbcebd30c8aff19ec388a3aebe07d03f3734f962f07bf60162dd6ba456482da87d9f221f94623582cc69fab260002be4afb
7
- data.tar.gz: 941444ad0ec3b0e9e6613aa4e5f79f66b704ac4eb9366ac22ed4962a3a434f12b53aafea0ebba4fc4b216f3ab6bd796f72ce7ddbc773a8666b0773f969a3762a
6
+ metadata.gz: f3a5f9cd436a2063035e9af20b59dc16c7fb2e470a9fb1f60a8228314935ea3bda8130a6ea434d6e1b3375cf75c09c223ccf2e1474d21649f37191866857ec93
7
+ data.tar.gz: 5089ef2e920206344d69e0596297d5cc76812b5337a7315f360486793897e181e32c51529cab2e77d8c0b69bfd62a8ba565d971025cfdfbd266ebb02a670454d
@@ -96,7 +96,7 @@ module WhoisXMLAPI
96
96
  :apiKey => WhoisXMLAPI.api_key,
97
97
  }
98
98
 
99
- r = create_and_send_rwhois_request(params_basic)
99
+ r = WhoisXMLAPI::Client.create_and_send_rwhois_request(params_basic)
100
100
 
101
101
  if WhoisXMLAPI.callbacks[:rwhois]
102
102
  WhoisXMLAPI.callbacks[:rwhois].each do |cb|
@@ -122,7 +122,7 @@ module WhoisXMLAPI
122
122
  :apiKey => WhoisXMLAPI.api_key,
123
123
  }
124
124
 
125
- r = create_and_send_rwhois_request(params_basic)
125
+ r = WhoisXMLAPI::Client.create_and_send_rwhois_request(params_basic)
126
126
 
127
127
  if WhoisXMLAPI.callbacks[:rwhois]
128
128
  WhoisXMLAPI.callbacks[:rwhois].each do |cb|
@@ -1,3 +1,3 @@
1
1
  module WhoisXMLAPI
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
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.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Maujean