nic_ar 0.4.0 → 0.4.1

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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  The NicAr::Client class allows to you programatically extract information about any ".ar" (Argentina) domain name.
7
7
 
8
- It uses the public information as is made available at the {Dirección Nacional del Registro de Dominios de Internet}[http://www.nic.ar] (NIC.ar) website using the third-party {nic!alert API}[http://api.nicalert.com.ar] webservice.
8
+ It uses the public information as is made available at the {Dirección Nacional del Registro de Dominios de Internet}[http://www.nic.ar] (NIC.ar) website using the third-party {nic!alert API}[http://api.nicalert.me] webservice.
9
9
 
10
10
  == Usage
11
11
 
@@ -13,7 +13,7 @@ The client initialization is pretty straigt-forward, and the only argument is op
13
13
 
14
14
  nic_ar = NicAr::Client.new
15
15
 
16
- The optional argument is an API token that can be obtained to by-pass the CAPTCHA challenge that the NIC.ar website sometimes requests to you solve before answering your domain lookup. Please refer to the nic!alert API {official documentation}[http://api.nicalert.me/docs] for more details.
16
+ The optional argument is an API token that can be obtained to by-pass the CAPTCHA challenge that the NIC.ar website sometimes requests you to solve before answering your domain lookup. Please refer to the nic!alert API {official documentation}[http://api.nicalert.me/docs] for more details.
17
17
 
18
18
  nic_ar = NicAr::Client.new("234d3cdf979e04db3d709ed8")
19
19
 
@@ -101,7 +101,7 @@ Lastly, status checking only works for ".ar" (Argentina) domain names.
101
101
 
102
102
  == Full API reference
103
103
 
104
- The full documentation of the {public nic!alert API}[http://api.nicalert.com.ar] is available at {http://api.nicalert.com.ar/docs}[http://api.nicalert.com.ar/docs] if you want to write your own client, use any other language, or just use CURL in a RESTful way.
104
+ The full documentation of the {public nic!alert API}[http://api.nicalert.me] is available at {http://api.nicalert.me/docs}[http://api.nicalert.me/docs] if you want to write your own client, use any other language, or just use CURL in a RESTful way.
105
105
 
106
106
  == Contributing
107
107
 
@@ -4,7 +4,7 @@ require 'rubygems'
4
4
  require 'bundler/setup'
5
5
  require 'rest_client'
6
6
 
7
- # NicAr is the _official_ Ruby gem for accessing the {nic!alert API}[http://api.nicalert.com.ar]. See the README.rdoc
7
+ # NicAr is the _official_ Ruby gem for accessing the {nic!alert API}[http://api.nicalert.me]. See the README.rdoc
8
8
 
9
9
  module NicAr
10
10
  # The base URI for the nic!alert API
@@ -1,7 +1,7 @@
1
1
  module NicAr
2
2
  # NicAr::Client
3
3
  # Simple HTTP client for accessing the {public nic!alert API}[http://api.nicalert.me].
4
- # Full API spec. available at {api.nicalert.com.ar/docs}[http://api.nicalert.me/docs]
4
+ # Full API spec. available at {api.nicalert.me/docs}[http://api.nicalert.me/docs]
5
5
  #
6
6
  # (c)2014 Cristian R. Arroyo <cristian.arroyo@vivaserver.com>
7
7
 
@@ -1,4 +1,4 @@
1
1
  module NicAr
2
2
  # This Gem version does not map the API version in any way.
3
- VERSION = '0.4.0'
3
+ VERSION = '0.4.1'
4
4
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: nic_ar
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.0
5
+ version: 0.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cristian R. Arroyo
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-10 00:00:00.000000000 Z
12
+ date: 2014-03-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  prerelease: false
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
109
  - !ruby/object:Gem::Version
110
110
  segments:
111
111
  - 0
112
- hash: -3292143947690208492
112
+ hash: -1589352992958188722
113
113
  version: '0'
114
114
  none: false
115
115
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  - !ruby/object:Gem::Version
119
119
  segments:
120
120
  - 0
121
- hash: -3292143947690208492
121
+ hash: -1589352992958188722
122
122
  version: '0'
123
123
  none: false
124
124
  requirements: []