whois 2.1.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (790) hide show
  1. data/Rakefile +13 -17
  2. data/lib/core_ext.rb +1 -1
  3. data/lib/core_ext/date_time/conversions.rb +1 -2
  4. data/lib/whois/record/parser/base_cocca.rb +85 -0
  5. data/lib/whois/record/parser/scanners/afilias.rb +8 -1
  6. data/lib/whois/record/parser/whois.aero.rb +0 -1
  7. data/lib/whois/record/parser/whois.cnnic.cn.rb +5 -6
  8. data/lib/whois/record/parser/whois.co.ca.rb +5 -6
  9. data/lib/whois/record/parser/whois.denic.de.rb +1 -1
  10. data/lib/whois/record/parser/whois.dns.pt.rb +8 -3
  11. data/lib/whois/record/parser/whois.godaddy.com.rb +17 -17
  12. data/lib/whois/record/parser/whois.je.rb +17 -7
  13. data/lib/whois/record/parser/whois.na-nic.com.na.rb +7 -54
  14. data/lib/whois/record/parser/whois.nic.af.rb +2 -66
  15. data/lib/whois/record/parser/whois.nic.coop.rb +1 -9
  16. data/lib/whois/record/parser/whois.nic.cx.rb +2 -64
  17. data/lib/whois/record/parser/whois.nic.cz.rb +1 -1
  18. data/lib/whois/record/parser/whois.nic.fr.rb +80 -6
  19. data/lib/whois/record/parser/whois.nic.gs.rb +2 -64
  20. data/lib/whois/record/parser/whois.nic.ht.rb +2 -65
  21. data/lib/whois/record/parser/whois.nic.it.rb +12 -3
  22. data/lib/whois/record/parser/whois.nic.ki.rb +2 -64
  23. data/lib/whois/record/parser/whois.nic.la.rb +1 -9
  24. data/lib/whois/record/parser/whois.nic.ms.rb +2 -64
  25. data/lib/whois/record/parser/whois.nic.mu.rb +2 -62
  26. data/lib/whois/record/parser/whois.nic.net.nf.rb +8 -54
  27. data/lib/whois/record/parser/whois.nic.net.ng.rb +2 -64
  28. data/lib/whois/record/parser/whois.nic.net.sb.rb +23 -0
  29. data/lib/whois/record/parser/whois.nic.tl.rb +2 -57
  30. data/lib/whois/record/parser/whois.nic.uk.rb +22 -1
  31. data/lib/whois/record/parser/whois.nic.ve.rb +2 -2
  32. data/lib/whois/record/parser/whois.nic.xxx.rb +15 -2
  33. data/lib/whois/record/parser/whois.registro.br.rb +2 -1
  34. data/lib/whois/record/parser/whois.registry.gy.rb +2 -64
  35. data/lib/whois/record/parser/whois.tld.ee.rb +1 -1
  36. data/lib/whois/version.rb +1 -1
  37. data/spec/fixtures/responses/whois.dns.pt/property_status_techpro.expected +8 -0
  38. data/spec/fixtures/responses/whois.dns.pt/property_status_techpro.txt +21 -0
  39. data/spec/fixtures/responses/whois.dns.pt/status_available.expected +1 -1
  40. data/spec/fixtures/responses/whois.dns.pt/status_inactive.expected +25 -0
  41. data/spec/fixtures/responses/whois.dns.pt/status_inactive.txt +21 -0
  42. data/spec/fixtures/responses/whois.dns.pt/status_registered.expected +2 -1
  43. data/spec/fixtures/responses/whois.dns.pt/status_reserved.expected +1 -1
  44. data/spec/fixtures/responses/whois.godaddy.com/property_dates_not_available.txt +54 -0
  45. data/spec/fixtures/responses/whois.godaddy.com/status_registered.expected +0 -13
  46. data/spec/fixtures/responses/whois.je/status_available.expected +2 -2
  47. data/spec/fixtures/responses/whois.je/status_available.txt +30 -23
  48. data/spec/fixtures/responses/whois.je/status_registered.expected +7 -5
  49. data/spec/fixtures/responses/whois.je/status_registered.txt +52 -31
  50. data/spec/fixtures/responses/whois.na-nic.com.na/property_status_suspended.expected +8 -0
  51. data/spec/fixtures/responses/whois.na-nic.com.na/property_status_suspended.txt +68 -0
  52. data/spec/fixtures/responses/whois.na-nic.com.na/status_available.expected +7 -0
  53. data/spec/fixtures/responses/whois.na-nic.com.na/status_registered.expected +7 -0
  54. data/spec/fixtures/responses/whois.nic.af/status_available.expected +7 -0
  55. data/spec/fixtures/responses/whois.nic.af/status_registered.expected +7 -0
  56. data/spec/fixtures/responses/whois.nic.coop/property_status_multiple.expected +2 -0
  57. data/spec/fixtures/responses/whois.nic.coop/property_status_multiple.txt +125 -0
  58. data/spec/fixtures/responses/whois.nic.coop/property_status_single.expected +2 -0
  59. data/spec/fixtures/responses/whois.nic.coop/property_status_single.txt +123 -0
  60. data/spec/fixtures/responses/whois.nic.coop/status_available.expected +1 -1
  61. data/spec/fixtures/responses/whois.nic.coop/status_registered.expected +1 -1
  62. data/spec/fixtures/responses/whois.nic.cx/property_status_active.expected +8 -0
  63. data/spec/fixtures/responses/whois.nic.cx/property_status_active.txt +68 -0
  64. data/spec/fixtures/responses/whois.nic.cx/property_status_delegated.expected +8 -0
  65. data/spec/fixtures/responses/whois.nic.cx/property_status_delegated.txt +51 -0
  66. data/spec/fixtures/responses/whois.nic.cx/property_status_not_registered.expected +8 -0
  67. data/spec/fixtures/responses/whois.nic.cx/property_status_not_registered.txt +11 -0
  68. data/spec/fixtures/responses/whois.nic.cx/status_available.expected +7 -0
  69. data/spec/fixtures/responses/whois.nic.cx/status_registered.expected +7 -0
  70. data/spec/fixtures/responses/whois.nic.cz/property_nameservers_with_ip.expected +9 -5
  71. data/spec/fixtures/responses/whois.nic.cz/property_nameservers_with_ip.txt +9 -7
  72. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_active.expected +8 -0
  73. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.expected +8 -0
  74. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.txt +84 -0
  75. data/spec/fixtures/responses/whois.nic.fr/fr/response_contains_trouble.txt +106 -0
  76. data/spec/fixtures/responses/whois.nic.fr/fr/status_available.expected +13 -0
  77. data/spec/fixtures/responses/whois.nic.fr/fr/status_registered.expected +57 -0
  78. data/spec/fixtures/responses/whois.nic.fr/pm/status_available.expected +13 -0
  79. data/spec/fixtures/responses/whois.nic.fr/pm/status_registered.expected +57 -0
  80. data/spec/fixtures/responses/whois.nic.fr/re/status_available.expected +13 -0
  81. data/spec/fixtures/responses/whois.nic.fr/re/status_registered.expected +57 -0
  82. data/spec/fixtures/responses/whois.nic.fr/tf/status_available.expected +13 -0
  83. data/spec/fixtures/responses/whois.nic.fr/tf/status_registered.expected +57 -0
  84. data/spec/fixtures/responses/whois.nic.fr/wf/status_available.expected +13 -0
  85. data/spec/fixtures/responses/whois.nic.fr/wf/status_registered.expected +57 -0
  86. data/spec/fixtures/responses/whois.nic.fr/yt/status_available.expected +13 -0
  87. data/spec/fixtures/responses/whois.nic.fr/yt/status_registered.expected +57 -0
  88. data/spec/fixtures/responses/whois.nic.gs/property_status_active.expected +8 -0
  89. data/spec/fixtures/responses/whois.nic.gs/property_status_active.txt +91 -0
  90. data/spec/fixtures/responses/whois.nic.gs/property_status_delegated.expected +8 -0
  91. data/spec/fixtures/responses/whois.nic.gs/property_status_delegated.txt +35 -0
  92. data/spec/fixtures/responses/whois.nic.gs/property_status_not_registered.expected +8 -0
  93. data/spec/fixtures/responses/whois.nic.gs/property_status_not_registered.txt +23 -0
  94. data/spec/fixtures/responses/whois.nic.gs/status_available.expected +7 -0
  95. data/spec/fixtures/responses/whois.nic.gs/status_registered.expected +7 -0
  96. data/spec/fixtures/responses/whois.nic.ht/property_status_active.expected +8 -0
  97. data/spec/fixtures/responses/whois.nic.ht/property_status_active.txt +59 -0
  98. data/spec/fixtures/responses/whois.nic.ht/property_status_delegated.expected +8 -0
  99. data/spec/fixtures/responses/whois.nic.ht/property_status_delegated.txt +58 -0
  100. data/spec/fixtures/responses/whois.nic.ht/property_status_not_registered.expected +8 -0
  101. data/spec/fixtures/responses/whois.nic.ht/property_status_not_registered.txt +23 -0
  102. data/spec/fixtures/responses/whois.nic.ht/status_available.expected +7 -0
  103. data/spec/fixtures/responses/whois.nic.ht/status_available.txt +9 -9
  104. data/spec/fixtures/responses/whois.nic.ht/status_registered.expected +10 -3
  105. data/spec/fixtures/responses/whois.nic.it/property_status_autorenewperiod_clientdeleteprohibited_clientupdateprohibited.txt +63 -0
  106. data/spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer_autorenewperiod.expected +8 -0
  107. data/spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer_autorenewperiod.txt +38 -0
  108. data/spec/fixtures/responses/whois.nic.it/status_reserved.expected +12 -0
  109. data/spec/fixtures/responses/whois.nic.it/status_reserved.txt +2 -0
  110. data/spec/fixtures/responses/whois.nic.ki/property_status_active.expected +8 -0
  111. data/spec/fixtures/responses/whois.nic.ki/property_status_active.txt +54 -0
  112. data/spec/fixtures/responses/whois.nic.ki/property_status_delegated.expected +8 -0
  113. data/spec/fixtures/responses/whois.nic.ki/property_status_delegated.txt +78 -0
  114. data/spec/fixtures/responses/whois.nic.ki/property_status_not_registered.expected +8 -0
  115. data/spec/fixtures/responses/whois.nic.ki/property_status_not_registered.txt +22 -0
  116. data/spec/fixtures/responses/whois.nic.ki/status_available.expected +7 -0
  117. data/spec/fixtures/responses/whois.nic.ki/status_registered.expected +7 -0
  118. data/spec/fixtures/responses/whois.nic.la/property_status_multiple.expected +2 -0
  119. data/spec/fixtures/responses/whois.nic.la/property_status_multiple.txt +75 -0
  120. data/spec/fixtures/responses/whois.nic.la/property_status_single.expected +2 -0
  121. data/spec/fixtures/responses/whois.nic.la/property_status_single.txt +70 -0
  122. data/spec/fixtures/responses/whois.nic.la/status_available.expected +1 -1
  123. data/spec/fixtures/responses/whois.nic.la/status_registered.expected +1 -1
  124. data/spec/fixtures/responses/whois.nic.ms/property_status_active.expected +8 -0
  125. data/spec/fixtures/responses/whois.nic.ms/property_status_active.txt +59 -0
  126. data/spec/fixtures/responses/whois.nic.ms/property_status_delegated.expected +8 -0
  127. data/spec/fixtures/responses/whois.nic.ms/property_status_delegated.txt +55 -0
  128. data/spec/fixtures/responses/whois.nic.ms/property_status_not_registered.expected +8 -0
  129. data/spec/fixtures/responses/whois.nic.ms/property_status_not_registered.txt +15 -0
  130. data/spec/fixtures/responses/whois.nic.ms/status_available.expected +7 -0
  131. data/spec/fixtures/responses/whois.nic.ms/status_registered.expected +7 -0
  132. data/spec/fixtures/responses/whois.nic.mu/property_status_active.expected +8 -0
  133. data/spec/fixtures/responses/whois.nic.mu/property_status_active.txt +22 -0
  134. data/spec/fixtures/responses/whois.nic.mu/property_status_delegated.expected +8 -0
  135. data/spec/fixtures/responses/whois.nic.mu/property_status_delegated.txt +37 -0
  136. data/spec/fixtures/responses/whois.nic.mu/property_status_not_registered.expected +8 -0
  137. data/spec/fixtures/responses/whois.nic.mu/property_status_not_registered.txt +9 -0
  138. data/spec/fixtures/responses/whois.nic.mu/status_available.expected +7 -0
  139. data/spec/fixtures/responses/whois.nic.mu/status_registered.expected +7 -0
  140. data/spec/fixtures/responses/whois.nic.net.nf/property_status_active.expected +8 -0
  141. data/spec/fixtures/responses/whois.nic.net.nf/property_status_active.txt +44 -0
  142. data/spec/fixtures/responses/whois.nic.net.nf/property_status_delegated.expected +8 -0
  143. data/spec/fixtures/responses/whois.nic.net.nf/property_status_delegated.txt +72 -0
  144. data/spec/fixtures/responses/whois.nic.net.nf/property_status_excluded_pendingdelete_restorable.expected +8 -0
  145. data/spec/fixtures/responses/whois.nic.net.nf/property_status_excluded_pendingdelete_restorable.txt +73 -0
  146. data/spec/fixtures/responses/whois.nic.net.nf/property_status_not_registered.expected +8 -0
  147. data/spec/fixtures/responses/whois.nic.net.nf/property_status_not_registered.txt +11 -0
  148. data/spec/fixtures/responses/whois.nic.net.nf/status_available.expected +7 -0
  149. data/spec/fixtures/responses/whois.nic.net.nf/status_registered.expected +7 -0
  150. data/spec/fixtures/responses/whois.nic.net.ng/property_status_active.expected +8 -0
  151. data/spec/fixtures/responses/whois.nic.net.ng/property_status_active.txt +41 -0
  152. data/spec/fixtures/responses/whois.nic.net.ng/property_status_delegated.expected +8 -0
  153. data/spec/fixtures/responses/whois.nic.net.ng/property_status_delegated.txt +41 -0
  154. data/spec/fixtures/responses/whois.nic.net.ng/property_status_not_registered.expected +8 -0
  155. data/spec/fixtures/responses/whois.nic.net.ng/property_status_not_registered.txt +9 -0
  156. data/spec/fixtures/responses/whois.nic.net.sb/property_status_active.expected +8 -0
  157. data/spec/fixtures/responses/whois.nic.net.sb/property_status_active.txt +72 -0
  158. data/spec/fixtures/responses/whois.nic.net.sb/property_status_delegated.expected +8 -0
  159. data/spec/fixtures/responses/whois.nic.net.sb/property_status_delegated.txt +72 -0
  160. data/spec/fixtures/responses/whois.nic.net.sb/property_status_not_registered.expected +8 -0
  161. data/spec/fixtures/responses/whois.nic.net.sb/property_status_not_registered.txt +12 -0
  162. data/spec/fixtures/responses/whois.nic.net.sb/status_available.expected +30 -0
  163. data/spec/fixtures/responses/whois.nic.net.sb/status_available.txt +12 -0
  164. data/spec/fixtures/responses/whois.nic.net.sb/status_registered.expected +37 -0
  165. data/spec/fixtures/responses/whois.nic.net.sb/status_registered.txt +72 -0
  166. data/spec/fixtures/responses/whois.nic.tl/property_status_active.expected +8 -0
  167. data/spec/fixtures/responses/whois.nic.tl/property_status_active.txt +29 -0
  168. data/spec/fixtures/responses/whois.nic.tl/property_status_delegated.expected +8 -0
  169. data/spec/fixtures/responses/whois.nic.tl/property_status_delegated.txt +72 -0
  170. data/spec/fixtures/responses/whois.nic.tl/property_status_not_registered.expected +8 -0
  171. data/spec/fixtures/responses/whois.nic.tl/property_status_not_registered.txt +21 -0
  172. data/spec/fixtures/responses/whois.nic.tl/status_available.expected +7 -0
  173. data/spec/fixtures/responses/whois.nic.tl/status_registered.expected +7 -0
  174. data/spec/fixtures/responses/whois.nic.uk/response_throttled.expected +2 -0
  175. data/spec/fixtures/responses/whois.nic.uk/response_throttled.txt +9 -0
  176. data/spec/fixtures/responses/whois.nic.uk/status_available.expected +8 -0
  177. data/spec/fixtures/responses/whois.nic.uk/status_registered.expected +19 -0
  178. data/spec/fixtures/responses/whois.nic.ve/property_status_suspendido.expected +1 -1
  179. data/spec/fixtures/responses/whois.nic.ve/{status_suspended.expected → status_inactive.expected} +1 -1
  180. data/spec/fixtures/responses/whois.nic.ve/{status_suspended.txt → status_inactive.txt} +0 -0
  181. data/spec/fixtures/responses/whois.nic.xxx/status_reserved.expected +12 -0
  182. data/spec/fixtures/responses/whois.nic.xxx/status_reserved.txt +1 -0
  183. data/spec/fixtures/responses/whois.registro.br/property_nameservers_with_ip.expected +15 -0
  184. data/spec/fixtures/responses/whois.registro.br/property_nameservers_with_ip.txt +50 -0
  185. data/spec/fixtures/responses/whois.registry.gy/property_status_active.expected +8 -0
  186. data/spec/fixtures/responses/whois.registry.gy/property_status_active.txt +58 -0
  187. data/spec/fixtures/responses/whois.registry.gy/property_status_delegated.expected +8 -0
  188. data/spec/fixtures/responses/whois.registry.gy/property_status_delegated.txt +66 -0
  189. data/spec/fixtures/responses/whois.registry.gy/property_status_not_registered.expected +8 -0
  190. data/spec/fixtures/responses/whois.registry.gy/property_status_not_registered.txt +18 -0
  191. data/spec/fixtures/responses/whois.registry.gy/status_available.expected +7 -0
  192. data/spec/fixtures/responses/whois.registry.gy/status_registered.expected +7 -0
  193. data/spec/tlds +2 -2
  194. data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver_spec.rb +1 -1
  195. data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_available_spec.rb +1 -1
  196. data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_registered_spec.rb +1 -1
  197. data/spec/whois/record/parser/responses/kero.yachay.pe/status_available_spec.rb +1 -1
  198. data/spec/whois/record/parser/responses/kero.yachay.pe/status_inactive_spec.rb +1 -1
  199. data/spec/whois/record/parser/responses/kero.yachay.pe/status_registered_spec.rb +1 -1
  200. data/spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_available_spec.rb +1 -1
  201. data/spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_registered_spec.rb +1 -1
  202. data/spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_available_spec.rb +1 -1
  203. data/spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_registered_spec.rb +1 -1
  204. data/spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_available_spec.rb +1 -1
  205. data/spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_registered_spec.rb +1 -1
  206. data/spec/whois/record/parser/responses/whois.aeda.net.ae/status_available_spec.rb +1 -1
  207. data/spec/whois/record/parser/responses/whois.aeda.net.ae/status_registered_spec.rb +1 -1
  208. data/spec/whois/record/parser/responses/whois.aero/status_available_spec.rb +1 -1
  209. data/spec/whois/record/parser/responses/whois.aero/status_registered_spec.rb +1 -1
  210. data/spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_available_spec.rb +1 -1
  211. data/spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_registered_spec.rb +1 -1
  212. data/spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_available_spec.rb +1 -1
  213. data/spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_registered_spec.rb +1 -1
  214. data/spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_available_spec.rb +1 -1
  215. data/spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_registered_spec.rb +1 -1
  216. data/spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_available_spec.rb +1 -1
  217. data/spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_registered_spec.rb +1 -1
  218. data/spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_available_spec.rb +1 -1
  219. data/spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_registered_spec.rb +1 -1
  220. data/spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_available_spec.rb +1 -1
  221. data/spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_registered_spec.rb +1 -1
  222. data/spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_available_spec.rb +1 -1
  223. data/spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_registered_spec.rb +1 -1
  224. data/spec/whois/record/parser/responses/whois.afilias.info/status_available_spec.rb +1 -1
  225. data/spec/whois/record/parser/responses/whois.afilias.info/status_registered_spec.rb +1 -1
  226. data/spec/whois/record/parser/responses/whois.ai/status_available_spec.rb +1 -1
  227. data/spec/whois/record/parser/responses/whois.ai/status_registered_spec.rb +1 -1
  228. data/spec/whois/record/parser/responses/whois.arnes.si/status_available_spec.rb +1 -1
  229. data/spec/whois/record/parser/responses/whois.arnes.si/status_registered_spec.rb +1 -1
  230. data/spec/whois/record/parser/responses/whois.audns.net.au/property_status_with_multiple_spec.rb +1 -1
  231. data/spec/whois/record/parser/responses/whois.audns.net.au/status_available_spec.rb +1 -1
  232. data/spec/whois/record/parser/responses/whois.audns.net.au/status_registered_spec.rb +1 -1
  233. data/spec/whois/record/parser/responses/whois.biz/status_available_spec.rb +1 -1
  234. data/spec/whois/record/parser/responses/whois.biz/status_registered_spec.rb +1 -1
  235. data/spec/whois/record/parser/responses/whois.cat/property_status_missing_spec.rb +1 -1
  236. data/spec/whois/record/parser/responses/whois.cat/property_status_multiple_spec.rb +1 -1
  237. data/spec/whois/record/parser/responses/whois.cat/property_status_ok_spec.rb +1 -1
  238. data/spec/whois/record/parser/responses/whois.cat/status_available_spec.rb +1 -1
  239. data/spec/whois/record/parser/responses/whois.cat/status_registered_spec.rb +1 -1
  240. data/spec/whois/record/parser/responses/whois.cctld.uz/status_available_spec.rb +1 -1
  241. data/spec/whois/record/parser/responses/whois.cctld.uz/status_registered_spec.rb +1 -1
  242. data/spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_available_spec.rb +1 -1
  243. data/spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_registered_spec.rb +1 -1
  244. data/spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_available_spec.rb +1 -1
  245. data/spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_registered_spec.rb +1 -1
  246. data/spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_available_spec.rb +1 -1
  247. data/spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_registered_spec.rb +1 -1
  248. data/spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_available_spec.rb +1 -1
  249. data/spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_registered_spec.rb +1 -1
  250. data/spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_available_spec.rb +1 -1
  251. data/spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_registered_spec.rb +1 -1
  252. data/spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_available_spec.rb +1 -1
  253. data/spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_registered_spec.rb +1 -1
  254. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_available_spec.rb +1 -1
  255. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_registered_spec.rb +1 -1
  256. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_available_spec.rb +1 -1
  257. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_registered_spec.rb +1 -1
  258. data/spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_available_spec.rb +1 -1
  259. data/spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_registered_spec.rb +1 -1
  260. data/spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_available_spec.rb +1 -1
  261. data/spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_registered_spec.rb +1 -1
  262. data/spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_available_spec.rb +1 -1
  263. data/spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_registered_spec.rb +1 -1
  264. data/spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_available_spec.rb +1 -1
  265. data/spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_registered_spec.rb +1 -1
  266. data/spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_available_spec.rb +1 -1
  267. data/spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_registered_spec.rb +1 -1
  268. data/spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_available_spec.rb +1 -1
  269. data/spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_registered_spec.rb +1 -1
  270. data/spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_available_spec.rb +1 -1
  271. data/spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_registered_spec.rb +1 -1
  272. data/spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_available_spec.rb +1 -1
  273. data/spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_registered_spec.rb +1 -1
  274. data/spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_available_spec.rb +1 -1
  275. data/spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_registered_spec.rb +1 -1
  276. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_available_spec.rb +1 -1
  277. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_registered_spec.rb +1 -1
  278. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_available_spec.rb +1 -1
  279. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_registered_spec.rb +1 -1
  280. data/spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_available_spec.rb +1 -1
  281. data/spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_registered_spec.rb +1 -1
  282. data/spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_available_spec.rb +1 -1
  283. data/spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_registered_spec.rb +1 -1
  284. data/spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_available_spec.rb +1 -1
  285. data/spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_registered_spec.rb +1 -1
  286. data/spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_available_spec.rb +1 -1
  287. data/spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_registered_spec.rb +1 -1
  288. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_autorenew_grace_spec.rb +1 -1
  289. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_available_spec.rb +1 -1
  290. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_redemption_spec.rb +1 -1
  291. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_registered_spec.rb +1 -1
  292. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_tobereleased_spec.rb +1 -1
  293. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_available_spec.rb +1 -1
  294. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_invalid_spec.rb +1 -1
  295. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_registered_spec.rb +1 -1
  296. data/spec/whois/record/parser/responses/whois.cnnic.cn/property_status_ok_spec.rb +1 -1
  297. data/spec/whois/record/parser/responses/whois.cnnic.cn/status_available_spec.rb +1 -1
  298. data/spec/whois/record/parser/responses/whois.cnnic.cn/status_registered_spec.rb +1 -1
  299. data/spec/whois/record/parser/responses/whois.cnnic.cn/status_reserved_spec.rb +1 -1
  300. data/spec/whois/record/parser/responses/whois.co.ca/status_available_spec.rb +1 -1
  301. data/spec/whois/record/parser/responses/whois.co.ca/status_registered_spec.rb +1 -1
  302. data/spec/whois/record/parser/responses/whois.co.ca/status_reserved_spec.rb +1 -1
  303. data/spec/whois/record/parser/responses/whois.co.pl/status_available_spec.rb +1 -1
  304. data/spec/whois/record/parser/responses/whois.co.pl/status_registered_spec.rb +1 -1
  305. data/spec/whois/record/parser/responses/whois.co.ug/status_available_spec.rb +1 -1
  306. data/spec/whois/record/parser/responses/whois.co.ug/status_registered_spec.rb +1 -1
  307. data/spec/whois/record/parser/responses/whois.coza.net.za/status_available_spec.rb +1 -1
  308. data/spec/whois/record/parser/responses/whois.coza.net.za/status_registered_spec.rb +1 -1
  309. data/spec/whois/record/parser/responses/whois.crsnic.net/property_nameserver_no_nameserver_spec.rb +1 -1
  310. data/spec/whois/record/parser/responses/whois.crsnic.net/property_registrar_with_multiple_entries_spec.rb +1 -1
  311. data/spec/whois/record/parser/responses/whois.crsnic.net/status_available_spec.rb +1 -1
  312. data/spec/whois/record/parser/responses/whois.crsnic.net/status_registered_spec.rb +1 -1
  313. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_available_spec.rb +1 -1
  314. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_registered_spec.rb +1 -1
  315. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip_spec.rb +1 -1
  316. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_available_spec.rb +1 -1
  317. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_invalid_spec.rb +1 -1
  318. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_registered_spec.rb +1 -1
  319. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip_spec.rb +1 -1
  320. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/response_throttled_spec.rb +1 -1
  321. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_available_spec.rb +1 -1
  322. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_ace_spec.rb +1 -1
  323. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_spec.rb +1 -1
  324. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_invalid_spec.rb +1 -1
  325. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_registered_spec.rb +1 -1
  326. data/spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_available_spec.rb +1 -1
  327. data/spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_registered_spec.rb +1 -1
  328. data/spec/whois/record/parser/responses/whois.dns.be/property_nameservers_with_ip_spec.rb +1 -1
  329. data/spec/whois/record/parser/responses/whois.dns.be/response_throttled_spec.rb +1 -1
  330. data/spec/whois/record/parser/responses/whois.dns.be/status_available_spec.rb +1 -1
  331. data/spec/whois/record/parser/responses/whois.dns.be/status_registered_spec.rb +1 -1
  332. data/spec/whois/record/parser/responses/whois.dns.lu/property_nameservers_with_ip_spec.rb +1 -1
  333. data/spec/whois/record/parser/responses/whois.dns.lu/status_available_spec.rb +1 -1
  334. data/spec/whois/record/parser/responses/whois.dns.lu/status_registered_spec.rb +1 -1
  335. data/spec/whois/record/parser/responses/whois.dns.pl/property_nameservers_with_ip_spec.rb +1 -1
  336. data/spec/whois/record/parser/responses/whois.dns.pl/status_available_spec.rb +1 -1
  337. data/spec/whois/record/parser/responses/whois.dns.pl/status_registered_spec.rb +1 -1
  338. data/spec/whois/record/parser/responses/whois.dns.pt/property_nameservers_spec.rb +1 -1
  339. data/spec/whois/record/parser/responses/whois.dns.pt/property_nameservers_without_host_spec.rb +1 -1
  340. data/spec/whois/record/parser/responses/whois.dns.pt/property_status_techpro_spec.rb +39 -0
  341. data/spec/whois/record/parser/responses/whois.dns.pt/status_available_spec.rb +2 -2
  342. data/spec/whois/record/parser/responses/whois.dns.pt/status_inactive_spec.rb +62 -0
  343. data/spec/whois/record/parser/responses/whois.dns.pt/status_registered_spec.rb +3 -2
  344. data/spec/whois/record/parser/responses/whois.dns.pt/status_reserved_spec.rb +2 -2
  345. data/spec/whois/record/parser/responses/whois.domain-registry.nl/property_nameservers_with_ip_spec.rb +1 -1
  346. data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_daily_spec.rb +1 -1
  347. data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_spec.rb +1 -1
  348. data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_unavailable_spec.rb +1 -1
  349. data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_available_spec.rb +1 -1
  350. data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_quarantine_spec.rb +1 -1
  351. data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_registered_spec.rb +1 -1
  352. data/spec/whois/record/parser/responses/whois.domain.kg/status_available_spec.rb +1 -1
  353. data/spec/whois/record/parser/responses/whois.domain.kg/status_registered_spec.rb +1 -1
  354. data/spec/whois/record/parser/responses/whois.domainregistry.ie/property_nameservers_with_ip_spec.rb +1 -1
  355. data/spec/whois/record/parser/responses/whois.domainregistry.ie/status_available_spec.rb +1 -1
  356. data/spec/whois/record/parser/responses/whois.domainregistry.ie/status_registered_spec.rb +1 -1
  357. data/spec/whois/record/parser/responses/whois.domainregistry.my/status_available_spec.rb +1 -1
  358. data/spec/whois/record/parser/responses/whois.domainregistry.my/status_registered_spec.rb +1 -1
  359. data/spec/whois/record/parser/responses/whois.domreg.lt/property_nameservers_with_ip_spec.rb +1 -1
  360. data/spec/whois/record/parser/responses/whois.domreg.lt/status_available_spec.rb +1 -1
  361. data/spec/whois/record/parser/responses/whois.domreg.lt/status_registered_spec.rb +1 -1
  362. data/spec/whois/record/parser/responses/whois.dot.tk/status_available_spec.rb +1 -1
  363. data/spec/whois/record/parser/responses/whois.dot.tk/status_registered_spec.rb +1 -1
  364. data/spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_available_spec.rb +1 -1
  365. data/spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_registered_spec.rb +1 -1
  366. data/spec/whois/record/parser/responses/whois.educause.edu/property_updated_on_unknown_spec.rb +1 -1
  367. data/spec/whois/record/parser/responses/whois.educause.edu/status_available_spec.rb +1 -1
  368. data/spec/whois/record/parser/responses/whois.educause.edu/status_registered_spec.rb +1 -1
  369. data/spec/whois/record/parser/responses/whois.eenet.ee/status_available_spec.rb +1 -1
  370. data/spec/whois/record/parser/responses/whois.eenet.ee/status_registered_spec.rb +1 -1
  371. data/spec/whois/record/parser/responses/whois.eu.org/status_available_spec.rb +1 -1
  372. data/spec/whois/record/parser/responses/whois.eu.org/status_registered_spec.rb +1 -1
  373. data/spec/whois/record/parser/responses/whois.eu/property_nameservers_spec.rb +1 -1
  374. data/spec/whois/record/parser/responses/whois.eu/status_available_spec.rb +1 -1
  375. data/spec/whois/record/parser/responses/whois.eu/status_registered_spec.rb +1 -1
  376. data/spec/whois/record/parser/responses/whois.ficora.fi/status_available_spec.rb +1 -1
  377. data/spec/whois/record/parser/responses/whois.ficora.fi/status_registered_spec.rb +1 -1
  378. data/spec/whois/record/parser/responses/whois.gg/status_available_spec.rb +1 -1
  379. data/spec/whois/record/parser/responses/whois.gg/status_registered_spec.rb +1 -1
  380. data/spec/whois/record/parser/responses/whois.godaddy.com/status_registered_spec.rb +1 -19
  381. data/spec/whois/record/parser/responses/whois.gov.za/status_available_spec.rb +1 -1
  382. data/spec/whois/record/parser/responses/whois.gov.za/status_registered_spec.rb +1 -1
  383. data/spec/whois/record/parser/responses/whois.hkirc.hk/status_available_spec.rb +1 -1
  384. data/spec/whois/record/parser/responses/whois.hkirc.hk/status_registered_spec.rb +1 -1
  385. data/spec/whois/record/parser/responses/whois.iam.net.ma/status_available_spec.rb +1 -1
  386. data/spec/whois/record/parser/responses/whois.iam.net.ma/status_registered_spec.rb +1 -1
  387. data/spec/whois/record/parser/responses/whois.iana.org/status_available_spec.rb +1 -1
  388. data/spec/whois/record/parser/responses/whois.iana.org/status_not_assigned_spec.rb +1 -1
  389. data/spec/whois/record/parser/responses/whois.iana.org/status_registered_spec.rb +1 -1
  390. data/spec/whois/record/parser/responses/whois.in.ua/status_available_spec.rb +1 -1
  391. data/spec/whois/record/parser/responses/whois.in.ua/status_registered_spec.rb +1 -1
  392. data/spec/whois/record/parser/responses/whois.isnic.is/status_available_spec.rb +1 -1
  393. data/spec/whois/record/parser/responses/whois.isnic.is/status_registered_spec.rb +1 -1
  394. data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_missing_spec.rb +1 -1
  395. data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_allowed_spec.rb +1 -1
  396. data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_locked_spec.rb +1 -1
  397. data/spec/whois/record/parser/responses/whois.isoc.org.il/status_available_spec.rb +1 -1
  398. data/spec/whois/record/parser/responses/whois.isoc.org.il/status_registered_spec.rb +1 -1
  399. data/spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_available_spec.rb +1 -1
  400. data/spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_registered_spec.rb +1 -1
  401. data/spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_available_spec.rb +1 -1
  402. data/spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_registered_spec.rb +1 -1
  403. data/spec/whois/record/parser/responses/whois.je/status_available_spec.rb +3 -3
  404. data/spec/whois/record/parser/responses/whois.je/status_registered_spec.rb +8 -6
  405. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing_spec.rb +1 -1
  406. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_expires_on_missing_spec.rb +1 -1
  407. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range_spec.rb +1 -1
  408. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_available_spec.rb +1 -1
  409. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_registered_spec.rb +1 -1
  410. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_reserved_spec.rb +1 -1
  411. data/spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_available_spec.rb +1 -1
  412. data/spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_registered_spec.rb +1 -1
  413. data/spec/whois/record/parser/responses/whois.kenic.or.ke/status_available_spec.rb +1 -1
  414. data/spec/whois/record/parser/responses/whois.kenic.or.ke/status_registered_spec.rb +1 -1
  415. data/spec/whois/record/parser/responses/whois.kr/property_nameservers_with_ip_spec.rb +1 -1
  416. data/spec/whois/record/parser/responses/whois.kr/status_available_spec.rb +1 -1
  417. data/spec/whois/record/parser/responses/whois.kr/status_registered_spec.rb +1 -1
  418. data/spec/whois/record/parser/responses/whois.markmonitor.com/property_contacts_are_blank_spec.rb +1 -1
  419. data/spec/whois/record/parser/responses/whois.markmonitor.com/status_registered_spec.rb +1 -1
  420. data/spec/whois/record/parser/responses/whois.meregistry.net/property_nameservers_is_blank_spec.rb +1 -1
  421. data/spec/whois/record/parser/responses/whois.meregistry.net/property_updated_on_is_blank_spec.rb +1 -1
  422. data/spec/whois/record/parser/responses/whois.meregistry.net/status_available_spec.rb +1 -1
  423. data/spec/whois/record/parser/responses/whois.meregistry.net/status_registered_spec.rb +1 -1
  424. data/spec/whois/record/parser/responses/whois.museum/status_available_spec.rb +1 -1
  425. data/spec/whois/record/parser/responses/whois.museum/status_registered_spec.rb +1 -1
  426. data/spec/whois/record/parser/responses/whois.na-nic.com.na/property_status_suspended_spec.rb +39 -0
  427. data/spec/whois/record/parser/responses/whois.na-nic.com.na/status_available_spec.rb +11 -1
  428. data/spec/whois/record/parser/responses/whois.na-nic.com.na/status_registered_spec.rb +11 -1
  429. data/spec/whois/record/parser/responses/whois.net.ua/property_nameservers_uppercase_spec.rb +1 -1
  430. data/spec/whois/record/parser/responses/whois.net.ua/status_available_spec.rb +1 -1
  431. data/spec/whois/record/parser/responses/whois.net.ua/status_registered_spec.rb +1 -1
  432. data/spec/whois/record/parser/responses/whois.netcom.cm/status_available_spec.rb +1 -1
  433. data/spec/whois/record/parser/responses/whois.netcom.cm/status_registered_spec.rb +1 -1
  434. data/spec/whois/record/parser/responses/whois.nic-se.se/property_datetime_is_dash_spec.rb +1 -1
  435. data/spec/whois/record/parser/responses/whois.nic-se.se/property_nameservers_with_ip_spec.rb +1 -1
  436. data/spec/whois/record/parser/responses/whois.nic-se.se/status_available_spec.rb +1 -1
  437. data/spec/whois/record/parser/responses/whois.nic-se.se/status_inactive_spec.rb +1 -1
  438. data/spec/whois/record/parser/responses/whois.nic-se.se/status_registered_spec.rb +1 -1
  439. data/spec/whois/record/parser/responses/whois.nic.ac/status_available_spec.rb +1 -1
  440. data/spec/whois/record/parser/responses/whois.nic.ac/status_registered_spec.rb +1 -1
  441. data/spec/whois/record/parser/responses/whois.nic.af/property_status_active_spec.rb +1 -1
  442. data/spec/whois/record/parser/responses/whois.nic.af/property_status_delegated_spec.rb +1 -1
  443. data/spec/whois/record/parser/responses/whois.nic.af/property_status_not_registered_spec.rb +1 -1
  444. data/spec/whois/record/parser/responses/whois.nic.af/status_available_spec.rb +11 -1
  445. data/spec/whois/record/parser/responses/whois.nic.af/status_registered_spec.rb +11 -1
  446. data/spec/whois/record/parser/responses/whois.nic.ag/status_available_spec.rb +1 -1
  447. data/spec/whois/record/parser/responses/whois.nic.ag/status_registered_spec.rb +1 -1
  448. data/spec/whois/record/parser/responses/whois.nic.am/status_available_spec.rb +1 -1
  449. data/spec/whois/record/parser/responses/whois.nic.am/status_registered_spec.rb +1 -1
  450. data/spec/whois/record/parser/responses/whois.nic.as/status_available_spec.rb +1 -1
  451. data/spec/whois/record/parser/responses/whois.nic.as/status_registered_spec.rb +1 -1
  452. data/spec/whois/record/parser/responses/whois.nic.asia/property_status_multiple_spec.rb +1 -1
  453. data/spec/whois/record/parser/responses/whois.nic.asia/property_status_single_spec.rb +1 -1
  454. data/spec/whois/record/parser/responses/whois.nic.asia/status_available_spec.rb +1 -1
  455. data/spec/whois/record/parser/responses/whois.nic.asia/status_registered_spec.rb +1 -1
  456. data/spec/whois/record/parser/responses/whois.nic.at/status_available_spec.rb +1 -1
  457. data/spec/whois/record/parser/responses/whois.nic.at/status_registered_spec.rb +1 -1
  458. data/spec/whois/record/parser/responses/whois.nic.bo/status_available_spec.rb +1 -1
  459. data/spec/whois/record/parser/responses/whois.nic.bo/status_registered_spec.rb +1 -1
  460. data/spec/whois/record/parser/responses/whois.nic.cc/property_nameserver_no_nameserver_spec.rb +1 -1
  461. data/spec/whois/record/parser/responses/whois.nic.cc/status_available_spec.rb +1 -1
  462. data/spec/whois/record/parser/responses/whois.nic.cc/status_registered_spec.rb +1 -1
  463. data/spec/whois/record/parser/responses/whois.nic.cd/status_available_spec.rb +1 -1
  464. data/spec/whois/record/parser/responses/whois.nic.cd/status_registered_spec.rb +1 -1
  465. data/spec/whois/record/parser/responses/whois.nic.ch/property_nameservers_with_ip_spec.rb +1 -1
  466. data/spec/whois/record/parser/responses/whois.nic.ch/status_available_spec.rb +1 -1
  467. data/spec/whois/record/parser/responses/whois.nic.ch/status_registered_spec.rb +1 -1
  468. data/spec/whois/record/parser/responses/whois.nic.ci/status_available_spec.rb +1 -1
  469. data/spec/whois/record/parser/responses/whois.nic.ci/status_registered_spec.rb +1 -1
  470. data/spec/whois/record/parser/responses/whois.nic.ck/status_available_spec.rb +1 -1
  471. data/spec/whois/record/parser/responses/whois.nic.ck/status_registered_spec.rb +1 -1
  472. data/spec/whois/record/parser/responses/whois.nic.cl/status_available_spec.rb +1 -1
  473. data/spec/whois/record/parser/responses/whois.nic.cl/status_registered_spec.rb +1 -1
  474. data/spec/whois/record/parser/responses/whois.nic.co/status_available_spec.rb +1 -1
  475. data/spec/whois/record/parser/responses/whois.nic.co/status_registered_spec.rb +1 -1
  476. data/spec/whois/record/parser/responses/whois.nic.coop/property_status_multiple_spec.rb +29 -0
  477. data/spec/whois/record/parser/responses/whois.nic.coop/property_status_single_spec.rb +29 -0
  478. data/spec/whois/record/parser/responses/whois.nic.coop/status_available_spec.rb +2 -2
  479. data/spec/whois/record/parser/responses/whois.nic.coop/status_registered_spec.rb +2 -2
  480. data/spec/whois/record/parser/responses/whois.nic.cx/property_status_active_spec.rb +39 -0
  481. data/spec/whois/record/parser/responses/whois.nic.cx/property_status_delegated_spec.rb +39 -0
  482. data/spec/whois/record/parser/responses/whois.nic.cx/property_status_not_registered_spec.rb +39 -0
  483. data/spec/whois/record/parser/responses/whois.nic.cx/status_available_spec.rb +11 -1
  484. data/spec/whois/record/parser/responses/whois.nic.cx/status_registered_spec.rb +11 -1
  485. data/spec/whois/record/parser/responses/whois.nic.cz/property_nameservers_with_ip_spec.rb +10 -6
  486. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_expired_spec.rb +1 -1
  487. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_missing_spec.rb +1 -1
  488. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_paid_spec.rb +1 -1
  489. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_update_prohibited_spec.rb +1 -1
  490. data/spec/whois/record/parser/responses/whois.nic.cz/status_available_spec.rb +1 -1
  491. data/spec/whois/record/parser/responses/whois.nic.cz/status_registered_spec.rb +1 -1
  492. data/spec/whois/record/parser/responses/whois.nic.dz/dz/status_available_spec.rb +1 -1
  493. data/spec/whois/record/parser/responses/whois.nic.dz/dz/status_registered_spec.rb +1 -1
  494. data/spec/whois/record/parser/responses/whois.nic.ec/status_available_spec.rb +1 -1
  495. data/spec/whois/record/parser/responses/whois.nic.ec/status_registered_spec.rb +1 -1
  496. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_spec.rb +1 -1
  497. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb +1 -1
  498. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_active_spec.rb +39 -0
  499. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_blocked_spec.rb +39 -0
  500. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_missing_spec.rb +1 -1
  501. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_redemption_spec.rb +1 -1
  502. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_registered_spec.rb +1 -1
  503. data/spec/whois/record/parser/responses/whois.nic.fr/fr/status_available_spec.rb +19 -1
  504. data/spec/whois/record/parser/responses/whois.nic.fr/fr/status_registered_spec.rb +63 -1
  505. data/spec/whois/record/parser/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6_spec.rb +1 -1
  506. data/spec/whois/record/parser/responses/whois.nic.fr/pm/status_available_spec.rb +19 -1
  507. data/spec/whois/record/parser/responses/whois.nic.fr/pm/status_registered_spec.rb +63 -1
  508. data/spec/whois/record/parser/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6_spec.rb +1 -1
  509. data/spec/whois/record/parser/responses/whois.nic.fr/re/status_available_spec.rb +19 -1
  510. data/spec/whois/record/parser/responses/whois.nic.fr/re/status_registered_spec.rb +63 -1
  511. data/spec/whois/record/parser/responses/whois.nic.fr/tf/property_status_frozen_spec.rb +1 -1
  512. data/spec/whois/record/parser/responses/whois.nic.fr/tf/status_available_spec.rb +19 -1
  513. data/spec/whois/record/parser/responses/whois.nic.fr/tf/status_registered_spec.rb +63 -1
  514. data/spec/whois/record/parser/responses/whois.nic.fr/wf/status_available_spec.rb +19 -1
  515. data/spec/whois/record/parser/responses/whois.nic.fr/wf/status_registered_spec.rb +63 -1
  516. data/spec/whois/record/parser/responses/whois.nic.fr/yt/status_available_spec.rb +19 -1
  517. data/spec/whois/record/parser/responses/whois.nic.fr/yt/status_registered_spec.rb +63 -1
  518. data/spec/whois/record/parser/responses/whois.nic.gl/status_available_spec.rb +1 -1
  519. data/spec/whois/record/parser/responses/whois.nic.gl/status_registered_spec.rb +1 -1
  520. data/spec/whois/record/parser/responses/whois.nic.gov/status_available_spec.rb +1 -1
  521. data/spec/whois/record/parser/responses/whois.nic.gov/status_registered_spec.rb +1 -1
  522. data/spec/whois/record/parser/responses/whois.nic.gs/property_status_active_spec.rb +39 -0
  523. data/spec/whois/record/parser/responses/whois.nic.gs/property_status_delegated_spec.rb +39 -0
  524. data/spec/whois/record/parser/responses/whois.nic.gs/property_status_not_registered_spec.rb +39 -0
  525. data/spec/whois/record/parser/responses/whois.nic.gs/status_available_spec.rb +11 -1
  526. data/spec/whois/record/parser/responses/whois.nic.gs/status_registered_spec.rb +11 -1
  527. data/spec/whois/record/parser/responses/whois.nic.ht/property_status_active_spec.rb +39 -0
  528. data/spec/whois/record/parser/responses/whois.nic.ht/property_status_delegated_spec.rb +39 -0
  529. data/spec/whois/record/parser/responses/whois.nic.ht/property_status_not_registered_spec.rb +39 -0
  530. data/spec/whois/record/parser/responses/whois.nic.ht/status_available_spec.rb +11 -1
  531. data/spec/whois/record/parser/responses/whois.nic.ht/status_registered_spec.rb +14 -4
  532. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_company_spec.rb +1 -1
  533. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_private_person_spec.rb +1 -1
  534. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_without_address_spec.rb +1 -1
  535. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_available_spec.rb +1 -1
  536. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_in_progress_spec.rb +1 -1
  537. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_registered_spec.rb +1 -1
  538. data/spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_available_spec.rb +1 -1
  539. data/spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_registered_spec.rb +1 -1
  540. data/spec/whois/record/parser/responses/whois.nic.im/status_available_spec.rb +1 -1
  541. data/spec/whois/record/parser/responses/whois.nic.im/status_registered_spec.rb +1 -1
  542. data/spec/whois/record/parser/responses/whois.nic.io/status_available_spec.rb +1 -1
  543. data/spec/whois/record/parser/responses/whois.nic.io/status_registered_spec.rb +1 -1
  544. data/spec/whois/record/parser/responses/whois.nic.ir/status_available_spec.rb +1 -1
  545. data/spec/whois/record/parser/responses/whois.nic.ir/status_registered_spec.rb +1 -1
  546. data/spec/whois/record/parser/responses/whois.nic.it/property_contact_province_spec.rb +1 -1
  547. data/spec/whois/record/parser/responses/whois.nic.it/property_contact_with_company_in_address_spec.rb +1 -1
  548. data/spec/whois/record/parser/responses/whois.nic.it/property_contact_with_organization_spec.rb +1 -1
  549. data/spec/whois/record/parser/responses/whois.nic.it/property_status_active_spec.rb +1 -1
  550. data/spec/whois/record/parser/responses/whois.nic.it/property_status_available_spec.rb +1 -1
  551. data/spec/whois/record/parser/responses/whois.nic.it/property_status_client_spec.rb +1 -1
  552. data/spec/whois/record/parser/responses/whois.nic.it/property_status_graceperiod_spec.rb +1 -1
  553. data/spec/whois/record/parser/responses/whois.nic.it/property_status_inactive_noregistrar_spec.rb +1 -1
  554. data/spec/whois/record/parser/responses/whois.nic.it/property_status_no_provider_spec.rb +1 -1
  555. data/spec/whois/record/parser/responses/whois.nic.it/property_status_ok_autorenew_spec.rb +1 -1
  556. data/spec/whois/record/parser/responses/whois.nic.it/property_status_ok_spec.rb +1 -1
  557. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_pendingdelete_spec.rb +1 -1
  558. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod_spec.rb +1 -1
  559. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_autorenewperiod_spec.rb +39 -0
  560. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_spec.rb +1 -1
  561. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingupdate_spec.rb +1 -1
  562. data/spec/whois/record/parser/responses/whois.nic.it/property_status_redemption_no_provider_spec.rb +1 -1
  563. data/spec/whois/record/parser/responses/whois.nic.it/property_status_unassignable_spec.rb +1 -1
  564. data/spec/whois/record/parser/responses/whois.nic.it/property_technical_contact_spec.rb +1 -1
  565. data/spec/whois/record/parser/responses/whois.nic.it/response_unavailable_spec.rb +1 -1
  566. data/spec/whois/record/parser/responses/whois.nic.it/status_available_spec.rb +1 -1
  567. data/spec/whois/record/parser/responses/whois.nic.it/status_registered_spec.rb +1 -1
  568. data/spec/whois/record/parser/responses/whois.nic.it/status_reserved_spec.rb +44 -0
  569. data/spec/whois/record/parser/responses/whois.nic.ki/property_status_active_spec.rb +39 -0
  570. data/spec/whois/record/parser/responses/whois.nic.ki/property_status_delegated_spec.rb +39 -0
  571. data/spec/whois/record/parser/responses/whois.nic.ki/property_status_not_registered_spec.rb +39 -0
  572. data/spec/whois/record/parser/responses/whois.nic.ki/status_available_spec.rb +11 -1
  573. data/spec/whois/record/parser/responses/whois.nic.ki/status_registered_spec.rb +11 -1
  574. data/spec/whois/record/parser/responses/whois.nic.kz/property_status_missing_spec.rb +1 -1
  575. data/spec/whois/record/parser/responses/whois.nic.kz/property_status_multiple_spec.rb +1 -1
  576. data/spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb +1 -1
  577. data/spec/whois/record/parser/responses/whois.nic.kz/status_available_spec.rb +1 -1
  578. data/spec/whois/record/parser/responses/whois.nic.kz/status_registered_spec.rb +1 -1
  579. data/spec/whois/record/parser/responses/whois.nic.la/property_status_multiple_spec.rb +29 -0
  580. data/spec/whois/record/parser/responses/whois.nic.la/property_status_single_spec.rb +29 -0
  581. data/spec/whois/record/parser/responses/whois.nic.la/status_available_spec.rb +2 -2
  582. data/spec/whois/record/parser/responses/whois.nic.la/status_registered_spec.rb +2 -2
  583. data/spec/whois/record/parser/responses/whois.nic.li/status_available_spec.rb +1 -1
  584. data/spec/whois/record/parser/responses/whois.nic.li/status_registered_spec.rb +1 -1
  585. data/spec/whois/record/parser/responses/whois.nic.lv/status_available_spec.rb +1 -1
  586. data/spec/whois/record/parser/responses/whois.nic.lv/status_registered_spec.rb +1 -1
  587. data/spec/whois/record/parser/responses/whois.nic.ly/status_available_spec.rb +1 -1
  588. data/spec/whois/record/parser/responses/whois.nic.ly/status_registered_spec.rb +1 -1
  589. data/spec/whois/record/parser/responses/whois.nic.md/status_available_spec.rb +1 -1
  590. data/spec/whois/record/parser/responses/whois.nic.md/status_registered_spec.rb +1 -1
  591. data/spec/whois/record/parser/responses/whois.nic.mg/status_available_spec.rb +1 -1
  592. data/spec/whois/record/parser/responses/whois.nic.mg/status_registered_spec.rb +1 -1
  593. data/spec/whois/record/parser/responses/whois.nic.ms/property_status_active_spec.rb +39 -0
  594. data/spec/whois/record/parser/responses/whois.nic.ms/property_status_delegated_spec.rb +39 -0
  595. data/spec/whois/record/parser/responses/whois.nic.ms/property_status_not_registered_spec.rb +39 -0
  596. data/spec/whois/record/parser/responses/whois.nic.ms/status_available_spec.rb +11 -1
  597. data/spec/whois/record/parser/responses/whois.nic.ms/status_registered_spec.rb +11 -1
  598. data/spec/whois/record/parser/responses/whois.nic.mu/property_status_active_spec.rb +39 -0
  599. data/spec/whois/record/parser/responses/whois.nic.mu/property_status_delegated_spec.rb +39 -0
  600. data/spec/whois/record/parser/responses/whois.nic.mu/property_status_not_registered_spec.rb +39 -0
  601. data/spec/whois/record/parser/responses/whois.nic.mu/status_available_spec.rb +11 -1
  602. data/spec/whois/record/parser/responses/whois.nic.mu/status_registered_spec.rb +11 -1
  603. data/spec/whois/record/parser/responses/whois.nic.mx/property_nameservers_with_ip_spec.rb +1 -1
  604. data/spec/whois/record/parser/responses/whois.nic.mx/status_available_spec.rb +1 -1
  605. data/spec/whois/record/parser/responses/whois.nic.mx/status_registered_spec.rb +1 -1
  606. data/spec/whois/record/parser/responses/whois.nic.name/status_available_spec.rb +1 -1
  607. data/spec/whois/record/parser/responses/whois.nic.name/status_registered_spec.rb +1 -1
  608. data/spec/whois/record/parser/responses/whois.nic.net.nf/property_status_active_spec.rb +39 -0
  609. data/spec/whois/record/parser/responses/whois.nic.net.nf/property_status_delegated_spec.rb +39 -0
  610. data/spec/whois/record/parser/responses/whois.nic.net.nf/property_status_excluded_pendingdelete_restorable_spec.rb +39 -0
  611. data/spec/whois/record/parser/responses/whois.nic.net.nf/property_status_not_registered_spec.rb +39 -0
  612. data/spec/whois/record/parser/responses/whois.nic.net.nf/status_available_spec.rb +11 -1
  613. data/spec/whois/record/parser/responses/whois.nic.net.nf/status_registered_spec.rb +11 -1
  614. data/spec/whois/record/parser/responses/whois.nic.net.ng/property_status_active_spec.rb +39 -0
  615. data/spec/whois/record/parser/responses/whois.nic.net.ng/property_status_delegated_spec.rb +39 -0
  616. data/spec/whois/record/parser/responses/whois.nic.net.ng/property_status_not_registered_spec.rb +39 -0
  617. data/spec/whois/record/parser/responses/whois.nic.net.ng/status_available_spec.rb +1 -1
  618. data/spec/whois/record/parser/responses/whois.nic.net.ng/status_registered_spec.rb +1 -1
  619. data/spec/whois/record/parser/responses/whois.nic.net.sa/status_available_spec.rb +1 -1
  620. data/spec/whois/record/parser/responses/whois.nic.net.sa/status_registered_spec.rb +1 -1
  621. data/spec/whois/record/parser/responses/whois.nic.net.sb/property_status_active_spec.rb +39 -0
  622. data/spec/whois/record/parser/responses/whois.nic.net.sb/property_status_delegated_spec.rb +39 -0
  623. data/spec/whois/record/parser/responses/whois.nic.net.sb/property_status_not_registered_spec.rb +39 -0
  624. data/spec/whois/record/parser/responses/whois.nic.net.sb/status_available_spec.rb +70 -0
  625. data/spec/whois/record/parser/responses/whois.nic.net.sb/status_registered_spec.rb +77 -0
  626. data/spec/whois/record/parser/responses/whois.nic.nu/status_available_spec.rb +1 -1
  627. data/spec/whois/record/parser/responses/whois.nic.nu/status_registered_spec.rb +1 -1
  628. data/spec/whois/record/parser/responses/whois.nic.org.uy/status_available_spec.rb +1 -1
  629. data/spec/whois/record/parser/responses/whois.nic.org.uy/status_registered_spec.rb +1 -1
  630. data/spec/whois/record/parser/responses/whois.nic.pr/status_available_spec.rb +1 -1
  631. data/spec/whois/record/parser/responses/whois.nic.pr/status_registered_spec.rb +1 -1
  632. data/spec/whois/record/parser/responses/whois.nic.priv.at/status_available_spec.rb +1 -1
  633. data/spec/whois/record/parser/responses/whois.nic.priv.at/status_registered_spec.rb +1 -1
  634. data/spec/whois/record/parser/responses/whois.nic.sh/status_available_spec.rb +1 -1
  635. data/spec/whois/record/parser/responses/whois.nic.sh/status_registered_spec.rb +1 -1
  636. data/spec/whois/record/parser/responses/whois.nic.sl/status_available_spec.rb +1 -1
  637. data/spec/whois/record/parser/responses/whois.nic.sl/status_registered_spec.rb +1 -1
  638. data/spec/whois/record/parser/responses/whois.nic.sm/status_available_spec.rb +1 -1
  639. data/spec/whois/record/parser/responses/whois.nic.sm/status_registered_spec.rb +1 -1
  640. data/spec/whois/record/parser/responses/whois.nic.sn/status_available_spec.rb +1 -1
  641. data/spec/whois/record/parser/responses/whois.nic.sn/status_registered_spec.rb +1 -1
  642. data/spec/whois/record/parser/responses/whois.nic.so/status_available_spec.rb +1 -1
  643. data/spec/whois/record/parser/responses/whois.nic.so/status_registered_spec.rb +1 -1
  644. data/spec/whois/record/parser/responses/whois.nic.st/status_available_spec.rb +1 -1
  645. data/spec/whois/record/parser/responses/whois.nic.st/status_registered_spec.rb +1 -1
  646. data/spec/whois/record/parser/responses/whois.nic.tel/status_available_spec.rb +1 -1
  647. data/spec/whois/record/parser/responses/whois.nic.tel/status_registered_spec.rb +1 -1
  648. data/spec/whois/record/parser/responses/whois.nic.tl/property_status_active_spec.rb +39 -0
  649. data/spec/whois/record/parser/responses/whois.nic.tl/property_status_delegated_spec.rb +39 -0
  650. data/spec/whois/record/parser/responses/whois.nic.tl/property_status_not_registered_spec.rb +39 -0
  651. data/spec/whois/record/parser/responses/whois.nic.tl/status_available_spec.rb +11 -1
  652. data/spec/whois/record/parser/responses/whois.nic.tl/status_registered_spec.rb +11 -1
  653. data/spec/whois/record/parser/responses/whois.nic.tm/status_available_spec.rb +1 -1
  654. data/spec/whois/record/parser/responses/whois.nic.tm/status_registered_spec.rb +1 -1
  655. data/spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_ip_spec.rb +1 -1
  656. data/spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_trailing_space_spec.rb +1 -1
  657. data/spec/whois/record/parser/responses/whois.nic.tr/status_available_spec.rb +1 -1
  658. data/spec/whois/record/parser/responses/whois.nic.tr/status_registered_spec.rb +1 -1
  659. data/spec/whois/record/parser/responses/whois.nic.travel/property_status_multiple_spec.rb +1 -1
  660. data/spec/whois/record/parser/responses/whois.nic.travel/property_status_single_spec.rb +1 -1
  661. data/spec/whois/record/parser/responses/whois.nic.travel/status_available_spec.rb +1 -1
  662. data/spec/whois/record/parser/responses/whois.nic.travel/status_registered_spec.rb +1 -1
  663. data/spec/whois/record/parser/responses/whois.nic.tv/property_nameserver_no_nameserver_spec.rb +1 -1
  664. data/spec/whois/record/parser/responses/whois.nic.tv/status_available_spec.rb +1 -1
  665. data/spec/whois/record/parser/responses/whois.nic.tv/status_registered_spec.rb +1 -1
  666. data/spec/whois/record/parser/responses/whois.nic.uk/property_nameservers_with_ip_spec.rb +1 -1
  667. data/spec/whois/record/parser/responses/whois.nic.uk/property_registrar_without_trading_name_spec.rb +1 -1
  668. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_missing_spec.rb +1 -1
  669. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_registration_spec.rb +1 -1
  670. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_renewal_spec.rb +1 -1
  671. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_registered_spec.rb +1 -1
  672. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_suspended_spec.rb +1 -1
  673. data/spec/whois/record/parser/responses/whois.nic.uk/response_throttled_spec.rb +29 -0
  674. data/spec/whois/record/parser/responses/whois.nic.uk/status_available_spec.rb +11 -1
  675. data/spec/whois/record/parser/responses/whois.nic.uk/status_invalid_spec.rb +1 -1
  676. data/spec/whois/record/parser/responses/whois.nic.uk/status_registered_spec.rb +22 -1
  677. data/spec/whois/record/parser/responses/whois.nic.uk/status_suspended_spec.rb +1 -1
  678. data/spec/whois/record/parser/responses/whois.nic.us/status_available_spec.rb +1 -1
  679. data/spec/whois/record/parser/responses/whois.nic.us/status_registered_spec.rb +1 -1
  680. data/spec/whois/record/parser/responses/whois.nic.ve/property_expires_on_missing_spec.rb +1 -1
  681. data/spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_missing_spec.rb +1 -1
  682. data/spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_spec.rb +1 -1
  683. data/spec/whois/record/parser/responses/whois.nic.ve/property_status_activo_spec.rb +1 -1
  684. data/spec/whois/record/parser/responses/whois.nic.ve/property_status_missing_spec.rb +1 -1
  685. data/spec/whois/record/parser/responses/whois.nic.ve/property_status_suspendido_spec.rb +2 -2
  686. data/spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_blank_spec.rb +1 -1
  687. data/spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_spec.rb +1 -1
  688. data/spec/whois/record/parser/responses/whois.nic.ve/status_available_spec.rb +1 -1
  689. data/spec/whois/record/parser/responses/whois.nic.ve/{status_suspended_spec.rb → status_inactive_spec.rb} +5 -5
  690. data/spec/whois/record/parser/responses/whois.nic.ve/status_registered_spec.rb +1 -1
  691. data/spec/whois/record/parser/responses/whois.nic.xxx/property_updated_on_blank_spec.rb +1 -1
  692. data/spec/whois/record/parser/responses/whois.nic.xxx/status_available_spec.rb +1 -1
  693. data/spec/whois/record/parser/responses/whois.nic.xxx/status_registered_spec.rb +1 -1
  694. data/spec/whois/record/parser/responses/whois.nic.xxx/status_reserved_spec.rb +44 -0
  695. data/spec/whois/record/parser/responses/whois.norid.no/status_available_spec.rb +1 -1
  696. data/spec/whois/record/parser/responses/whois.norid.no/status_registered_spec.rb +1 -1
  697. data/spec/whois/record/parser/responses/whois.org.za/status_available_spec.rb +1 -1
  698. data/spec/whois/record/parser/responses/whois.org.za/status_registered_spec.rb +1 -1
  699. data/spec/whois/record/parser/responses/whois.pandi.or.id/status_available_spec.rb +1 -1
  700. data/spec/whois/record/parser/responses/whois.pandi.or.id/status_registered_spec.rb +1 -1
  701. data/spec/whois/record/parser/responses/whois.pnina.ps/property_nameservers_with_nodns_spec.rb +1 -1
  702. data/spec/whois/record/parser/responses/whois.pnina.ps/property_status_active_pending_transfer_spec.rb +1 -1
  703. data/spec/whois/record/parser/responses/whois.pnina.ps/status_available_spec.rb +1 -1
  704. data/spec/whois/record/parser/responses/whois.pnina.ps/status_registered_spec.rb +1 -1
  705. data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/response_throttled_spec.rb +1 -1
  706. data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_available_spec.rb +1 -1
  707. data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_registered_spec.rb +1 -1
  708. data/spec/whois/record/parser/responses/whois.register.bg/property_nameservers_with_ip_spec.rb +1 -1
  709. data/spec/whois/record/parser/responses/whois.register.bg/status_available_spec.rb +1 -1
  710. data/spec/whois/record/parser/responses/whois.register.bg/status_registered_spec.rb +1 -1
  711. data/spec/whois/record/parser/responses/whois.registro.br/property_nameservers_with_ip_spec.rb +42 -0
  712. data/spec/whois/record/parser/responses/whois.registro.br/status_available_limited_spec.rb +1 -1
  713. data/spec/whois/record/parser/responses/whois.registro.br/status_available_spec.rb +1 -1
  714. data/spec/whois/record/parser/responses/whois.registro.br/status_registered_limited_spec.rb +1 -1
  715. data/spec/whois/record/parser/responses/whois.registro.br/status_registered_spec.rb +1 -1
  716. data/spec/whois/record/parser/responses/whois.registry.gy/property_status_active_spec.rb +39 -0
  717. data/spec/whois/record/parser/responses/whois.registry.gy/property_status_delegated_spec.rb +39 -0
  718. data/spec/whois/record/parser/responses/whois.registry.gy/property_status_not_registered_spec.rb +39 -0
  719. data/spec/whois/record/parser/responses/whois.registry.gy/status_available_spec.rb +11 -1
  720. data/spec/whois/record/parser/responses/whois.registry.gy/status_registered_spec.rb +11 -1
  721. data/spec/whois/record/parser/responses/whois.registry.hm/status_available_spec.rb +1 -1
  722. data/spec/whois/record/parser/responses/whois.registry.hm/status_registered_spec.rb +1 -1
  723. data/spec/whois/record/parser/responses/whois.registry.in/property_status_missing_spec.rb +1 -1
  724. data/spec/whois/record/parser/responses/whois.registry.in/property_status_multiple_spec.rb +1 -1
  725. data/spec/whois/record/parser/responses/whois.registry.in/property_status_ok_spec.rb +1 -1
  726. data/spec/whois/record/parser/responses/whois.registry.in/status_available_spec.rb +1 -1
  727. data/spec/whois/record/parser/responses/whois.registry.in/status_registered_spec.rb +1 -1
  728. data/spec/whois/record/parser/responses/whois.registry.qa/qa/status_available_spec.rb +1 -1
  729. data/spec/whois/record/parser/responses/whois.registry.qa/qa/status_registered_spec.rb +1 -1
  730. data/spec/whois/record/parser/responses/whois.registrypro.pro/status_available_spec.rb +1 -1
  731. data/spec/whois/record/parser/responses/whois.registrypro.pro/status_registered_spec.rb +1 -1
  732. data/spec/whois/record/parser/responses/whois.ripe.net/fo/status_available_spec.rb +1 -1
  733. data/spec/whois/record/parser/responses/whois.ripe.net/fo/status_registered_spec.rb +1 -1
  734. data/spec/whois/record/parser/responses/whois.ripe.net/gm/status_available_spec.rb +1 -1
  735. data/spec/whois/record/parser/responses/whois.ripe.net/gm/status_registered_spec.rb +1 -1
  736. data/spec/whois/record/parser/responses/whois.ripe.net/mc/status_available_spec.rb +1 -1
  737. data/spec/whois/record/parser/responses/whois.ripe.net/mc/status_registered_spec.rb +1 -1
  738. data/spec/whois/record/parser/responses/whois.ripe.net/va/status_available_spec.rb +1 -1
  739. data/spec/whois/record/parser/responses/whois.ripe.net/va/status_registered_spec.rb +1 -1
  740. data/spec/whois/record/parser/responses/whois.rotld.ro/status_available_spec.rb +1 -1
  741. data/spec/whois/record/parser/responses/whois.rotld.ro/status_registered_spec.rb +1 -1
  742. data/spec/whois/record/parser/responses/whois.samoanic.ws/status_available_spec.rb +1 -1
  743. data/spec/whois/record/parser/responses/whois.samoanic.ws/status_registered_spec.rb +1 -1
  744. data/spec/whois/record/parser/responses/whois.sgnic.sg/property_nameservers_schema_1_spec.rb +1 -1
  745. data/spec/whois/record/parser/responses/whois.sgnic.sg/property_nameservers_schema_1_with_ip_spec.rb +1 -1
  746. data/spec/whois/record/parser/responses/whois.sgnic.sg/property_nameservers_schema_2_spec.rb +1 -1
  747. data/spec/whois/record/parser/responses/whois.sgnic.sg/status_available_spec.rb +1 -1
  748. data/spec/whois/record/parser/responses/whois.sgnic.sg/status_registered_spec.rb +1 -1
  749. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_dakt_spec.rb +1 -1
  750. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_exp_spec.rb +1 -1
  751. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_held_spec.rb +1 -1
  752. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_lnot_spec.rb +1 -1
  753. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_ok_spec.rb +1 -1
  754. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_ta_spec.rb +1 -1
  755. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_warn_spec.rb +1 -1
  756. data/spec/whois/record/parser/responses/whois.sk-nic.sk/status_available_spec.rb +1 -1
  757. data/spec/whois/record/parser/responses/whois.sk-nic.sk/status_registered_spec.rb +1 -1
  758. data/spec/whois/record/parser/responses/whois.srs.net.nz/property_status_pendingrelease_spec.rb +1 -1
  759. data/spec/whois/record/parser/responses/whois.srs.net.nz/status_available_spec.rb +1 -1
  760. data/spec/whois/record/parser/responses/whois.srs.net.nz/status_invalid_spec.rb +1 -1
  761. data/spec/whois/record/parser/responses/whois.srs.net.nz/status_registered_spec.rb +1 -1
  762. data/spec/whois/record/parser/responses/whois.tcinet.ru/ru/property_nameservers_with_ip_spec.rb +1 -1
  763. data/spec/whois/record/parser/responses/whois.tcinet.ru/ru/status_available_spec.rb +1 -1
  764. data/spec/whois/record/parser/responses/whois.tcinet.ru/ru/status_registered_spec.rb +1 -1
  765. data/spec/whois/record/parser/responses/whois.tcinet.ru/su/status_available_spec.rb +1 -1
  766. data/spec/whois/record/parser/responses/whois.tcinet.ru/su/status_registered_spec.rb +1 -1
  767. data/spec/whois/record/parser/responses/whois.tcinet.ru/xn--p1ai/status_available_spec.rb +1 -1
  768. data/spec/whois/record/parser/responses/whois.tcinet.ru/xn--p1ai/status_registered_spec.rb +1 -1
  769. data/spec/whois/record/parser/responses/whois.thnic.co.th/status_available_spec.rb +1 -1
  770. data/spec/whois/record/parser/responses/whois.thnic.co.th/status_registered_spec.rb +1 -1
  771. data/spec/whois/record/parser/responses/whois.tld.ee/status_available_spec.rb +1 -1
  772. data/spec/whois/record/parser/responses/whois.tld.ee/status_expired_spec.rb +1 -1
  773. data/spec/whois/record/parser/responses/whois.tld.ee/status_registered_spec.rb +1 -1
  774. data/spec/whois/record/parser/responses/whois.tonic.to/response_incomplete_spec.rb +1 -1
  775. data/spec/whois/record/parser/responses/whois.tonic.to/status_available_spec.rb +1 -1
  776. data/spec/whois/record/parser/responses/whois.tonic.to/status_registered_spec.rb +1 -1
  777. data/spec/whois/record/parser/responses/whois.twnic.net.tw/status_available_spec.rb +1 -1
  778. data/spec/whois/record/parser/responses/whois.twnic.net.tw/status_registered_spec.rb +1 -1
  779. data/spec/whois/record/parser/responses/whois.tznic.or.tz/status_available_spec.rb +1 -1
  780. data/spec/whois/record/parser/responses/whois.tznic.or.tz/status_registered_spec.rb +1 -1
  781. data/spec/whois/record/parser/responses/whois.usp.ac.fj/status_available_spec.rb +1 -1
  782. data/spec/whois/record/parser/responses/whois.usp.ac.fj/status_registered_spec.rb +1 -1
  783. data/spec/whois/record/parser/responses/whois.za.net/status_available_spec.rb +1 -1
  784. data/spec/whois/record/parser/responses/whois.za.net/status_registered_spec.rb +1 -1
  785. data/spec/whois/record/parser/responses/whois.za.org/status_available_spec.rb +1 -1
  786. data/spec/whois/record/parser/responses/whois.za.org/status_registered_spec.rb +1 -1
  787. data/whois.gemspec +16 -16
  788. metadata +169 -17
  789. data/CHANGELOG.rdoc +0 -1309
  790. data/README.rdoc +0 -205
data/CHANGELOG.rdoc DELETED
@@ -1,1309 +0,0 @@
1
- = Changelog
2
-
3
-
4
- == Release 2.1.0
5
-
6
- * SERVER: Added .COM.DE, .GR.COM, .US.ORG TLD definitions.
7
-
8
- * SERVER: Updated .QA and .XN--WGBL6A TLD definitions.
9
-
10
- * SERVER: Updated .SU, .RU and .XN--P1AI TLD definitions (#87).
11
-
12
- * SERVER: Added the following new IDN TLDs:
13
- * .XN--LGBBAT1AD8J (.الجزائر, Algeria) (#95)
14
- * .XN--MGBC0A9AZCG (.المغرب, Morocco) (#96)
15
-
16
- * NEW: Ability to define inheritable parsers
17
-
18
- class Whois::Record::Parser::Afilias < Whois::Record::Parser::Base
19
- end
20
-
21
- class Whois::Record::Parser::WhoisNicXxx < Whois::Record::Parser::Afilias
22
- end
23
-
24
- Parsers will inherits all the properties from their parents.
25
-
26
- * NEW: Added the following full parsers:
27
- * whois.nic.asia
28
- * whois.meregistry.net
29
- * whois.dotmobiregistry.net
30
- * whois.publicinternetregistry.net
31
- * whois.registry.in
32
- * whis.nic.ag
33
- * whois.afilias-grs.info
34
- * whois.aero
35
- * whois.nic.xx
36
- * whois.afilias.info
37
- * whois.registry.qa (#114)
38
- * whois.godaddy.com (#105)
39
-
40
- * CHANGED: use the first public .XXX domain to test the whois.nic.xx response format.
41
-
42
- * CHANGED: whois.sgnic.sg changed nameservers response format (again).
43
-
44
- * CHANGED: Extended core_ext section. Since all the extensions belong to ActiveSupport,
45
- the library attempts to use ActiveSupport if loaded.
46
-
47
- * CHANGED: Renamed whois.ripn.net to whois.tcinet.ru (#87)
48
-
49
- * FIXED: In a very rare situation the Whois::Client raises a
50
- `Errno::EINVAL: Invalid argument - bind(2)' error attempting to connect
51
- to a WHOIS server (see #40).
52
-
53
- * FIXED: whois.nic.travel parser must support multiple statuses.
54
-
55
- * FIXED: whois.nic.name parser must support multiple statuses.
56
-
57
- * FIXED: whois.nic.af parser must support `Delegated' status.
58
-
59
- * REMOVED: Removed deprecated Whois::Answer class.
60
-
61
- * REMOVED: Removed deprecated Whois::Record#== behavior.
62
-
63
- * REMOVED: Removed deprecated Whois::Record::Parser::WhoisTonicTo#incomplete_response? method.
64
-
65
-
66
- == Release 2.0.7
67
-
68
- * CHANGED: whois.dns.pt changed nameservers response format.
69
-
70
- * CHANGED: whois.sgnic.sg changed nameservers response format.
71
-
72
- * FIXED: whois.markmonitor.com parser crashes when the contacts are empty.
73
-
74
- * FIXED: whois.educause.edu parser crashes when the updated_on property is `unknown'.
75
-
76
-
77
- == Release 2.0.6
78
-
79
- * CHANGED: whois.gg changed response format.
80
-
81
- * FIXED: whois.pnina.ps parser do not support `Active' status variants.
82
-
83
- * FIXED: whois.sk-nic.sk parser must support `DOM_TA' status.
84
-
85
- * FIXED: whois.srs.net.nz parser must support `210 PendingRelease' status.
86
-
87
-
88
- == Release 2.0.5
89
-
90
- * SERVER: Updated .BI TLD definition.
91
-
92
- * SERVER: Added .XXX TLD definition.
93
-
94
- * SERVER: Updated .SM TLD definition (#97).
95
-
96
- * NEW: Ability to detect whois.dns.be throttled responses.
97
-
98
- * NEW: Added base whois.nic.sm parser (#97).
99
-
100
- * FIXED: whois.meregistry.net parser raises `no time information in ""'
101
- when updated_at property is blank.
102
-
103
- * FIXED: whois.nic.it parser must support `NO-PROVIDER' status.
104
-
105
- * FIXED: whois.nic.it parser must support `pendingDelete / pendingDelete' status.
106
-
107
- * FIXED: whois.nic.asia parser must support `CLIENT' status.
108
-
109
- * FIXED: whois.nic.cz parser must support `Update prohibited' status.
110
-
111
- * FIXED: The Verisign WHOIS adapter crashes in some rare circumstances
112
- when the response from the Verisign database doesn't contain a
113
- referral (#103)
114
-
115
- * FIXED: whois.eu parser changed the format of the nameserver property (#99).
116
-
117
- * FIXED: whois.nic.uk parser should return `:invalid' status when the domain is invalid.
118
-
119
- * FIXED: whois.cira.ca parser must support `unavailable' status (#102).
120
-
121
- * FIXED: whois.sk-nic.sk parser must support `DOM_EXP', `DOM_LNOT', `DOM_WARN' statuses.
122
-
123
-
124
- == Release 2.0.4
125
-
126
- * SERVER: Added the following new IDN TLDs:
127
- * .XN--90A3AC (.СРБ, Serbia) (#94)
128
-
129
- * FIXED: whois.nic.it parser must support pendingUpdate and pendingTransfer statuses.
130
-
131
- * FIXED: whois.nic-se.se crashes in some cases where the `modified:'
132
- attribute is an invalid date.
133
-
134
-
135
- == Release 2.0.3
136
-
137
- * SERVER: Sync definitions with Debian whois 5.0.11:
138
- * Added the remaining IPv4 allocations.
139
- * Updated the .gm TLD server.
140
-
141
- * FIXED: Whois::Record::Parser::Base#validate! should raise
142
- a ResponseIsUnavailable error when response_unavailable?
143
-
144
- * FIXED: whois.nic.it parser must support inactive / noRegistrar status.
145
-
146
- * FIXED: whois.sk-nic.sk parser must support DOM_DAKT status.
147
-
148
-
149
- == Release 2.0.2
150
-
151
- * CHANGED: whois.ripn.net now returns an array of contacts, one for each email (#89)
152
-
153
- * FIXED: whois.nic.it parser must support UNASSIGNABLE status.
154
-
155
-
156
- == Release 2.0.1
157
-
158
- * FIXED: Removed invalid test files.
159
-
160
-
161
- == Release 2.0.0
162
-
163
- * SERVER: Added .AE.ORG, .AR.COM, .KR.COM TLD definitions (whois.centralnic.net).
164
-
165
- * SERVER: Removed invalid .WEB.COM TLD definition (whois.centralnic.net).
166
-
167
- * SERVER: Updated .EE TLD definition and corresponding parser (#64).
168
-
169
- * SERVER: Sync definitions with Debian whois 5.0.10:
170
- * Added new IPv4 allocations.
171
-
172
- * SERVER: Added the following 12 new IDN TLD:
173
- * .XN--WGBL6A (قطر, Qatar) (#63)
174
- * .XN--3E0B707E (한국, Korea, Republic of)
175
- * .XN--45BRJ9C (.ভারত, India)
176
- * .XN--FPCRJ9C3D (భారత్, India)
177
- * .XN--GECRJ9C (ભારત, India)
178
- * .XN--H2BRJ9C (भारत, India)
179
- * .XN--MGBBH1A71E (بھارت, India)
180
- * .XN--OGBPF8FL (سورية, Syrian Arab Republic)
181
- * .XN--S9BRJ9C (ਭਾਰਤ, India)
182
- * .XN--XKC2DL3A5EE0H (இந்தியா, India)
183
- * .XN--YFRO4I67O (新加坡, Singapore)
184
- * .XN--CLCHC0EA0B2G2A9GCD (சிங்கப்பூர், Singapore)
185
-
186
- * SERVER: Changed .KR TLD definition to whois.kr.
187
-
188
- * NEW: Added simple AE.ORG, AR.COM, BR.COM, CN.COM, DE.COM, EU.COM,
189
- GB.COM, GB.NET, HU.COM, JPN.COM, KR.COM, NO.COM, QC.COM, RU.COM,
190
- SA.COM, SE.COM, SE.NET, UK.COM, UK.NET, US.COM, UY.COM, WEB.COM,
191
- ZA.COM TLD parser (whois.centralnic.net).
192
-
193
- * NEW: Added ability to bind a WHOIS query to a specific local address and port (#40).
194
-
195
- * NEW: Added simple .SO TLD parser (whois.nic.so) (#57).
196
-
197
- * NEW: Property memoization (#18)
198
-
199
- * NEW: whois.ripn.net now supports #registrar and #admin_contact (#72).
200
-
201
- * NEW: Added support for $ gem test and Gem Testers
202
- See http://www.engineyard.com/blog/2011/introducing-gem-testers/
203
-
204
- * NEW: Whois::Answer::Nameserver#to_s returns the #name for BC with string-based nameservers.
205
-
206
- * NEW: Added support for throttled response detection (#23, #54, #61)
207
-
208
- * NEW: whois.registry.in now supports #registrar (#78).
209
-
210
- * NEW: Added full whois.cnnic.cn parser (#77).
211
-
212
- * NEW: Added full whois.cnnic.biz parser.
213
-
214
- * NEW: Added full whois.afilias.info parser.
215
-
216
- * NEW: Extracted Whois::Answer::Parser::Features and Extracted Whois::Answer::Parser::Scanners::Base.
217
-
218
- * NEW: whois.nic.uk now supports #registrar (#81, #82).
219
-
220
- * NEW: Added simple whois.markmonitor.net parser (#83).
221
-
222
- * CHANGED: Renamed whois.centralnic.net to whois.centralnic.com (#28).
223
-
224
- * CHANGED: Switched from RDoc to YARDoc (#3).
225
-
226
- * CHANGED: Whois::Server::Adapter::Base#== now returns false if other is not the same instance of self.
227
-
228
- * CHANGED: Deprecated the comparison of Whois::Answer with String.
229
-
230
- * CHANGED: Removed official support for Ruby 1.9.1.
231
-
232
- * CHANGED: Renamed Whois::Server::Adapters::Base#append_to_buffer to buffer_append.
233
-
234
- * CHANGED: Whois::Answer::Parser::Base#response_throttled? and Whois::Answer::Parser::Base#invalid?
235
- are not defined by default. Define the method in the implementation,
236
- and Whois::Answer::Parser will automatically use it.
237
-
238
- * CHANGED: Removed &block from method definition to avoid creating block objects when yield is used (#66)
239
-
240
- * CHANGED: Renamed Whois::Answer::Parser::Base.register_property to Whois::Answer::Parser::Base.property_register.
241
-
242
- * CHANGED: Whois::Answer::Parser creates a missing method the first time it is invoked to increase performance.
243
-
244
- * CHANGED: whois.nic.it parser raises on invalid #status.
245
-
246
- * CHANGED: Change #nameservers property to return an Array of Nameserver (#76, see #71, see #64).
247
-
248
- * CHANGED: Whois#query no longer raises Errno or SocketError.
249
- The errors are now rescued and re-raised as Whois::ConnectionError.
250
-
251
- * CHANGED: #admin_contact, #technical_contact and #registrant_contact
252
- have been renamed to #admin_contacts, #technical_contacts and #registrant_contacts
253
- and they now returns an array of Contact, instead of a single Contact.
254
-
255
- * CHANGED: Migrated all tests to RSpec.
256
-
257
- * CHANGED: Renamed Whois::Answer to Whois::Record and deprecate Whois::Answer class.
258
-
259
- * FIXED: Converted #changed? and #unchanged? properties to methods
260
- and normalized their behavior.
261
-
262
- * FIXED: Make sure a warning is issued when #registered? or #available? returns nil.
263
-
264
- * FIXED: Fixed a bug with the whois.crsnic.net parser where the name server
265
- contains "no nameserver" instead of a valid host.
266
-
267
- * FIXED: Fixed a bug which prevents a client to be created with nil timeout.
268
-
269
- * FIXED: The very first time a Whois::Answer method/property question method is invoked,
270
- the corresponding method is called instead of the question one.
271
-
272
- * FIXED: whois.cat parser must support multiple statuses.
273
-
274
- * FIXED: whois.tld.ee parser must support :expired status.
275
-
276
- * FIXED: whois.nic.fr parser must support :registered status.
277
-
278
- * FIXED: whois.nic.cz parser must support :expired status.
279
-
280
- * FIXED: With some .tr domains, whois.nic.tr parser returns invalid values for nameservers.
281
-
282
- * FIXED: whois.isoc.org.il parser must support "transfer allowed" status.
283
-
284
- * FIXED: Whois::Answer#respond_to? and Whois::Answer::Parser#respond_to?
285
- should keep METHODS and PROPERTIES into consideration.
286
-
287
- * FIXED: whois.nic.fr parser must support "redemption" status.
288
-
289
- * FIXED: whois.nic.it parser must support the following new statuses:
290
- - ok / *
291
- - client*
292
- - pendingDelete
293
- - GRACE-PERIOD
294
-
295
- * FIXED: whois.nic.it parser doesn't set address state.
296
-
297
- * FIXED: whois.cira.ca parser must support "to be released" status.
298
-
299
- * FIXED: whois.sk-nic.sk parser must support "DOM_HELD" status.
300
-
301
- === BC
302
-
303
- * Whois::Server::Adapters::Base#append_to_buffer renamed to buffer_append.
304
-
305
- * Whois#query no longer raises Errno::ECONNRESET, Errno::EHOSTUNREACH, Errno::ECONNREFUSED, SocketError.
306
- The errors are now rescued and re-raised as Whois::ConnectionError.
307
-
308
- * #admin_contact, #technical_contact and #registrant_contact
309
- have been renamed to #admin_contacts, #technical_contacts and #registrant_contacts
310
- and they now returns an array of Contact, instead of a single Contact.
311
- #admin_contact, #technical_contact and #registrant_contact still exists
312
- in the Answer as a convenient shortcut.
313
-
314
- * Renamed Whois::Answer::Parser::Base.register_property to
315
- Whois::Answer::Parser::Base.property_register.
316
-
317
-
318
- == Release 1.6.6
319
-
320
- * NEW: Backported whois.centralnic.net support from version 2.0.
321
-
322
- * FIXED: whois.nic-se.se must support :inactive status.
323
-
324
- * FIXED: whois.cira.ca must support "auto-renew grace" status.
325
-
326
-
327
- == Release 1.6.5
328
-
329
- * FIXED: whois.dns.pt must support :reserved status.
330
-
331
- * FIXED: whois.cira.ca must support :redemption status as :registered.
332
-
333
-
334
- == Release 1.6.4
335
-
336
- * FIXED: With some .pl domains, whois.dns.pl parser returns invalid values for nameservers.
337
-
338
- * FIXED: The whois.pnina.ps server injects a NODNS.NS string when a nameserver is not set.
339
- The parser should ignore it.
340
-
341
- * FIXED: whois.nic.ve must support :suspended status.
342
-
343
-
344
- == Release 1.6.3
345
-
346
- * FIXED: whois.nic.kz doesn't recognize multiline status
347
-
348
- * FIXED: jprs.jp domain parser bug with empty date fields (#60)
349
-
350
-
351
- == Release 1.6.2
352
-
353
- * SERVER: Updated the .sg TLD definition.
354
-
355
- * SERVER: Updated the .th TLD definition.
356
-
357
- * SERVER: Updated the .org.za TLD definition.
358
-
359
- * NEW: Added simple .sg TLD parser (whois.sgnic.sg).
360
-
361
- * NEW: Added .sh TLD parser (whois.nic.sh).
362
-
363
- * NEW: Added simple .sk TLD parser (whois.sgnic.sg).
364
-
365
- * NEW: Added simple .sl TLD parser (whois.nic.sl).
366
-
367
- * NEW: Added simple .th TLD parser (whois.thnic.co.th).
368
-
369
- * NEW: Added simple .tw TLD parser (whois.twnic.net.tw).
370
-
371
- * NEW: Added simple .ac.uk, .gov.uk TLD parser (whois.ja.net).
372
-
373
- * NEW: Added .org.za TLD parser (whois.org.za).
374
-
375
- * NEW: Added simple .gov.za TLD parser (whois.gov.za).
376
-
377
- * NEW: Added .co.za TLD parser (whois.coza.net.za).
378
-
379
- * NEW: Added simple .ci TLD parser (whois.nic.ci). (#39)
380
-
381
- * NEW: Added simple .gy TLD parser (whois.registry.gy). (#45)
382
-
383
- * NEW: Added simple .hm TLD parser (whois.registry.hm). (#46)
384
-
385
- * NEW: Added simple .pl TLD parser (whois.dns.pl).
386
-
387
- * NEW: Added .co.pl TLD parser (whois.co.pl).
388
-
389
- * NEW: Added simple .pr TLD parser (whois.nic.pr).
390
-
391
- * FIXED: The CLI help message uses whois instead or ruby-whois.
392
-
393
-
394
- == Release 1.6.1
395
-
396
- * FIXED: Fixed unknown status `Inactive' for kero.yachay.pe.
397
-
398
-
399
- == Release 1.6.0
400
-
401
- * SERVER: Updated the .nc TLD definition.
402
-
403
- * SERVER: Updated the .nf TLD definition.
404
-
405
- * SERVER: Updated the .ng TLD definition.
406
-
407
- * SERVER: Updated the .pe TLD definition.
408
-
409
- * SERVER: Updated the .sb TLD definition.
410
-
411
- * SERVER: Updated the .ki/.mu TLD definition.
412
-
413
- * SERVER: Updated the .tf TLD definition.
414
-
415
- * NEW: Added simple .mg TLD parser (whois.nic.mg).
416
-
417
- * NEW: Added simple .ms TLD parser (whois.nic.ms).
418
-
419
- * NEW: Added simple .ms TLD parser (whois.domainregistry.my).
420
-
421
- * NEW: Added simple .na TLD parser (whois.na-nic.com.na).
422
-
423
- * NEW: Added simple .nf TLD parser (whois.nic.net.nf).
424
-
425
- * NEW: Added simple .ng TLD parser (whois.nic.net.ng).
426
-
427
- * NEW: Added simple .pe TLD parser (kero.yachay.pe).
428
-
429
- * NEW: Added simple .ps TLD parser (whois.pnina.ps).
430
-
431
- * NEW: Added simple .ki TLD parser (whois.nic.ki).
432
-
433
- * NEW: Added .tm TLD parser (whois.nic.tm).
434
-
435
- * NEW: Added .tz TLD parser (whois.tznic.or.tz).
436
-
437
- * CHANGED: Completed .md TLD parser (whois.nic.md).
438
-
439
- * CHANGED: Completed .io TLD parser (whois.nic.io).
440
-
441
- * FIXED: Fixed Unknown status `Registration request being processed.' for whois.nic.uk.
442
-
443
- * FIXED: whois.nic.ve supports expires_on.
444
-
445
- * FIXED: With some .uk domains, whois.nic.uk parser returns invalid values for nameservers.
446
-
447
- * FIXED: whois.audns.net.au record can contain multiple statuses.
448
-
449
-
450
- == Release 1.5.1
451
-
452
- * NEW: Added simple .kg TLD parser (whois.domain.kg).
453
-
454
- * NEW: Added .md TLD parser (whois.nic.md).
455
-
456
- * FIXED: Fixed Unknown status `Renewal request being processed.' for whois.nic.uk.
457
-
458
- * FIXED: With some .cz domains, whois.nic.cz parser returns invalid values for nameservers.
459
-
460
-
461
- == Release 1.5.0
462
-
463
- WARNING: Whois >= 1.5.0 requires Ruby 1.8.7 or newer.
464
-
465
- * CHANGED: Ruby 1.8.7 or newer is required.
466
-
467
- * FIXED: Fixed Unknown status `CLIENT DELETE PROHIBITED' for whois.registry.in.
468
-
469
- * REMOVED: Remove deprecated Whois::Answer::Parser::Base methods:
470
- * #registrant
471
- * #admin
472
- * #technical
473
-
474
- * REMOVED: Remove deprecated Whois::Answer::Part#response property.
475
-
476
-
477
- == Release 1.3.10
478
-
479
- * CHANGED: Standardized #status property for the following parsers (#5)
480
- * whois.aero
481
- * whois.aeda.net.ae
482
- * whois.audns.net.au
483
- * whois.cat
484
- * whois.cctld.uz
485
- * whois.co.ug
486
- * whois.denic.de
487
- * whois.dk-hostmaster.dk
488
- * whois.dns.be
489
- * whois.dns.lu
490
- * whois.dns.pt
491
- * whois.domainregistry.ie
492
- * whois.in.ua
493
- * whois.jprs.jp
494
- * whois.net.ua
495
- * whois.nic-se.se
496
- * whois.nic.am
497
- * whois.nic.asia
498
- * whois.nic.at
499
- * whois.nic.coop
500
- * whois.nic.fr
501
- * whois.nic.ht
502
- * whois.nic.kz
503
- * whois.nic.la
504
- * whois.nic.mu
505
- * whois.nic.nu
506
- * whois.nic.org.uy
507
- * whois.nic.travel
508
- * whois.nic.uk
509
- * whois.nic.ve
510
- * whois.norid.no
511
- * whois.register.bg
512
- * whois.registry.in
513
- * whois.rotld.ro
514
- * whois.srs.net.nz
515
-
516
- * FIXED: Property cache is missing for some parsers (#18)
517
-
518
- * FIXED: In some circumstances the whois.jprs.js parser may raise
519
- an Argument out of range error trying to parse the #updated_on property.
520
-
521
- * FIXED: The whois.nic.uk parser fails to parse #nameservers when
522
- the domain is suspended.
523
-
524
-
525
- == Release 1.3.10
526
-
527
- * SERVER: Removed the .fed.us TLD definition.
528
-
529
- * NEW: Added simple .je TLD parser (whois.je).
530
-
531
- * NEW: Added simple .ke TLD parser (whois.kenic.or.ke).
532
-
533
- * NEW: Added simple .li TLD parser (whois.nic.li).
534
-
535
- * CHANGED: Force whois.denic.de WHOIS output to be always UTF-8,
536
- otherwise some queries will fail (#51)
537
-
538
- $ ruby-whois hosteurope.de
539
- % Error: 55000000013 Invalid charset for response
540
-
541
- * CHANGED: Standardized whois.nic.gov #status property.
542
-
543
-
544
- == Release 1.3.9
545
-
546
- * SERVER: Sync definitions with Debian whois 5.0.8:
547
- * Updated the .bb, .ps, and .lk TLD definitions.
548
-
549
- * NEW: Added simple .dz TLD parser (whois.nic.dz).
550
-
551
- * NEW: Added simple .fi TLD parser (whois.ficora.fi).
552
-
553
- * NEW: Added simple .fj TLD parser (whois.usp.ac.fj).
554
-
555
- * NEW: Added simple .gg TLD parser (whois.gg).
556
-
557
- * NEW: Added simple .gs TLD parser (whois.nic.gs).
558
-
559
- * NEW: Added simple .il TLD parser (whois.isoc.org.il).
560
-
561
- * NEW: Added simple .ir TLD parser (whois.nic.ir).
562
-
563
- * CHANGED: Standardized whois.pandi.or.id #status property,
564
- it now returns symbols instead of strings.
565
-
566
- * FIXED: Compatibility with the new whois.cira.ca record schema.
567
-
568
-
569
- == Release 1.3.8
570
-
571
- * FIXED: The Verisign WHOIS adapter crashes in some rare circumstances
572
- when the response from the Verisign database returns a "not defined" value
573
- for the Referral Whois Server (#42)
574
-
575
-
576
- == Release 1.3.7
577
-
578
- * SERVER: Updated the .ci TLD definition.
579
-
580
- * SERVER: Removed the .co.uk TLD definition.
581
-
582
- * NEW: Added simple .priv.at TLD parser (whois.nic.priv.at).
583
-
584
- * NEW: Added simple .cx TLD parser (whois.nic.cx).
585
-
586
- * NEW: Added simple .bo TLD parser (whois.nic.bo).
587
-
588
- * NEW: Added simple .co.ca TLD parser (whois.co.ca).
589
-
590
- * NEW: Added simple .ck TLD parser (whois.nic.ck).
591
-
592
- * NEW: Added simple .cl TLD parser (whois.nic.cl).
593
-
594
- * NEW: Added simple .cm TLD parser (whois.netcom.cm).
595
-
596
- * NEW: Added simple .cz TLD parser (whois.nic.cz).
597
-
598
- * CHANGED: Standardized whois.nic.af #status property,
599
- it now returns symbols instead of strings.
600
-
601
- * CHANGED: Standardized whois.arnes.si #status property,
602
- it now returns symbols instead of strings.
603
-
604
-
605
- == Release 1.3.6
606
-
607
- * CHANGED: Deprecated Whois::Answer::Part#response.
608
-
609
- * FIXED: whois.denic.de parser is not compatible with Denic response v 2.0.
610
-
611
-
612
- == Release 1.3.5
613
-
614
- * SERVER: Updated the .so TLD definition (#36).
615
-
616
- * NEW: Added simple .ug TLD parser (whois.co.ug) (#35). [DerGuteMoritz]
617
-
618
- * FIXED: ruby-whois executable is not installed when the Gem is installed.
619
-
620
-
621
- == Release 1.3.4
622
-
623
- * FIXED: With some .ie domains, whois.dns.be parser returns invalid values for nameservers.
624
-
625
- * FIXED: With some .be domains, whois.dmainregistry.ie parser returns invalid values for nameservers.
626
-
627
-
628
- == Release 1.3.3
629
-
630
- * NEW: Ability to parse Registrar for .ca TLD parser. [aeden]
631
-
632
- * FIXED: With some .nl domains, whois.domain-registry.nl parser returns invalid values for nameservers.
633
-
634
- * FIXED: With some .mx domains, whois.nic.mx parser returns invalid values for nameservers.
635
-
636
- * FIXED: With some .me domains, whois.meregistry.net parser returns invalid values for nameservers.
637
-
638
-
639
- == Release 1.3.2
640
-
641
- * FIXED: .nl TLD parser doesn't understand quarantine status (#34).
642
-
643
- * CHANGED: Parser aliases are now created aliasing constants instead subclassing.
644
-
645
- * CHANGED: Updated .hk parser to whois.hkirc.hk (#30).
646
-
647
- * CHANGED: Updated .tw parser to whois.twnic.net.tw (#31).
648
-
649
-
650
- == Release 1.3.1
651
-
652
- * SERVER: Added the following 10 new IDN TLD:
653
- * .xn--fzc2c9e2c (.ලංකා, Sri Lanka)
654
- * .xn--j6w193g (.香港, Hong Kong)
655
- * .xn--kprw13d (.台灣, Taiwan)
656
- * .xn--kpry57d (.台湾, Taiwan)
657
- * .xn--mgbayh7gpa (.الاردن, Jordan)
658
- * .xn--o3cw4h (.ไทย, Thailand)
659
- * .xn--pgbs0dh (.تونس, Tunisia)
660
- * .xn--wgbh1c (.مصر, Egypt)
661
- * .xn--xkc2al3hye2a (.இலங்கை, Sri Lanka)
662
- * .xn--ygbi2ammx (.فلسطين, Palestinian Territory, Occupied)
663
-
664
- * SERVER: Sync definitions with Debian whois 5.0.7:
665
- * Added new IPv4 allocations.
666
- * Updated the .bd, .bo, .cm, .cu, .dz, .gr, .lb, .ni, .rw, .tw, and .tz TLD servers.
667
-
668
- * REMOVED: Deprecated Whois::Answer::Parser.properties method.
669
-
670
-
671
- == Release 1.3.0
672
-
673
- * NEW: Ability to query IANA for TLD WHOIS information. [aadlani]
674
-
675
- Whois.query(".com")
676
- # => IANA WHOIS response for .com TLD
677
-
678
- Whois.query(".invalid")
679
- # => IANA WHOIS response for unassigned TLD
680
-
681
- * NEW: Ability to compare two Server adapters for equality.
682
-
683
- Whois::Server.factory(:ipv4, "192.168.1.0/10", "whois.foo") == Whois::Server.factory(:ipv4, "192.168.1.0/10", "whois.foo")
684
- # => true
685
-
686
- Whois::Server.factory(:ipv4, "192.168.1.0", "whois.foo") == Whois::Server.factory(:ipv4, "192.168.1.0/10", "whois.foo")
687
- # => false
688
-
689
- * CHANGED: Renamed Scanners::VerisignScanner to Scanners::Verisign.
690
-
691
- * CHANGED: Excluded test folder from the packaged .gem file to reduce the size of the final packaged library.
692
-
693
-
694
- == Release 1.2.2
695
-
696
- * SERVER: Sync definitions with Debian whois 5.0.6.
697
-
698
- * SERVER: Added new IPv4, IPv6 allocations (whois 5.0.6).
699
-
700
- * SERVER: Added/Updated the .priv.at, .dj, .ls TLD definition (whois 5.0.6).
701
-
702
- * SERVER: Added xn--mgbaam7a8h (United Arabs Emirates), .xn--mgberp4a5d4ar (Saudi Arabia), .xn--p1ai (Russian Federation), .xn--fiqs8s (China), .xn--fiqz9s (China) and .xn--wgbh1c (Egypt) TLD servers. (whois 5.0.6).
703
-
704
- * SERVER: Killed .yu TLD, phased out on 30 March 2009 (whois 5.0.6).
705
-
706
- * NEW: Added .to TLD parser (whois.tonic.to).
707
-
708
- * FIXED: whois.jprs.jp doesn't fully understand answers for .net.jp domains. [milk1000cc]
709
-
710
- * CHANGED: The .co TLD now has a WHOIS interface (whois.nic.co). Added simple .co parser.
711
-
712
- * CHANGED: Updated .sa TLD parser from saudinic.net.sa to whois.nic.net.sa (#29).
713
-
714
- * CHANGED: Updated .au TLD parser from whois.ausregistry.net.au to whois.audns.net.au (#27).
715
-
716
-
717
- == Release 1.2.1
718
-
719
- * NEW: Added simple .ee TLD parser (whois.eenet.ee).
720
-
721
- * NEW: Added simple .kz TLD parser (whois.nic.kz).
722
-
723
- * NEW: Added simple .la TLD parser (whois.nic.la).
724
-
725
- * NEW: Added simple .ec TLD parser (whois.nic.ec).
726
-
727
- * NEW: Added simple .uz TLD parser (whois.nic.uz).
728
-
729
- * NEW: Added simple .uy TLD parser (whois.nic.org.uy).
730
-
731
-
732
- == Release 1.2.0
733
-
734
- * NEW: Whois::Answer#throttle? returns true in case of throttle response (see whois.publicinternetregistry.com for a real example)
735
-
736
- * FIXED: With some .tr domains, whois.nic.tr parser returns inconsistent values for nameservers.
737
-
738
- * FIXED: Unexpected token error when trying to parse a .hu whois response. The whois.nic.hu has changed response format.
739
-
740
- * FIXED: RuntimeError "Unexpected token: WHOIS LIMIT EXCEEDED - SEE WWW.PIR.ORG/WHOIS FOR DETAILS" for whois.publicinternetregistry.com
741
-
742
- * CHANGED: Lazy-load adapters using Ruby autoload feature.
743
-
744
-
745
- == Release 1.1.8
746
-
747
- * NEW: Added simple .pt TLD parser (whois.dns.pt).
748
-
749
- * NEW: Added simple .ht TLD parser (whois.nic.ht).
750
-
751
- * NEW: Added simple .tr TLD parser (whois.nic.tr).
752
-
753
-
754
- == Release 1.1.7
755
-
756
- * FIXED: method `to_time' not defined in DateTime (NameError) when the library is used with Ruby 1.9.1 and Rails (#24)
757
-
758
-
759
- == Release 1.1.6
760
-
761
- * NEW: Added simple .in.ua TLD parser (whois.in.ua). It seems that .in.ua is handled separately from .ua.
762
-
763
-
764
- == Release 1.1.5
765
-
766
- * NEW: Added simple .ua TLD parser (whois.net.ua).
767
-
768
- * FIXED: Occasionally the library raises a "superclass mismatch for class DateTime (TypeError)" error.
769
-
770
- * CHANGED: Cleanup Whois::Adapter::Base @buffer after a successful request.
771
-
772
-
773
- == Release 1.1.4
774
-
775
- * NEW: Added registrar support to Verisign parsers
776
-
777
- * FIXED: Usage of deprecated method Whois::Answer::Parser.properties
778
-
779
- * FIXED: Verisign parsers don't return the correct Referral URL when there's more than one response entry in the answer
780
-
781
- * FIXED: Whois::Answer::Parsers::WhoisDotTk is not compatible with Ruby 1.9
782
-
783
-
784
- == Release 1.1.3
785
-
786
- * NEW: Added simple .tk TLD parser (whois.dot.tk).
787
-
788
- * NEW: Added .sn TLD parser (whois.nic.sn).
789
-
790
- * CHANGED: Whois::Answer#== and Whois::Answer#eql? should be able to compare Whois::Answer with subclasses.
791
-
792
- * CHANGED: Deprecate Whois::Answer::Parser.properties. Use Whois::Answer::Parser::PROPERTIES instead.
793
-
794
-
795
- == Release 1.1.2
796
-
797
- * NEW: Whois::Answer::Contact#type property returns the type of the contact (ADMIN, TECHNICAL, ...).
798
-
799
- * FIXED: Whois::Answer::Parser::Base#contacts decomposes each Contact property in a single contact.
800
-
801
-
802
- == Release 1.1.1
803
-
804
- * FIXED: Deprecated methods Whois::Answer::Parser::Base#(admin|technical|registrant) didn't figure as supported with Whois::Answer#property_supported?(:method)
805
-
806
-
807
- == Release 1.1.0
808
-
809
- * NEW: Added simple .am TLD parser (whois.nic.am).
810
-
811
- * NEW: Added simple .as TLD parser (whois.nic.as).
812
-
813
- * NEW: Added simple .au TLD parser (whois.ausregistry.net.au).
814
-
815
- * NEW: Added simple .st TLD parser (whois.nic.st).
816
-
817
- * NEW: New methods Whois::Answer#contacts, Whois::Answer::Parser#contacts, and Whois::Answer::Parser::Base#contacts returns all supported contacts.
818
-
819
- * CHANGED: Renamed Whois::Answer::Parser::Base#(admin|technical|registrant) to Whois::Answer::Parser::Base#(admin|technical|registrant)_contact.
820
-
821
-
822
- == Release 1.0.12
823
-
824
- * NEW: Added simple .in TLD parser (whois.registry.in).
825
-
826
- * NEW: Added simple .jp TLD parser (whois.jprs.jp).
827
-
828
- * FIXED: With some .lu domains, whois.dns.lu parser returns invalid values for nameservers.
829
-
830
-
831
- == Release 1.0.11
832
-
833
- * NEW: Added simple .af TLD parser (whois.nic.af).
834
-
835
- * NEW: Added simple .ag TLD parser (whois.nic.ag).
836
-
837
- * NEW: Added simple .ai TLD parser (whois.ai).
838
-
839
- * NEW: Added simple .hk TLD parser (whois.hkdnr.net.hk).
840
-
841
- * NEW: Added simple .lu TLD parser (whois.dns.lu).
842
-
843
- * NEW: Added simple .mx TLD parser (whois.nic.mx).
844
-
845
- * FIXED: Fixed uninitialized constant error Whois::Answer::Parser::WhoisNicOrKr when trying to load the .kr parser.
846
-
847
-
848
- == Release 1.0.10
849
-
850
- * NEW: Added simple .kr TLD parser (whois.nic.or.kr).
851
-
852
- * NEW: Added simple .be TLD parser (whois.dns.be).
853
-
854
- * FIXED: .cn server was changed by mistake in commit:81b3e253785e59aca542b6165ab1b9769c6acdd7 from whois.cnnic.net.cn to whois.cnnic.cn. This caused the parser lookup to fail.
855
-
856
- * FIXED: With some .lt domains, whois.domreg.lt parser returns invalid values for nameservers.
857
-
858
- * FIXED: With some .bg domains, whois.register.bg parser returns invalid values for nameservers.
859
-
860
-
861
- == Release 1.0.9
862
-
863
- * NEW: Added simple .lt TLD parser (whois.domreg.lt).
864
-
865
- * NEW: Added simple .at TLD parser (whois.nic.at).
866
-
867
- * NEW: Added simple .cn TLD parser (whois.cnnic.net.cn).
868
-
869
- * NEW: Added simple .lv TLD parser (whois.nic.lv).
870
-
871
- * NEW: Added simple .si TLD parser (whois.arnes.si).
872
-
873
- * NEW: Added simple .id TLD parser (whois.pandi.or.id).
874
-
875
- * FIXED: With some .ru domains, whois.ripn.net parser returns invalid values for nameservers.
876
-
877
-
878
- == Release 1.0.8
879
-
880
- * NEW: Added simple .nz TLD parser (whois.srs.net.nz).
881
-
882
- * FIXED: With some .ch domains, whois.nic.ch parser returns invalid or duplicate values for nameservers.
883
-
884
-
885
- == Release 1.0.7
886
-
887
- * FIXED: whois.nic.hu parser raises a NoMethodError when trying to access 'registrant' property for personal domains (#19).
888
-
889
-
890
- == Release 1.0.6
891
-
892
- * NEW: Added simple .ve TLD parser (whois.nic.ve).
893
-
894
- * NEW: Added support for 'nameservers' property for all existing parsers.
895
-
896
- * FIXED: With some .eu domains, whois.eu parser returns invalid values for nameservers.
897
-
898
- * CHANGED: jobswhois.verisign-grs.com now correctly raises PropertyNotSupported when a property is not supported.
899
-
900
- * CHANGED: whois.crsnic.net now correctly raises PropertyNotSupported when a property is not supported.
901
-
902
- * CHANGED: whois.denic.de now correctly raises PropertyNotSupported when a property is not supported.
903
-
904
- * CHANGED: whois.nic.cc now correctly raises PropertyNotSupported when a property is not supported.
905
-
906
- * CHANGED: whois.nic.hu now correctly raises PropertyNotSupported when a property is not supported.
907
-
908
- * CHANGED: whois.nic.it now correctly raises PropertyNotSupported when a property is not supported.
909
-
910
- * CHANGED: whois.nic.tv now correctly raises PropertyNotSupported when a property is not supported.
911
-
912
-
913
- == Release 1.0.5
914
-
915
- * SERVER: Sync definitions with Debian whois 5.0.1.
916
-
917
- * SERVER: Added new IPv4 allocations (whois 5.0.1).
918
-
919
- * SERVER: Updated the .dj TLD definition (whois 5.0.1).
920
-
921
- * NEW: Support for 'nameservers' property for the whois.afilias.info parser. (#15)
922
-
923
- * NEW: Support for 'nameservers' property for the whois.nic.tel parser. (#17)
924
-
925
- * NEW: Support for 'nameservers' property for the whois.eu parser. (#16)
926
-
927
- * NEW: Support for 'nameservers' property for the whois.meregistry.net parser.
928
-
929
- * FIXED: whois.crsnic.net server crashes trying to return nameservers with reserved IANA domains and Ruby 1.9.1.
930
-
931
- * FIXED: With some .se domains, whois.nic-se.se parser returns invalid values for nameservers.
932
-
933
-
934
- == Release 1.0.4
935
-
936
- * NEW: Added Symbol.to_proc core extension to ensure compatibility with Ruby 1.8.6.
937
-
938
- * FIXED: Normalize 'nameservers' property return value. Always return an Array even if there's no nameserver.
939
-
940
- * CHANGED: Suppress Japanese output for the .js TLD [axic]
941
-
942
-
943
- == Release 1.0.3
944
-
945
- * SERVER: Added web address for the .eg TLD [axic]
946
-
947
- * SERVER: Updated web address for the .gt TLD [axic]
948
-
949
- * SERVER: Updated web address for the .co TLD (#13)
950
-
951
- * NEW: Support for 'Contact#zip' property for the whois.nic.it parser [axic]
952
-
953
- * NEW: Support for 'nameservers' property for the whois.adamsnames.tc parser.
954
-
955
- * NEW: Compatibility with semver.org
956
-
957
- * FIXED: The whois.nic.it parser extracts the wrong Contact country_code property [axic]
958
-
959
- * FIXED: With some .de domains, whois.denic.de parser returns invalid values for nameservers (#14)
960
-
961
- * FIXED: whois.crsnic.net crashes with reserved IANA domains (ex y.com)
962
-
963
-
964
- == Release 1.0.2
965
-
966
- * CHANGED: Changed Parsers to use a normalized content version called Whois::Parser::Base#content_for_scanner (Dho! I forgot to save some files on TextMate)
967
-
968
-
969
- == Release 1.0.1
970
-
971
- * CHANGED: Changed Parsers to use a normalized content version called Whois::Parser::Base#content_for_scanner
972
-
973
-
974
- == Release 1.0.0
975
-
976
- * SERVER: Changed .biz TLD server to whois.biz (see http://www.iana.org/domains/root/db/biz.html)
977
-
978
- * SERVER: Changed .br TLD server to whois.registro.br (see http://www.iana.org/domains/root/db/rb.html)
979
-
980
- * SERVER: Sync definitions with Debian whois 4.7.37.
981
-
982
- * SERVER: Added new IPv4 allocations (whois 4.7.37).
983
-
984
- * SERVER: Updated the .bd, .bi, .cm, .ge, .gf, .ki, .kn, .ls, .mq, .np and .tr TLD definitions (whois 4.7.37).
985
-
986
- * SERVER: Sync definitions with Debian whois 5.0.0.
987
-
988
- * SERVER: Updated the .id, .is, .mm, .my, .pw, .sb, .sr, .tj, .tp, .wf, .yt TLD definitions (whois 5.0.0).
989
-
990
- * SERVER: .dk TLD server requires --show-handles option (closes REDMINE-426)
991
-
992
- * NEW: Simple .at TLD parser.
993
-
994
- * NEW: Simple .be TLD parser.
995
-
996
- * NEW: Simple .bg TLD parser.
997
-
998
- * NEW: Simple .ca TLD parser.
999
-
1000
- * NEW: Simple .ch TLD parser.
1001
-
1002
- * NEW: Simple .eu TLD parser.
1003
-
1004
- * NEW: Simple .gl TLD parser.
1005
-
1006
- * NEW: Simple .im TLD parser.
1007
-
1008
- * NEW: Simple .is TLD parser.
1009
-
1010
- * NEW: Simple .ly TLD parser.
1011
-
1012
- * NEW: Simple .me TLD parser.
1013
-
1014
- * NEW: Simple .mu, .ki TLD parser (whois.nic.mu).
1015
-
1016
- * NEW: Simple .nl TLD parser.
1017
-
1018
- * NEW: Simple .no TLD parser.
1019
-
1020
- * NEW: Simple .fo, .gm, .mc, .sm, .va TLD parsers (whois.ripe.net).
1021
-
1022
- * NEW: Simple .tl TLD parser.
1023
-
1024
- * NEW: Simple .tel TLD parser.
1025
-
1026
- * NEW: Simple .us TLD parser.
1027
-
1028
- * NEW: Simple .biz TLD parser.
1029
-
1030
- * NEW: Simple .mobi TLD parser.
1031
-
1032
- * NEW: Simple .museum TLD parser.
1033
-
1034
- * NEW: Simple .io TLD parser.
1035
-
1036
- * NEW: Simple .ro TLD parser.
1037
-
1038
- * NEW: Simple .br TLD parser.
1039
-
1040
- * NEW: Simple .travel TLD parser.
1041
-
1042
- * NEW: Simple .wf, .yt TLD parser (whois.nic.fr).
1043
-
1044
- * NEW: Simple .dk TLD parser [thanks to Mikkel Kristensen].
1045
-
1046
- * NEW: Simple .uk TLD parser (whois.nic.uk).
1047
-
1048
- * NEW: Simple .ws TLD parser (whois.samoanic.ws).
1049
-
1050
- * NEW: Simple .gd, vg, tc TLD parser (whois.adamsnames.tc).
1051
-
1052
- * NEW: Simple .su, .ru TLD parser (whois.ripn.net).
1053
-
1054
- * NEW: Simple .cat TLD parser (whois.cat).
1055
-
1056
- * NEW: Simple .cd TLD parser (whois.nic.cd).
1057
-
1058
- * NEW: Simple .coop TLD parser (whois.nic.coop).
1059
-
1060
- * NEW: Simple .pro TLD parser (whois.registrypro.pro).
1061
-
1062
- * NEW: Simple .ae TLD parser (whois.aeda.net.ae).
1063
-
1064
- * NEW: .cc, .jobs TLD parsers (verisign).
1065
-
1066
- * NEW: .ac TLD parser (whois.nic.ac).
1067
-
1068
- * NEW: Added ability to flag a property as :defined, :implemented and :supported.
1069
- Parsers now can mark a property as supported or not supported using
1070
- 'property_supported' and 'property_not_supported' methods
1071
- in order to distinguish between properties not supported by the answer
1072
- and methods that still need to be implemented because the parser is incomplete.
1073
-
1074
- * NEW: Whois#Answer.property? returns whether property has a value.
1075
-
1076
- a = Whois.query "google.it"
1077
- a.created_on?
1078
- # => true
1079
- a.domain_id?
1080
- # => false
1081
-
1082
- * NEW: Whois::WebInterfaceError now exposes #url attribute.
1083
-
1084
- * FIXED: Whois hosts containing a - are not correctly converted into a Ruby class, ex. whois.domain-registry.nl (closes REDMINE-389)
1085
-
1086
- * FIXED: In case of exception, the CLI doesn't exit nicely (closes REDMINE-333)
1087
-
1088
- * FIXED: Some tests are not compatible with Ruby 1.9
1089
-
1090
- * FIXED: Flagged created_on and expires_on properties as not supported for .de TLD.
1091
-
1092
- * CHANGED: All not supported properties now raise a PropertyNotSupported error instead of returning nil.
1093
-
1094
- * CHANGED: Depending on where you ask for a property, the library now returns the most expected value according to property status.
1095
- If you try to access a property from the answer object, Whois::Answer always returns the value if the property is defined,
1096
- nil otherwise no matter if the property is not supported or undefined.
1097
-
1098
- a = Whois.query "google.ac"
1099
- a.nameservers
1100
- # => nil even if not supported
1101
-
1102
- If you want a more granular level of response, you can access the underling parser implementation.
1103
-
1104
- a = Whois.query "google.ac"
1105
- a.parser.nameservers
1106
- # => PropertyNotSupported
1107
-
1108
- * CHANGED: Increased DEFAULT_TIMEOUT to 10 seconds
1109
-
1110
- * REMOVED: Removed Deprecated #supported? method
1111
-
1112
- * REMOVED: Removed Deprecated compatibility layer to Whois 0.4.2
1113
-
1114
-
1115
- == Release 0.9.0
1116
-
1117
- * SERVER: .ec TLD has a whois server (closes REDMINE-322)
1118
-
1119
- * SERVER: .gl TLD has a whois server (closes REDMINE-323)
1120
-
1121
- * SERVER: .md TLD has a whois server (closes REDMINE-325)
1122
-
1123
- * SERVER: Changed .edu TLD server to whois.educause.edu (see http://www.iana.org/domains/root/db/edu.html)
1124
-
1125
- * FIXED: TLD definitions for whois.afilias-grs.info missing proper adapter (closes REDMINE-342)
1126
-
1127
- * FIXED: ./bin/ruby-whois uses the Gem instead of current version (closes REDMINE-344)
1128
-
1129
- * FIXED: Whois::Client doesn't cast qstring to_s (closes REDMINE-339)
1130
-
1131
- * FIXED: Whois::Parser doesn't detect preloaded parsers. Improved performances skipping unnecessary 'require'. (closes REDMINE-340)
1132
-
1133
- * NEW: Simple .fr TLD parser.
1134
-
1135
- * NEW: Simple .name TLD parser.
1136
-
1137
- * NEW: Simple .ie TLD parser.
1138
-
1139
- * NEW: Simple .edu TLD parser.
1140
-
1141
- * NEW: Simple .info TLD parser.
1142
-
1143
- * NEW: Simple .gov TLD parser.
1144
-
1145
- * NEW: Simple .za.net TLD parser.
1146
-
1147
- * NEW: Simple .eu.org TLD parser.
1148
-
1149
- * NEW: Simple .za.org TLD parser.
1150
-
1151
- * NEW: Simple .int/.arpa TLD parser.
1152
-
1153
- * NEW: Simple .aero TLD parser.
1154
-
1155
- * NEW: Simple .asia TLD parser.
1156
-
1157
- * NEW: Simple .bz, .gi, .hn, .lc, .mn, .sc and .vc TLD parser.
1158
-
1159
- * NEW: .tv TLD parser.
1160
-
1161
- * NEW: .hu TLD parser.
1162
-
1163
- * NEW: Ability to pass timeout option to 'ruby-whois' (closes REDMINE-334)
1164
-
1165
- * NEW: Whois::Answer#properties returns an Hash of :key => value
1166
-
1167
- * CHANGED: Removed Whois::BUILD and Whois::STATUS constants. Added Whois::Version::ALPHA constant to be used when I need to package prereleases (see RubyGem --prerelease flag).
1168
-
1169
- * CHANGED: Extracted Whois::Answer::Parser::Ast module from existing parsers.
1170
-
1171
- * CHANGED: Normalized WhoisDenicDe parser.
1172
-
1173
- * CHANGED: Renamed #supported to #property_supported?
1174
-
1175
-
1176
- == Release 0.8.1
1177
-
1178
- * FIXED: Updated the whois.denic.de parser to the new format. Thanks to David Krentzlin (closes REDMINE-314)
1179
-
1180
- * FIXED: In case of thin server the client should select the closest whois server match (closes REDMINE-264)
1181
-
1182
- * NEW: ability to check whether a property is supported via answer.supported? or parser.supported?
1183
-
1184
-
1185
- == Release 0.8.0
1186
-
1187
- * FIXED: Server definition with :format doesn't use the Formatted adapter (closes REDMINE-305)
1188
-
1189
- * NEW: whois.denic.de (.de TLD) parser [Aaron Mueller]
1190
-
1191
- * NEW: introduced support for multipart answers and Parser proxy class. This is useful in case of thin servers such as .com or .net because the parser needs to know all different responses in order to load all single scanners.
1192
-
1193
- * NEW: whois.crsnic.net (.com, .net, ... TLDs) parser.
1194
-
1195
- * CHANGED: extracted all scanners into separated classes in order to make easier extract shared features.
1196
-
1197
- * CHANGED: renamed Whois::Response to Whois::Answer. This change is required to avoid confusion between query-answer and server request-response. A Whois::Answer is composed by one or more parts, corresponding to single server answers.
1198
-
1199
- * REMOVED: Whois::Answer#i_am_feeling_lucky (formerly Whois::Answer#i_am_feeling_lucky) become obsolete since the introduction of Answer parsers.
1200
-
1201
-
1202
- == Release 0.6.0
1203
-
1204
- * NEW: new more convenient method to query a whois server in addition to the existing Whois::whois method.
1205
-
1206
- Whois::query("domain.com")
1207
- # same as Whois::whois but added to normalize application interfaces.
1208
-
1209
- Whois::available?("domain.com")
1210
- # returns true if the domain is available.
1211
-
1212
- Whois::registered?("domain.com")
1213
- # returns true if the domain is registered.
1214
-
1215
- * NEW: Experimental support for whois response parsing. This release is shipped with two parsers for the .it and .net TLD.
1216
-
1217
- r = Whois::query("google.it")
1218
- r.available?
1219
- # => false
1220
- r.created_on
1221
- # => Time.parse("1999-12-10 00:00:00")
1222
- r.Nameservers
1223
- # => ["ns1.google.com", "ns2.google.com", ...]
1224
-
1225
- * CHANGED: A whois query now returns a custom Whois::Response object instead of a simple string.
1226
- The previous interface is still supported, so you can continue to compare the response with Strings
1227
- but this behavior will be deprecated in a future release.
1228
-
1229
- r = Whois::query("domain.com")
1230
- # supported but deprecated in a future version
1231
- r == "NOT FOUND"
1232
- # explicitly cast the object to string instead
1233
- r.to_s == "NOT FOUND"
1234
- # or use one of the other Whois::Response methods.
1235
-
1236
- Note. This is an experimental version (EAP) and it should not be considered production-ready.
1237
- API might change at any time without previous notice.
1238
-
1239
-
1240
- == Release 0.5.3
1241
-
1242
- * FIXED: self.valid_ipv6?(addr) references valid_v4? instead of valid_ipv4? (closes REDMINE-300)
1243
-
1244
- * FIXED: In some rare circumstances the server guessing fails to return the right server but returns an other server instead (closes REDMINE-260).
1245
-
1246
-
1247
- == Release 0.5.2
1248
-
1249
- * SERVER: Sync definitions with Debian whois 4.7.36.
1250
-
1251
- * SERVER: Added new IPv4 allocations (whois 4.7.36).
1252
-
1253
- * SERVER: Added .ls, .mg, .mk, .tz and .uy TLD definitions (whois 4.7.36).
1254
-
1255
- * SERVER: Updated .jobs, .ms and .ph TLD definitions (whois 4.7.36).
1256
-
1257
- * SERVER: Removed .td TLD definition (whois 4.7.36).
1258
-
1259
- * NEW: Whois::Client.new now accepts a block and yields self.
1260
-
1261
- client = Whois::Client.new do |c|
1262
- c.timeout = nil
1263
- end
1264
- client.query("google.com")
1265
-
1266
- * FIXED: DeprecatedWhoisTest are flagged with need_connectivity method because they require connectivity.
1267
-
1268
-
1269
- == Release 0.5.1
1270
-
1271
- * NEW: Whois binary (closes REDMINE-271).
1272
-
1273
- * FIXED: 'rake coverage' task crashes.
1274
-
1275
- * FIXED: In case of thin server the client should concatenate all responses (closes REDMINE-259).
1276
-
1277
-
1278
- == Release 0.5.0
1279
-
1280
- * NEW: Support for IPv4 and IPv6 (closes REDMINE-265).
1281
-
1282
- * NEW: Compatibility with existing GEM Whois 0.4.2 (closes REDMINE-266).
1283
-
1284
- * NEW: Deprecation warning for all the features that will be removed in Whois 0.6.0 (closes REDMINE-266).
1285
-
1286
- * NEW: Default timeout for any Whois query run from the client interface (closes REDMINE-269).
1287
-
1288
- * FIXED: Whois#whois defined as instance method but modules can't have instances!
1289
-
1290
- * FIXED: Whois::Server::Adapters::Verisign adapter always use "whois.crsnic.net" regardless the adapter set in the server definition.
1291
-
1292
-
1293
- * SERVER: Updated .tv TLD definition (closes REDMINE-261).
1294
-
1295
- * SERVER: Updated .ae TLD definition (closes REDMINE-270).
1296
-
1297
-
1298
- == Release 0.1.1
1299
-
1300
- * FIXED: Server#guess should raise ServerNotFound when query is not recognized.
1301
-
1302
- * FIXED: ServerError should inherits from Error and not StandardError.
1303
-
1304
- * CHANGED: Removed the Kernel#whois method because fights with many implementations of missing_method. Moved the method under the Whois namespace.
1305
-
1306
-
1307
- == Release 0.1.0
1308
-
1309
- * First release