whois-parser 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2344) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +9 -0
  3. data/.rspec +1 -0
  4. data/.ruby-gemset +1 -0
  5. data/.simplecov +3 -0
  6. data/.travis.yml +27 -0
  7. data/CHANGELOG.md +7 -0
  8. data/CONTRIBUTING.md +14 -14
  9. data/Gemfile +5 -0
  10. data/Rakefile +33 -0
  11. data/bin/console +14 -0
  12. data/lib/whois/parser.rb +2 -2
  13. data/lib/whois/parser/version.rb +1 -1
  14. data/lib/whois/parsers/base_icann_compliant.rb +3 -3
  15. data/lib/whois/parsers/base_icb.rb +16 -57
  16. data/lib/whois/parsers/{whois.domain.kg.rb → whois.kg.rb} +7 -10
  17. data/lib/whois/parsers/whois.nic.io.rb +1 -1
  18. data/lib/whois/parsers/whois.nic.tm.rb +70 -4
  19. data/lib/whois/scanners/whois.pir.org.rb +1 -1
  20. data/spec/fixtures/referrals/afilias.bz.txt +40 -0
  21. data/spec/fixtures/referrals/arin_referral_apnic.txt +78 -0
  22. data/spec/fixtures/referrals/arin_referral_missing.txt +52 -0
  23. data/spec/fixtures/referrals/arin_referral_ripe.txt +50 -0
  24. data/spec/fixtures/referrals/arin_referral_rwhois.txt +63 -0
  25. data/spec/fixtures/referrals/arin_referral_servernap.txt +63 -0
  26. data/spec/fixtures/referrals/arin_referral_whois.txt +56 -0
  27. data/spec/fixtures/referrals/crsnic.com.txt +210 -0
  28. data/spec/fixtures/referrals/crsnic.com_referral.txt +57 -0
  29. data/spec/fixtures/referrals/crsnic.com_referral_missing.txt +50 -0
  30. data/spec/fixtures/referrals/crsnic.com_referral_multiple.txt +210 -0
  31. data/spec/fixtures/referrals/crsnic.com_referral_not_defined.txt +53 -0
  32. data/spec/fixtures/referrals/niccc.cc.txt +59 -0
  33. data/spec/fixtures/responses/capetown-whois.registry.net.za/capetown/status_available.expected +47 -0
  34. data/spec/fixtures/responses/capetown-whois.registry.net.za/capetown/status_available.txt +10 -0
  35. data/spec/fixtures/responses/capetown-whois.registry.net.za/capetown/status_registered.expected +106 -0
  36. data/spec/fixtures/responses/capetown-whois.registry.net.za/capetown/status_registered.txt +80 -0
  37. data/spec/fixtures/responses/ccwhois.ksregistry.net/vg/status_available.expected +50 -0
  38. data/spec/fixtures/responses/ccwhois.ksregistry.net/vg/status_available.txt +1 -0
  39. data/spec/fixtures/responses/ccwhois.ksregistry.net/vg/status_registered.expected +113 -0
  40. data/spec/fixtures/responses/ccwhois.ksregistry.net/vg/status_registered.txt +75 -0
  41. data/spec/fixtures/responses/ccwhois.verisign-grs.com/cc/property_nameserver_no_nameserver.expected +3 -0
  42. data/spec/fixtures/responses/ccwhois.verisign-grs.com/cc/property_nameserver_no_nameserver.txt +54 -0
  43. data/spec/fixtures/responses/ccwhois.verisign-grs.com/cc/status_available.expected +46 -0
  44. data/spec/fixtures/responses/ccwhois.verisign-grs.com/cc/status_available.txt +44 -0
  45. data/spec/fixtures/responses/ccwhois.verisign-grs.com/cc/status_registered.expected +69 -0
  46. data/spec/fixtures/responses/ccwhois.verisign-grs.com/cc/status_registered.txt +58 -0
  47. data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/property_contact_fax_empty.expected +17 -0
  48. data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/property_contact_fax_empty.txt +81 -0
  49. data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/response_throttled.expected +2 -0
  50. data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/response_throttled.txt +1 -0
  51. data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/status_available.expected +47 -0
  52. data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/status_available.txt +12 -0
  53. data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/status_registered.expected +107 -0
  54. data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/status_registered.txt +81 -0
  55. data/spec/fixtures/responses/durban-whois.registry.net.za/durban/status_available.expected +47 -0
  56. data/spec/fixtures/responses/durban-whois.registry.net.za/durban/status_available.txt +10 -0
  57. data/spec/fixtures/responses/durban-whois.registry.net.za/durban/status_registered.expected +109 -0
  58. data/spec/fixtures/responses/durban-whois.registry.net.za/durban/status_registered.txt +80 -0
  59. data/spec/fixtures/responses/joburg-whois.registry.net.za/joburg/status_available.expected +47 -0
  60. data/spec/fixtures/responses/joburg-whois.registry.net.za/joburg/status_available.txt +10 -0
  61. data/spec/fixtures/responses/joburg-whois.registry.net.za/joburg/status_registered.expected +110 -0
  62. data/spec/fixtures/responses/joburg-whois.registry.net.za/joburg/status_registered.txt +81 -0
  63. data/spec/fixtures/responses/kero.yachay.pe/pe/response_throttled.expected +2 -0
  64. data/spec/fixtures/responses/kero.yachay.pe/pe/response_throttled.txt +18 -0
  65. data/spec/fixtures/responses/kero.yachay.pe/pe/status_available.expected +28 -0
  66. data/spec/fixtures/responses/kero.yachay.pe/pe/status_available.txt +24 -0
  67. data/spec/fixtures/responses/kero.yachay.pe/pe/status_inactive.expected +29 -0
  68. data/spec/fixtures/responses/kero.yachay.pe/pe/status_inactive.txt +31 -0
  69. data/spec/fixtures/responses/kero.yachay.pe/pe/status_registered.expected +36 -0
  70. data/spec/fixtures/responses/kero.yachay.pe/pe/status_registered.txt +35 -0
  71. data/spec/fixtures/responses/kero.yachay.pe/pe/status_suspended.expected +28 -0
  72. data/spec/fixtures/responses/kero.yachay.pe/pe/status_suspended.txt +35 -0
  73. data/spec/fixtures/responses/org-whois.registry.net.za/org.za/status_available.expected +47 -0
  74. data/spec/fixtures/responses/org-whois.registry.net.za/org.za/status_available.txt +10 -0
  75. data/spec/fixtures/responses/org-whois.registry.net.za/org.za/status_registered.expected +111 -0
  76. data/spec/fixtures/responses/org-whois.registry.net.za/org.za/status_registered.txt +79 -0
  77. data/spec/fixtures/responses/tvwhois.verisign-grs.com/tv/property_nameserver_no_nameserver.expected +3 -0
  78. data/spec/fixtures/responses/tvwhois.verisign-grs.com/tv/property_nameserver_no_nameserver.txt +53 -0
  79. data/spec/fixtures/responses/tvwhois.verisign-grs.com/tv/status_available.expected +45 -0
  80. data/spec/fixtures/responses/tvwhois.verisign-grs.com/tv/status_available.txt +44 -0
  81. data/spec/fixtures/responses/tvwhois.verisign-grs.com/tv/status_registered.expected +64 -0
  82. data/spec/fixtures/responses/tvwhois.verisign-grs.com/tv/status_registered.txt +57 -0
  83. data/spec/fixtures/responses/whois.1und1.info/status_available.expected +47 -0
  84. data/spec/fixtures/responses/whois.1und1.info/status_available.txt +21 -0
  85. data/spec/fixtures/responses/whois.1und1.info/status_registered.expected +101 -0
  86. data/spec/fixtures/responses/whois.1und1.info/status_registered.txt +67 -0
  87. data/spec/fixtures/responses/whois.35.com/status_registered.expected +97 -0
  88. data/spec/fixtures/responses/whois.35.com/status_registered.txt +58 -0
  89. data/spec/fixtures/responses/whois.aeda.net.ae/ae/status_available.expected +23 -0
  90. data/spec/fixtures/responses/whois.aeda.net.ae/ae/status_available.txt +1 -0
  91. data/spec/fixtures/responses/whois.aeda.net.ae/ae/status_registered.expected +27 -0
  92. data/spec/fixtures/responses/whois.aeda.net.ae/ae/status_registered.txt +15 -0
  93. data/spec/fixtures/responses/whois.aero/status_available.expected +53 -0
  94. data/spec/fixtures/responses/whois.aero/status_available.txt +1 -0
  95. data/spec/fixtures/responses/whois.aero/status_registered.expected +107 -0
  96. data/spec/fixtures/responses/whois.aero/status_registered.txt +102 -0
  97. data/spec/fixtures/responses/whois.aero/status_reserved.expected +53 -0
  98. data/spec/fixtures/responses/whois.aero/status_reserved.txt +1 -0
  99. data/spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.expected +50 -0
  100. data/spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.txt +1 -0
  101. data/spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.expected +65 -0
  102. data/spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.txt +43 -0
  103. data/spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.expected +50 -0
  104. data/spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.txt +1 -0
  105. data/spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.expected +100 -0
  106. data/spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.txt +98 -0
  107. data/spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.expected +50 -0
  108. data/spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.txt +1 -0
  109. data/spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.expected +100 -0
  110. data/spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.txt +83 -0
  111. data/spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.expected +50 -0
  112. data/spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.txt +1 -0
  113. data/spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.expected +104 -0
  114. data/spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.txt +85 -0
  115. data/spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.expected +73 -0
  116. data/spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.txt +1 -0
  117. data/spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.expected +103 -0
  118. data/spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.txt +86 -0
  119. data/spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.expected +50 -0
  120. data/spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.txt +1 -0
  121. data/spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.expected +104 -0
  122. data/spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.txt +100 -0
  123. data/spec/fixtures/responses/whois.afilias.net/info/status_available.expected +50 -0
  124. data/spec/fixtures/responses/whois.afilias.net/info/status_available.txt +1 -0
  125. data/spec/fixtures/responses/whois.afilias.net/info/status_registered.expected +104 -0
  126. data/spec/fixtures/responses/whois.afilias.net/info/status_registered.txt +86 -0
  127. data/spec/fixtures/responses/whois.afilias.net/info/status_reserved.expected +5 -0
  128. data/spec/fixtures/responses/whois.afilias.net/info/status_reserved.txt +4 -0
  129. data/spec/fixtures/responses/whois.afilias.net/pro/status_available.expected +50 -0
  130. data/spec/fixtures/responses/whois.afilias.net/pro/status_available.txt +4 -0
  131. data/spec/fixtures/responses/whois.afilias.net/pro/status_registered.expected +104 -0
  132. data/spec/fixtures/responses/whois.afilias.net/pro/status_registered.txt +72 -0
  133. data/spec/fixtures/responses/whois.afilias.net/pro/status_reserved.expected +5 -0
  134. data/spec/fixtures/responses/whois.afilias.net/pro/status_reserved.txt +4 -0
  135. data/spec/fixtures/responses/whois.amnic.net/am/status_available.expected +23 -0
  136. data/spec/fixtures/responses/whois.amnic.net/am/status_available.txt +6 -0
  137. data/spec/fixtures/responses/whois.amnic.net/am/status_registered.expected +34 -0
  138. data/spec/fixtures/responses/whois.amnic.net/am/status_registered.txt +44 -0
  139. data/spec/fixtures/responses/whois.ascio.com/status_available.expected +47 -0
  140. data/spec/fixtures/responses/whois.ascio.com/status_available.txt +24 -0
  141. data/spec/fixtures/responses/whois.ascio.com/status_registered.expected +98 -0
  142. data/spec/fixtures/responses/whois.ascio.com/status_registered.txt +84 -0
  143. data/spec/fixtures/responses/whois.ati.tn/tn/property_contact_updated_none.expected +8 -0
  144. data/spec/fixtures/responses/whois.ati.tn/tn/property_contact_updated_none.txt +34 -0
  145. data/spec/fixtures/responses/whois.ati.tn/tn/status_available.expected +50 -0
  146. data/spec/fixtures/responses/whois.ati.tn/tn/status_available.txt +4 -0
  147. data/spec/fixtures/responses/whois.ati.tn/tn/status_registered.expected +115 -0
  148. data/spec/fixtures/responses/whois.ati.tn/tn/status_registered.txt +36 -0
  149. data/spec/fixtures/responses/whois.audns.net.au/au/property_status_with_multiple.expected +2 -0
  150. data/spec/fixtures/responses/whois.audns.net.au/au/property_status_with_multiple.txt +22 -0
  151. data/spec/fixtures/responses/whois.audns.net.au/au/status_available.expected +49 -0
  152. data/spec/fixtures/responses/whois.audns.net.au/au/status_available.txt +1 -0
  153. data/spec/fixtures/responses/whois.audns.net.au/au/status_registered.expected +93 -0
  154. data/spec/fixtures/responses/whois.audns.net.au/au/status_registered.txt +26 -0
  155. data/spec/fixtures/responses/whois.ax/ax/status_available.expected +23 -0
  156. data/spec/fixtures/responses/whois.ax/ax/status_available.txt +9 -0
  157. data/spec/fixtures/responses/whois.ax/ax/status_registered.expected +32 -0
  158. data/spec/fixtures/responses/whois.ax/ax/status_registered.txt +28 -0
  159. data/spec/fixtures/responses/whois.biz/biz/status_available.expected +46 -0
  160. data/spec/fixtures/responses/whois.biz/biz/status_available.txt +7 -0
  161. data/spec/fixtures/responses/whois.biz/biz/status_registered.expected +101 -0
  162. data/spec/fixtures/responses/whois.biz/biz/status_registered.txt +70 -0
  163. data/spec/fixtures/responses/whois.bnnic.bn/bn/status_available.expected +23 -0
  164. data/spec/fixtures/responses/whois.bnnic.bn/bn/status_available.txt +1 -0
  165. data/spec/fixtures/responses/whois.bnnic.bn/bn/status_registered.expected +42 -0
  166. data/spec/fixtures/responses/whois.bnnic.bn/bn/status_registered.txt +50 -0
  167. data/spec/fixtures/responses/whois.cat/cat/property_status_missing.expected +2 -0
  168. data/spec/fixtures/responses/whois.cat/cat/property_status_missing.txt +18 -0
  169. data/spec/fixtures/responses/whois.cat/cat/property_status_multiple.expected +2 -0
  170. data/spec/fixtures/responses/whois.cat/cat/property_status_multiple.txt +83 -0
  171. data/spec/fixtures/responses/whois.cat/cat/property_status_ok.expected +2 -0
  172. data/spec/fixtures/responses/whois.cat/cat/property_status_ok.txt +83 -0
  173. data/spec/fixtures/responses/whois.cat/cat/status_available.expected +23 -0
  174. data/spec/fixtures/responses/whois.cat/cat/status_available.txt +18 -0
  175. data/spec/fixtures/responses/whois.cat/cat/status_registered.expected +34 -0
  176. data/spec/fixtures/responses/whois.cat/cat/status_registered.txt +87 -0
  177. data/spec/fixtures/responses/whois.cctld.by/by/status_available.expected +47 -0
  178. data/spec/fixtures/responses/whois.cctld.by/by/status_available.txt +1 -0
  179. data/spec/fixtures/responses/whois.cctld.by/by/status_registered.expected +57 -0
  180. data/spec/fixtures/responses/whois.cctld.by/by/status_registered.txt +12 -0
  181. data/spec/fixtures/responses/whois.cctld.uz/uz/property_expires_on_dash.expected +2 -0
  182. data/spec/fixtures/responses/whois.cctld.uz/uz/property_expires_on_dash.txt +123 -0
  183. data/spec/fixtures/responses/whois.cctld.uz/uz/property_status_reserved.expected +8 -0
  184. data/spec/fixtures/responses/whois.cctld.uz/uz/property_status_reserved.txt +123 -0
  185. data/spec/fixtures/responses/whois.cctld.uz/uz/status_available.expected +23 -0
  186. data/spec/fixtures/responses/whois.cctld.uz/uz/status_available.txt +12 -0
  187. data/spec/fixtures/responses/whois.cctld.uz/uz/status_registered.expected +30 -0
  188. data/spec/fixtures/responses/whois.cctld.uz/uz/status_registered.txt +123 -0
  189. data/spec/fixtures/responses/whois.cdmon.com/com/status_registered.expected +97 -0
  190. data/spec/fixtures/responses/whois.cdmon.com/com/status_registered.txt +49 -0
  191. data/spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.expected +50 -0
  192. data/spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.txt +1 -0
  193. data/spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.expected +107 -0
  194. data/spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.txt +76 -0
  195. data/spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.expected +50 -0
  196. data/spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.txt +1 -0
  197. data/spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.expected +111 -0
  198. data/spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.txt +62 -0
  199. data/spec/fixtures/responses/whois.centralnic.com/br.com/status_available.expected +50 -0
  200. data/spec/fixtures/responses/whois.centralnic.com/br.com/status_available.txt +1 -0
  201. data/spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.expected +107 -0
  202. data/spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.txt +73 -0
  203. data/spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.expected +50 -0
  204. data/spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.txt +1 -0
  205. data/spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.expected +103 -0
  206. data/spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.txt +70 -0
  207. data/spec/fixtures/responses/whois.centralnic.com/de.com/status_available.expected +50 -0
  208. data/spec/fixtures/responses/whois.centralnic.com/de.com/status_available.txt +1 -0
  209. data/spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.expected +107 -0
  210. data/spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.txt +67 -0
  211. data/spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.expected +50 -0
  212. data/spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.txt +1 -0
  213. data/spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.expected +113 -0
  214. data/spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.txt +60 -0
  215. data/spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.expected +50 -0
  216. data/spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.txt +1 -0
  217. data/spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.expected +111 -0
  218. data/spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.txt +75 -0
  219. data/spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.expected +50 -0
  220. data/spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.txt +1 -0
  221. data/spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.expected +117 -0
  222. data/spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.txt +68 -0
  223. data/spec/fixtures/responses/whois.centralnic.com/gr.com/status_available.expected +50 -0
  224. data/spec/fixtures/responses/whois.centralnic.com/gr.com/status_available.txt +1 -0
  225. data/spec/fixtures/responses/whois.centralnic.com/gr.com/status_registered.expected +85 -0
  226. data/spec/fixtures/responses/whois.centralnic.com/gr.com/status_registered.txt +23 -0
  227. data/spec/fixtures/responses/whois.centralnic.com/hu.com/property_contacts_omitted.txt +32 -0
  228. data/spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.expected +50 -0
  229. data/spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.txt +1 -0
  230. data/spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.expected +103 -0
  231. data/spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.txt +73 -0
  232. data/spec/fixtures/responses/whois.centralnic.com/jp.net/status_available.expected +50 -0
  233. data/spec/fixtures/responses/whois.centralnic.com/jp.net/status_available.txt +1 -0
  234. data/spec/fixtures/responses/whois.centralnic.com/jp.net/status_registered.expected +103 -0
  235. data/spec/fixtures/responses/whois.centralnic.com/jp.net/status_registered.txt +77 -0
  236. data/spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.expected +50 -0
  237. data/spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.txt +1 -0
  238. data/spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.expected +107 -0
  239. data/spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.txt +76 -0
  240. data/spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.expected +50 -0
  241. data/spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.txt +1 -0
  242. data/spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.expected +119 -0
  243. data/spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.txt +77 -0
  244. data/spec/fixtures/responses/whois.centralnic.com/no.com/status_available.expected +50 -0
  245. data/spec/fixtures/responses/whois.centralnic.com/no.com/status_available.txt +1 -0
  246. data/spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.expected +50 -0
  247. data/spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.txt +1 -0
  248. data/spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.expected +107 -0
  249. data/spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.txt +52 -0
  250. data/spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.expected +50 -0
  251. data/spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.txt +1 -0
  252. data/spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.expected +99 -0
  253. data/spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.txt +62 -0
  254. data/spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.expected +50 -0
  255. data/spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.txt +1 -0
  256. data/spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.expected +103 -0
  257. data/spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.txt +61 -0
  258. data/spec/fixtures/responses/whois.centralnic.com/se.com/status_available.expected +50 -0
  259. data/spec/fixtures/responses/whois.centralnic.com/se.com/status_available.txt +1 -0
  260. data/spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected +111 -0
  261. data/spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.txt +75 -0
  262. data/spec/fixtures/responses/whois.centralnic.com/se.net/status_available.expected +50 -0
  263. data/spec/fixtures/responses/whois.centralnic.com/se.net/status_available.txt +1 -0
  264. data/spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected +113 -0
  265. data/spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.txt +71 -0
  266. data/spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.expected +50 -0
  267. data/spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.txt +1 -0
  268. data/spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.expected +107 -0
  269. data/spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.txt +57 -0
  270. data/spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.expected +50 -0
  271. data/spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.txt +1 -0
  272. data/spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.expected +107 -0
  273. data/spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.txt +76 -0
  274. data/spec/fixtures/responses/whois.centralnic.com/us.com/status_available.expected +50 -0
  275. data/spec/fixtures/responses/whois.centralnic.com/us.com/status_available.txt +1 -0
  276. data/spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.expected +111 -0
  277. data/spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.txt +61 -0
  278. data/spec/fixtures/responses/whois.centralnic.com/us.org/status_available.expected +50 -0
  279. data/spec/fixtures/responses/whois.centralnic.com/us.org/status_available.txt +1 -0
  280. data/spec/fixtures/responses/whois.centralnic.com/uy.com/property_contacts_omitted.txt +32 -0
  281. data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.expected +50 -0
  282. data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.txt +1 -0
  283. data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.expected +103 -0
  284. data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.txt +76 -0
  285. data/spec/fixtures/responses/whois.centralnic.com/za.com/status_available.expected +50 -0
  286. data/spec/fixtures/responses/whois.centralnic.com/za.com/status_available.txt +1 -0
  287. data/spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.expected +103 -0
  288. data/spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.txt +56 -0
  289. data/spec/fixtures/responses/whois.cira.ca/ca/field_without_value.expected +16 -0
  290. data/spec/fixtures/responses/whois.cira.ca/ca/field_without_value.txt +40 -0
  291. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_autorenew_grace.expected +8 -0
  292. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_autorenew_grace.txt +43 -0
  293. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_available.expected +8 -0
  294. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_available.txt +9 -0
  295. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_pendingdelete.expected +8 -0
  296. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_pendingdelete.txt +20 -0
  297. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_redemption.expected +8 -0
  298. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_redemption.txt +40 -0
  299. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_registered.expected +8 -0
  300. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_registered.txt +40 -0
  301. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_tobereleased.expected +8 -0
  302. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_tobereleased.txt +10 -0
  303. data/spec/fixtures/responses/whois.cira.ca/ca/property_status_unavailable.txt +11 -0
  304. data/spec/fixtures/responses/whois.cira.ca/ca/status_available.expected +57 -0
  305. data/spec/fixtures/responses/whois.cira.ca/ca/status_available.txt +9 -0
  306. data/spec/fixtures/responses/whois.cira.ca/ca/status_invalid.expected +9 -0
  307. data/spec/fixtures/responses/whois.cira.ca/ca/status_invalid.txt +11 -0
  308. data/spec/fixtures/responses/whois.cira.ca/ca/status_registered.expected +111 -0
  309. data/spec/fixtures/responses/whois.cira.ca/ca/status_registered.txt +41 -0
  310. data/spec/fixtures/responses/whois.cmc.iq/iq/status_available.expected +34 -0
  311. data/spec/fixtures/responses/whois.cmc.iq/iq/status_available.txt +9 -0
  312. data/spec/fixtures/responses/whois.cmc.iq/iq/status_registered.expected +57 -0
  313. data/spec/fixtures/responses/whois.cmc.iq/iq/status_registered.txt +37 -0
  314. data/spec/fixtures/responses/whois.cnnic.cn/cn/property_status_ok.expected +8 -0
  315. data/spec/fixtures/responses/whois.cnnic.cn/cn/property_status_ok.txt +11 -0
  316. data/spec/fixtures/responses/whois.cnnic.cn/cn/property_status_reserved_list.expected +12 -0
  317. data/spec/fixtures/responses/whois.cnnic.cn/cn/property_status_reserved_list.txt +1 -0
  318. data/spec/fixtures/responses/whois.cnnic.cn/cn/status_available.expected +53 -0
  319. data/spec/fixtures/responses/whois.cnnic.cn/cn/status_available.txt +1 -0
  320. data/spec/fixtures/responses/whois.cnnic.cn/cn/status_registered.expected +71 -0
  321. data/spec/fixtures/responses/whois.cnnic.cn/cn/status_registered.txt +19 -0
  322. data/spec/fixtures/responses/whois.cnnic.cn/cn/status_reserved.expected +12 -0
  323. data/spec/fixtures/responses/whois.cnnic.cn/cn/status_reserved.txt +1 -0
  324. data/spec/fixtures/responses/whois.co.ca/co.ca/status_available.expected +27 -0
  325. data/spec/fixtures/responses/whois.co.ca/co.ca/status_available.txt +12 -0
  326. data/spec/fixtures/responses/whois.co.ca/co.ca/status_registered.expected +33 -0
  327. data/spec/fixtures/responses/whois.co.ca/co.ca/status_registered.txt +19 -0
  328. data/spec/fixtures/responses/whois.co.ca/co.ca/status_reserved.expected +12 -0
  329. data/spec/fixtures/responses/whois.co.ca/co.ca/status_reserved.txt +12 -0
  330. data/spec/fixtures/responses/whois.co.pl/co.pl/status_available.expected +47 -0
  331. data/spec/fixtures/responses/whois.co.pl/co.pl/status_available.txt +8 -0
  332. data/spec/fixtures/responses/whois.co.pl/co.pl/status_registered.expected +52 -0
  333. data/spec/fixtures/responses/whois.co.pl/co.pl/status_registered.txt +11 -0
  334. data/spec/fixtures/responses/whois.co.ug/ug/property_status_active.expected +8 -0
  335. data/spec/fixtures/responses/whois.co.ug/ug/property_status_active.txt +35 -0
  336. data/spec/fixtures/responses/whois.co.ug/ug/property_status_unconfirmed.expected +8 -0
  337. data/spec/fixtures/responses/whois.co.ug/ug/property_status_unconfirmed.txt +30 -0
  338. data/spec/fixtures/responses/whois.co.ug/ug/status_available.expected +23 -0
  339. data/spec/fixtures/responses/whois.co.ug/ug/status_available.txt +7 -0
  340. data/spec/fixtures/responses/whois.co.ug/ug/status_registered.expected +32 -0
  341. data/spec/fixtures/responses/whois.co.ug/ug/status_registered.txt +35 -0
  342. data/spec/fixtures/responses/whois.comlaude.com/status_registered.expected +89 -0
  343. data/spec/fixtures/responses/whois.comlaude.com/status_registered.txt +78 -0
  344. data/spec/fixtures/responses/whois.corporatedomains.com/status_available.expected +47 -0
  345. data/spec/fixtures/responses/whois.corporatedomains.com/status_available.txt +43 -0
  346. data/spec/fixtures/responses/whois.corporatedomains.com/status_registered.expected +113 -0
  347. data/spec/fixtures/responses/whois.corporatedomains.com/status_registered.txt +68 -0
  348. data/spec/fixtures/responses/whois.denic.de/de/property_nameservers_with_ip.expected +23 -0
  349. data/spec/fixtures/responses/whois.denic.de/de/property_nameservers_with_ip.txt +68 -0
  350. data/spec/fixtures/responses/whois.denic.de/de/property_technical_contact.txt +69 -0
  351. data/spec/fixtures/responses/whois.denic.de/de/response_error_55000000010.expected +8 -0
  352. data/spec/fixtures/responses/whois.denic.de/de/response_error_55000000010.txt +1 -0
  353. data/spec/fixtures/responses/whois.denic.de/de/response_throttled.expected +2 -0
  354. data/spec/fixtures/responses/whois.denic.de/de/response_throttled.txt +3 -0
  355. data/spec/fixtures/responses/whois.denic.de/de/status_available.expected +50 -0
  356. data/spec/fixtures/responses/whois.denic.de/de/status_available.txt +2 -0
  357. data/spec/fixtures/responses/whois.denic.de/de/status_failed.expected +8 -0
  358. data/spec/fixtures/responses/whois.denic.de/de/status_failed.txt +69 -0
  359. data/spec/fixtures/responses/whois.denic.de/de/status_failed_ace.expected +8 -0
  360. data/spec/fixtures/responses/whois.denic.de/de/status_failed_ace.txt +70 -0
  361. data/spec/fixtures/responses/whois.denic.de/de/status_invalid.expected +50 -0
  362. data/spec/fixtures/responses/whois.denic.de/de/status_invalid.txt +4 -0
  363. data/spec/fixtures/responses/whois.denic.de/de/status_registered.expected +80 -0
  364. data/spec/fixtures/responses/whois.denic.de/de/status_registered.txt +69 -0
  365. data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/property_status_deactivated.expected +8 -0
  366. data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/property_status_deactivated.txt +52 -0
  367. data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/property_status_reserved.expected +8 -0
  368. data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/property_status_reserved.txt +29 -0
  369. data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/response_throttled.expected.txt +2 -0
  370. data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/response_throttled.txt +2 -0
  371. data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/status_available.expected +27 -0
  372. data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/status_available.txt +15 -0
  373. data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/status_registered.expected +37 -0
  374. data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/status_registered.txt +47 -0
  375. data/spec/fixtures/responses/whois.dns.be/be/property_nameservers_with_ip.expected +12 -0
  376. data/spec/fixtures/responses/whois.dns.be/be/property_nameservers_with_ip.txt +64 -0
  377. data/spec/fixtures/responses/whois.dns.be/be/property_status_available.expected +8 -0
  378. data/spec/fixtures/responses/whois.dns.be/be/property_status_available.txt +39 -0
  379. data/spec/fixtures/responses/whois.dns.be/be/property_status_not_available.expected +8 -0
  380. data/spec/fixtures/responses/whois.dns.be/be/property_status_not_available.txt +63 -0
  381. data/spec/fixtures/responses/whois.dns.be/be/property_status_notallowed.expected +8 -0
  382. data/spec/fixtures/responses/whois.dns.be/be/property_status_notallowed.txt +40 -0
  383. data/spec/fixtures/responses/whois.dns.be/be/property_status_outofservice.expected +8 -0
  384. data/spec/fixtures/responses/whois.dns.be/be/property_status_outofservice.txt +65 -0
  385. data/spec/fixtures/responses/whois.dns.be/be/property_status_quarantine.expected +8 -0
  386. data/spec/fixtures/responses/whois.dns.be/be/property_status_quarantine.txt +44 -0
  387. data/spec/fixtures/responses/whois.dns.be/be/response_blocked.expected +5 -0
  388. data/spec/fixtures/responses/whois.dns.be/be/response_blocked.txt +37 -0
  389. data/spec/fixtures/responses/whois.dns.be/be/response_throttled_hourly.expected +2 -0
  390. data/spec/fixtures/responses/whois.dns.be/be/response_throttled_hourly.txt +40 -0
  391. data/spec/fixtures/responses/whois.dns.be/be/response_throttled_limit.expected +2 -0
  392. data/spec/fixtures/responses/whois.dns.be/be/response_throttled_limit.txt +40 -0
  393. data/spec/fixtures/responses/whois.dns.be/be/status_available.expected +39 -0
  394. data/spec/fixtures/responses/whois.dns.be/be/status_available.txt +39 -0
  395. data/spec/fixtures/responses/whois.dns.be/be/status_invalid.expected +39 -0
  396. data/spec/fixtures/responses/whois.dns.be/be/status_invalid.txt +40 -0
  397. data/spec/fixtures/responses/whois.dns.be/be/status_registered.expected +51 -0
  398. data/spec/fixtures/responses/whois.dns.be/be/status_registered.txt +67 -0
  399. data/spec/fixtures/responses/whois.dns.hr/hr/status_available.expected +47 -0
  400. data/spec/fixtures/responses/whois.dns.hr/hr/status_available.txt +1 -0
  401. data/spec/fixtures/responses/whois.dns.hr/hr/status_registered.expected +62 -0
  402. data/spec/fixtures/responses/whois.dns.hr/hr/status_registered.txt +16 -0
  403. data/spec/fixtures/responses/whois.dns.lu/lu/property_nameservers_with_ip.expected +12 -0
  404. data/spec/fixtures/responses/whois.dns.lu/lu/property_nameservers_with_ip.txt +55 -0
  405. data/spec/fixtures/responses/whois.dns.lu/lu/status_available.expected +39 -0
  406. data/spec/fixtures/responses/whois.dns.lu/lu/status_available.txt +24 -0
  407. data/spec/fixtures/responses/whois.dns.lu/lu/status_registered.expected +73 -0
  408. data/spec/fixtures/responses/whois.dns.lu/lu/status_registered.txt +55 -0
  409. data/spec/fixtures/responses/whois.dns.pl/pl/property_expires_on_not_defined.expected +2 -0
  410. data/spec/fixtures/responses/whois.dns.pl/pl/property_expires_on_not_defined.txt +29 -0
  411. data/spec/fixtures/responses/whois.dns.pl/pl/property_nameservers_with_ip.expected +9 -0
  412. data/spec/fixtures/responses/whois.dns.pl/pl/property_nameservers_with_ip.txt +24 -0
  413. data/spec/fixtures/responses/whois.dns.pl/pl/response_throttled.expected +2 -0
  414. data/spec/fixtures/responses/whois.dns.pl/pl/response_throttled.txt +1 -0
  415. data/spec/fixtures/responses/whois.dns.pl/pl/status_available.expected +44 -0
  416. data/spec/fixtures/responses/whois.dns.pl/pl/status_available.txt +8 -0
  417. data/spec/fixtures/responses/whois.dns.pl/pl/status_registered.expected +73 -0
  418. data/spec/fixtures/responses/whois.dns.pl/pl/status_registered.txt +36 -0
  419. data/spec/fixtures/responses/whois.dns.pt/pt/property_nameservers.expected +11 -0
  420. data/spec/fixtures/responses/whois.dns.pt/pt/property_nameservers.txt +25 -0
  421. data/spec/fixtures/responses/whois.dns.pt/pt/property_status_techpro.expected +8 -0
  422. data/spec/fixtures/responses/whois.dns.pt/pt/property_status_techpro.txt +21 -0
  423. data/spec/fixtures/responses/whois.dns.pt/pt/status_available.expected +23 -0
  424. data/spec/fixtures/responses/whois.dns.pt/pt/status_available.txt +1 -0
  425. data/spec/fixtures/responses/whois.dns.pt/pt/status_inactive.expected +25 -0
  426. data/spec/fixtures/responses/whois.dns.pt/pt/status_inactive.txt +21 -0
  427. data/spec/fixtures/responses/whois.dns.pt/pt/status_registered.expected +33 -0
  428. data/spec/fixtures/responses/whois.dns.pt/pt/status_registered.txt +25 -0
  429. data/spec/fixtures/responses/whois.dns.pt/pt/status_reserved.expected +24 -0
  430. data/spec/fixtures/responses/whois.dns.pt/pt/status_reserved.txt +24 -0
  431. data/spec/fixtures/responses/whois.domain-registry.nl/nl/property_nameservers_with_ip.expected +9 -0
  432. data/spec/fixtures/responses/whois.domain-registry.nl/nl/property_nameservers_with_ip.txt +34 -0
  433. data/spec/fixtures/responses/whois.domain-registry.nl/nl/property_status_inactive.expected +8 -0
  434. data/spec/fixtures/responses/whois.domain-registry.nl/nl/property_status_inactive.txt +35 -0
  435. data/spec/fixtures/responses/whois.domain-registry.nl/nl/response_throttled.expected +2 -0
  436. data/spec/fixtures/responses/whois.domain-registry.nl/nl/response_throttled.txt +1 -0
  437. data/spec/fixtures/responses/whois.domain-registry.nl/nl/response_throttled_daily.expected +2 -0
  438. data/spec/fixtures/responses/whois.domain-registry.nl/nl/response_throttled_daily.txt +1 -0
  439. data/spec/fixtures/responses/whois.domain-registry.nl/nl/response_unavailable.expected +2 -0
  440. data/spec/fixtures/responses/whois.domain-registry.nl/nl/response_unavailable.txt +1 -0
  441. data/spec/fixtures/responses/whois.domain-registry.nl/nl/status_available.expected +31 -0
  442. data/spec/fixtures/responses/whois.domain-registry.nl/nl/status_available.txt +21 -0
  443. data/spec/fixtures/responses/whois.domain-registry.nl/nl/status_redemption.expected +31 -0
  444. data/spec/fixtures/responses/whois.domain-registry.nl/nl/status_redemption.txt +32 -0
  445. data/spec/fixtures/responses/whois.domain-registry.nl/nl/status_registered.expected +41 -0
  446. data/spec/fixtures/responses/whois.domain-registry.nl/nl/status_registered.txt +67 -0
  447. data/spec/fixtures/responses/whois.domainregistry.ie/ie/case_token_application_pending.expected +2 -0
  448. data/spec/fixtures/responses/whois.domainregistry.ie/ie/case_token_application_pending.txt +10 -0
  449. data/spec/fixtures/responses/whois.domainregistry.ie/ie/property_contacts_multiple.expected +19 -0
  450. data/spec/fixtures/responses/whois.domainregistry.ie/ie/property_contacts_multiple.txt +29 -0
  451. data/spec/fixtures/responses/whois.domainregistry.ie/ie/property_contacts_not_matching_id.expected +7 -0
  452. data/spec/fixtures/responses/whois.domainregistry.ie/ie/property_contacts_not_matching_id.txt +34 -0
  453. data/spec/fixtures/responses/whois.domainregistry.ie/ie/property_nameservers_with_ip.expected +21 -0
  454. data/spec/fixtures/responses/whois.domainregistry.ie/ie/property_nameservers_with_ip.txt +30 -0
  455. data/spec/fixtures/responses/whois.domainregistry.ie/ie/status_available.expected +50 -0
  456. data/spec/fixtures/responses/whois.domainregistry.ie/ie/status_available.txt +5 -0
  457. data/spec/fixtures/responses/whois.domainregistry.ie/ie/status_registered.expected +70 -0
  458. data/spec/fixtures/responses/whois.domainregistry.ie/ie/status_registered.txt +29 -0
  459. data/spec/fixtures/responses/whois.domreg.lt/lt/property_nameservers_with_ip.expected +15 -0
  460. data/spec/fixtures/responses/whois.domreg.lt/lt/property_nameservers_with_ip.txt +32 -0
  461. data/spec/fixtures/responses/whois.domreg.lt/lt/status_available.expected +23 -0
  462. data/spec/fixtures/responses/whois.domreg.lt/lt/status_available.txt +18 -0
  463. data/spec/fixtures/responses/whois.domreg.lt/lt/status_registered.expected +30 -0
  464. data/spec/fixtures/responses/whois.domreg.lt/lt/status_registered.txt +37 -0
  465. data/spec/fixtures/responses/whois.donuts.co/bike/status_available.expected +47 -0
  466. data/spec/fixtures/responses/whois.donuts.co/bike/status_available.txt +3 -0
  467. data/spec/fixtures/responses/whois.donuts.co/bike/status_registered.expected +110 -0
  468. data/spec/fixtures/responses/whois.donuts.co/bike/status_registered.txt +63 -0
  469. data/spec/fixtures/responses/whois.dot.cf/cf/property_expires_on_blank.expected +2 -0
  470. data/spec/fixtures/responses/whois.dot.cf/cf/property_expires_on_blank.txt +64 -0
  471. data/spec/fixtures/responses/whois.dot.cf/cf/status_available.expected +23 -0
  472. data/spec/fixtures/responses/whois.dot.cf/cf/status_available.txt +1 -0
  473. data/spec/fixtures/responses/whois.dot.cf/cf/status_registered.expected +34 -0
  474. data/spec/fixtures/responses/whois.dot.cf/cf/status_registered.txt +64 -0
  475. data/spec/fixtures/responses/whois.dot.tk/tk/status_available.expected +23 -0
  476. data/spec/fixtures/responses/whois.dot.tk/tk/status_available.txt +1 -0
  477. data/spec/fixtures/responses/whois.dot.tk/tk/status_registered.expected +33 -0
  478. data/spec/fixtures/responses/whois.dot.tk/tk/status_registered.txt +28 -0
  479. data/spec/fixtures/responses/whois.dotgov.gov/gov/status_available.expected +22 -0
  480. data/spec/fixtures/responses/whois.dotgov.gov/gov/status_available.txt +7 -0
  481. data/spec/fixtures/responses/whois.dotgov.gov/gov/status_registered.expected +22 -0
  482. data/spec/fixtures/responses/whois.dotgov.gov/gov/status_registered.txt +9 -0
  483. data/spec/fixtures/responses/whois.dotmobiregistry.net/mobi/status_available.expected +50 -0
  484. data/spec/fixtures/responses/whois.dotmobiregistry.net/mobi/status_available.txt +1 -0
  485. data/spec/fixtures/responses/whois.dotmobiregistry.net/mobi/status_registered.expected +104 -0
  486. data/spec/fixtures/responses/whois.dotmobiregistry.net/mobi/status_registered.txt +81 -0
  487. data/spec/fixtures/responses/whois.dotpostregistry.net/post/status_available.expected +50 -0
  488. data/spec/fixtures/responses/whois.dotpostregistry.net/post/status_available.txt +1 -0
  489. data/spec/fixtures/responses/whois.dotpostregistry.net/post/status_registered.expected +100 -0
  490. data/spec/fixtures/responses/whois.dotpostregistry.net/post/status_registered.txt +106 -0
  491. data/spec/fixtures/responses/whois.dreamhost.com/property_contact_private.expected +47 -0
  492. data/spec/fixtures/responses/whois.dreamhost.com/property_contact_private.txt +118 -0
  493. data/spec/fixtures/responses/whois.dreamhost.com/status_registered.expected +88 -0
  494. data/spec/fixtures/responses/whois.dreamhost.com/status_registered.txt +65 -0
  495. data/spec/fixtures/responses/whois.educause.edu/edu/fixture1.txt +63 -0
  496. data/spec/fixtures/responses/whois.educause.edu/edu/fixture2.txt +66 -0
  497. data/spec/fixtures/responses/whois.educause.edu/edu/fixture3.txt +67 -0
  498. data/spec/fixtures/responses/whois.educause.edu/edu/fixture4.txt +68 -0
  499. data/spec/fixtures/responses/whois.educause.edu/edu/fixture5.txt +66 -0
  500. data/spec/fixtures/responses/whois.educause.edu/edu/fixture6.txt +66 -0
  501. data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant.expected +27 -0
  502. data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant.txt +63 -0
  503. data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_with_additional_organization.expected +28 -0
  504. data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_with_additional_organization.txt +66 -0
  505. data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_without_address.expected +26 -0
  506. data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_without_address.txt +55 -0
  507. data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_without_zip.expected +27 -0
  508. data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_without_zip.txt +65 -0
  509. data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts.expected +31 -0
  510. data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts.txt +63 -0
  511. data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case1.expected +31 -0
  512. data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case1.txt +66 -0
  513. data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case2.expected +32 -0
  514. data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case2.txt +67 -0
  515. data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case3.expected +32 -0
  516. data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case3.txt +66 -0
  517. data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case4.expected +32 -0
  518. data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case4.txt +68 -0
  519. data/spec/fixtures/responses/whois.educause.edu/edu/property_updated_on_unknown.expected +2 -0
  520. data/spec/fixtures/responses/whois.educause.edu/edu/property_updated_on_unknown.txt +64 -0
  521. data/spec/fixtures/responses/whois.educause.edu/edu/status_available.expected +50 -0
  522. data/spec/fixtures/responses/whois.educause.edu/edu/status_available.txt +28 -0
  523. data/spec/fixtures/responses/whois.educause.edu/edu/status_registered.expected +103 -0
  524. data/spec/fixtures/responses/whois.educause.edu/edu/status_registered.txt +65 -0
  525. data/spec/fixtures/responses/whois.eenet.ee/ee/status_available.expected +23 -0
  526. data/spec/fixtures/responses/whois.eenet.ee/ee/status_available.txt +6 -0
  527. data/spec/fixtures/responses/whois.eenet.ee/ee/status_registered.expected +29 -0
  528. data/spec/fixtures/responses/whois.eenet.ee/ee/status_registered.txt +27 -0
  529. data/spec/fixtures/responses/whois.enom.com/status_available.expected +47 -0
  530. data/spec/fixtures/responses/whois.enom.com/status_available.txt +1 -0
  531. data/spec/fixtures/responses/whois.enom.com/status_registered.expected +112 -0
  532. data/spec/fixtures/responses/whois.enom.com/status_registered.txt +63 -0
  533. data/spec/fixtures/responses/whois.enom.com/status_registered_with_blank_updated_date.expected +2 -0
  534. data/spec/fixtures/responses/whois.enom.com/status_registered_with_blank_updated_date.txt +64 -0
  535. data/spec/fixtures/responses/whois.eu.org/eu.org/status_available.expected +22 -0
  536. data/spec/fixtures/responses/whois.eu.org/eu.org/status_available.txt +1 -0
  537. data/spec/fixtures/responses/whois.eu.org/eu.org/status_registered.expected +22 -0
  538. data/spec/fixtures/responses/whois.eu.org/eu.org/status_registered.txt +18 -0
  539. data/spec/fixtures/responses/whois.eu/eu/property_nameservers.expected +17 -0
  540. data/spec/fixtures/responses/whois.eu/eu/property_nameservers.txt +74 -0
  541. data/spec/fixtures/responses/whois.eu/eu/response_throttled.expected +2 -0
  542. data/spec/fixtures/responses/whois.eu/eu/response_throttled.txt +45 -0
  543. data/spec/fixtures/responses/whois.eu/eu/status_available.expected +48 -0
  544. data/spec/fixtures/responses/whois.eu/eu/status_available.txt +46 -0
  545. data/spec/fixtures/responses/whois.eu/eu/status_registered.expected +69 -0
  546. data/spec/fixtures/responses/whois.eu/eu/status_registered.txt +65 -0
  547. data/spec/fixtures/responses/whois.fi/fi/property_status_graceperiod.expected +71 -0
  548. data/spec/fixtures/responses/whois.fi/fi/property_status_graceperiod.txt +21 -0
  549. data/spec/fixtures/responses/whois.fi/fi/status_available.expected +48 -0
  550. data/spec/fixtures/responses/whois.fi/fi/status_available.txt +6 -0
  551. data/spec/fixtures/responses/whois.fi/fi/status_registered.expected +75 -0
  552. data/spec/fixtures/responses/whois.fi/fi/status_registered.txt +22 -0
  553. data/spec/fixtures/responses/whois.fi/fi/status_reserved.expected +48 -0
  554. data/spec/fixtures/responses/whois.fi/fi/status_reserved.txt +6 -0
  555. data/spec/fixtures/responses/whois.gandi.net/status_available.expected +47 -0
  556. data/spec/fixtures/responses/whois.gandi.net/status_available.txt +1 -0
  557. data/spec/fixtures/responses/whois.gandi.net/status_registered.expected +114 -0
  558. data/spec/fixtures/responses/whois.gandi.net/status_registered.txt +83 -0
  559. data/spec/fixtures/responses/whois.gg/gg/status_available.expected +34 -0
  560. data/spec/fixtures/responses/whois.gg/gg/status_available.txt +33 -0
  561. data/spec/fixtures/responses/whois.gg/gg/status_registered.expected +39 -0
  562. data/spec/fixtures/responses/whois.gg/gg/status_registered.txt +64 -0
  563. data/spec/fixtures/responses/whois.godaddy.com/property_dates_not_available.txt +54 -0
  564. data/spec/fixtures/responses/whois.godaddy.com/status_registered.expected +141 -0
  565. data/spec/fixtures/responses/whois.godaddy.com/status_registered.txt +88 -0
  566. data/spec/fixtures/responses/whois.gov.za/gov.za/status_available.expected +22 -0
  567. data/spec/fixtures/responses/whois.gov.za/gov.za/status_available.txt +1 -0
  568. data/spec/fixtures/responses/whois.gov.za/gov.za/status_registered.expected +23 -0
  569. data/spec/fixtures/responses/whois.gov.za/gov.za/status_registered.txt +29 -0
  570. data/spec/fixtures/responses/whois.hkirc.hk/hk/property_expires_on_null.expected +2 -0
  571. data/spec/fixtures/responses/whois.hkirc.hk/hk/property_expires_on_null.txt +104 -0
  572. data/spec/fixtures/responses/whois.hkirc.hk/hk/status_available.expected +23 -0
  573. data/spec/fixtures/responses/whois.hkirc.hk/hk/status_available.txt +1 -0
  574. data/spec/fixtures/responses/whois.hkirc.hk/hk/status_registered.expected +33 -0
  575. data/spec/fixtures/responses/whois.hkirc.hk/hk/status_registered.txt +111 -0
  576. data/spec/fixtures/responses/whois.iana.org/arpa/status_available.txt +10 -0
  577. data/spec/fixtures/responses/whois.iana.org/arpa/status_registered.txt +45 -0
  578. data/spec/fixtures/responses/whois.iana.org/int/status_available.expected +36 -0
  579. data/spec/fixtures/responses/whois.iana.org/int/status_available.txt +10 -0
  580. data/spec/fixtures/responses/whois.iana.org/int/status_registered.expected +104 -0
  581. data/spec/fixtures/responses/whois.iana.org/int/status_registered.txt +44 -0
  582. data/spec/fixtures/responses/whois.iana.org/tld/status_not_assigned.expected +37 -0
  583. data/spec/fixtures/responses/whois.iana.org/tld/status_not_assigned.txt +17 -0
  584. data/spec/fixtures/responses/whois.iis.nu/nu/status_available.expected +51 -0
  585. data/spec/fixtures/responses/whois.iis.nu/nu/status_available.txt +15 -0
  586. data/spec/fixtures/responses/whois.iis.nu/nu/status_registered.expected +76 -0
  587. data/spec/fixtures/responses/whois.iis.nu/nu/status_registered.txt +30 -0
  588. data/spec/fixtures/responses/whois.iis.se/se/property_datetime_is_dash.expected +10 -0
  589. data/spec/fixtures/responses/whois.iis.se/se/property_datetime_is_dash.txt +34 -0
  590. data/spec/fixtures/responses/whois.iis.se/se/property_nameservers_single.expected +7 -0
  591. data/spec/fixtures/responses/whois.iis.se/se/property_nameservers_single.txt +33 -0
  592. data/spec/fixtures/responses/whois.iis.se/se/property_nameservers_with_ip.expected +15 -0
  593. data/spec/fixtures/responses/whois.iis.se/se/property_nameservers_with_ip.txt +37 -0
  594. data/spec/fixtures/responses/whois.iis.se/se/property_status_inactive.expected +35 -0
  595. data/spec/fixtures/responses/whois.iis.se/se/property_status_inactive.txt +34 -0
  596. data/spec/fixtures/responses/whois.iis.se/se/property_status_missing.txt +21 -0
  597. data/spec/fixtures/responses/whois.iis.se/se/property_status_ok.expected +8 -0
  598. data/spec/fixtures/responses/whois.iis.se/se/property_status_ok.txt +37 -0
  599. data/spec/fixtures/responses/whois.iis.se/se/property_status_serverhold.expected +8 -0
  600. data/spec/fixtures/responses/whois.iis.se/se/property_status_serverhold.txt +38 -0
  601. data/spec/fixtures/responses/whois.iis.se/se/status_available.expected +51 -0
  602. data/spec/fixtures/responses/whois.iis.se/se/status_available.txt +16 -0
  603. data/spec/fixtures/responses/whois.iis.se/se/status_registered.expected +76 -0
  604. data/spec/fixtures/responses/whois.iis.se/se/status_registered.txt +34 -0
  605. data/spec/fixtures/responses/whois.in.ua/in.ua/status_available.expected +23 -0
  606. data/spec/fixtures/responses/whois.in.ua/in.ua/status_available.txt +4 -0
  607. data/spec/fixtures/responses/whois.in.ua/in.ua/status_registered.expected +31 -0
  608. data/spec/fixtures/responses/whois.in.ua/in.ua/status_registered.txt +16 -0
  609. data/spec/fixtures/responses/whois.inregistry.net/in/property_status_missing.expected +2 -0
  610. data/spec/fixtures/responses/whois.inregistry.net/in/property_status_missing.txt +1 -0
  611. data/spec/fixtures/responses/whois.inregistry.net/in/property_status_multiple.expected +2 -0
  612. data/spec/fixtures/responses/whois.inregistry.net/in/property_status_multiple.txt +86 -0
  613. data/spec/fixtures/responses/whois.inregistry.net/in/property_status_ok.expected +2 -0
  614. data/spec/fixtures/responses/whois.inregistry.net/in/property_status_ok.txt +83 -0
  615. data/spec/fixtures/responses/whois.inregistry.net/in/status_available.expected +50 -0
  616. data/spec/fixtures/responses/whois.inregistry.net/in/status_available.txt +1 -0
  617. data/spec/fixtures/responses/whois.inregistry.net/in/status_registered.expected +109 -0
  618. data/spec/fixtures/responses/whois.inregistry.net/in/status_registered.txt +70 -0
  619. data/spec/fixtures/responses/whois.isnic.is/is/status_available.expected +23 -0
  620. data/spec/fixtures/responses/whois.isnic.is/is/status_available.txt +7 -0
  621. data/spec/fixtures/responses/whois.isnic.is/is/status_registered.expected +29 -0
  622. data/spec/fixtures/responses/whois.isnic.is/is/status_registered.txt +55 -0
  623. data/spec/fixtures/responses/whois.isoc.org.il/il/property_status_missing.expected +8 -0
  624. data/spec/fixtures/responses/whois.isoc.org.il/il/property_status_missing.txt +19 -0
  625. data/spec/fixtures/responses/whois.isoc.org.il/il/property_status_transfer_allowed.expected +8 -0
  626. data/spec/fixtures/responses/whois.isoc.org.il/il/property_status_transfer_allowed.txt +52 -0
  627. data/spec/fixtures/responses/whois.isoc.org.il/il/property_status_transfer_locked.expected +8 -0
  628. data/spec/fixtures/responses/whois.isoc.org.il/il/property_status_transfer_locked.txt +84 -0
  629. data/spec/fixtures/responses/whois.isoc.org.il/il/status_available.expected +23 -0
  630. data/spec/fixtures/responses/whois.isoc.org.il/il/status_available.txt +19 -0
  631. data/spec/fixtures/responses/whois.isoc.org.il/il/status_registered.expected +36 -0
  632. data/spec/fixtures/responses/whois.isoc.org.il/il/status_registered.txt +73 -0
  633. data/spec/fixtures/responses/whois.ja.net/ac.uk/status_available.expected +23 -0
  634. data/spec/fixtures/responses/whois.ja.net/ac.uk/status_available.txt +3 -0
  635. data/spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.expected +38 -0
  636. data/spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.txt +39 -0
  637. data/spec/fixtures/responses/whois.ja.net/gov.uk/status_available.expected +23 -0
  638. data/spec/fixtures/responses/whois.ja.net/gov.uk/status_available.txt +3 -0
  639. data/spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.expected +42 -0
  640. data/spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.txt +45 -0
  641. data/spec/fixtures/responses/whois.je/je/status_available.expected +34 -0
  642. data/spec/fixtures/responses/whois.je/je/status_available.txt +33 -0
  643. data/spec/fixtures/responses/whois.je/je/status_registered.expected +39 -0
  644. data/spec/fixtures/responses/whois.je/je/status_registered.txt +48 -0
  645. data/spec/fixtures/responses/whois.jprs.jp/co.jp/property_state_deleted.expected +8 -0
  646. data/spec/fixtures/responses/whois.jprs.jp/co.jp/property_state_deleted.txt +18 -0
  647. data/spec/fixtures/responses/whois.jprs.jp/co.jp/property_state_registered.expected +8 -0
  648. data/spec/fixtures/responses/whois.jprs.jp/co.jp/property_state_registered.txt +19 -0
  649. data/spec/fixtures/responses/whois.jprs.jp/jp/property_status_suspended.expected +8 -0
  650. data/spec/fixtures/responses/whois.jprs.jp/jp/property_status_suspended.txt +27 -0
  651. data/spec/fixtures/responses/whois.jprs.jp/jp/property_status_to_be_suspended.expected +8 -0
  652. data/spec/fixtures/responses/whois.jprs.jp/jp/property_status_to_be_suspended.txt +28 -0
  653. data/spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.expected +3 -0
  654. data/spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.txt +28 -0
  655. data/spec/fixtures/responses/whois.jprs.jp/jp/status_available.expected +23 -0
  656. data/spec/fixtures/responses/whois.jprs.jp/jp/status_available.txt +21 -0
  657. data/spec/fixtures/responses/whois.jprs.jp/jp/status_registered.expected +34 -0
  658. data/spec/fixtures/responses/whois.jprs.jp/jp/status_registered.txt +32 -0
  659. data/spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.expected +24 -0
  660. data/spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.txt +27 -0
  661. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/property_created_on_missing.expected +2 -0
  662. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/property_created_on_missing.txt +20 -0
  663. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/property_state_reserved.expected +12 -0
  664. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/property_state_reserved.txt +24 -0
  665. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.expected +23 -0
  666. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.txt +17 -0
  667. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.expected +34 -0
  668. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.txt +19 -0
  669. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_reserved.expected +12 -0
  670. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_reserved.txt +24 -0
  671. data/spec/fixtures/responses/whois.kenic.or.ke/ke/status_available.expected +23 -0
  672. data/spec/fixtures/responses/whois.kenic.or.ke/ke/status_available.txt +22 -0
  673. data/spec/fixtures/responses/whois.kenic.or.ke/ke/status_invalid.expected +27 -0
  674. data/spec/fixtures/responses/whois.kenic.or.ke/ke/status_invalid.txt +22 -0
  675. data/spec/fixtures/responses/whois.kenic.or.ke/ke/status_registered.expected +34 -0
  676. data/spec/fixtures/responses/whois.kenic.or.ke/ke/status_registered.txt +77 -0
  677. data/spec/fixtures/responses/whois.kg/kg/status_available.expected +23 -0
  678. data/spec/fixtures/responses/whois.kg/kg/status_available.txt +6 -0
  679. data/spec/fixtures/responses/whois.kg/kg/status_registered.expected +38 -0
  680. data/spec/fixtures/responses/whois.kg/kg/status_registered.txt +42 -0
  681. data/spec/fixtures/responses/whois.kr/kr/property_nameservers_with_ip.expected +9 -0
  682. data/spec/fixtures/responses/whois.kr/kr/property_nameservers_with_ip.txt +63 -0
  683. data/spec/fixtures/responses/whois.kr/kr/status_available.expected +23 -0
  684. data/spec/fixtures/responses/whois.kr/kr/status_available.txt +23 -0
  685. data/spec/fixtures/responses/whois.kr/kr/status_registered.expected +30 -0
  686. data/spec/fixtures/responses/whois.kr/kr/status_registered.txt +59 -0
  687. data/spec/fixtures/responses/whois.markmonitor.com/cc/status_registered.txt +91 -0
  688. data/spec/fixtures/responses/whois.markmonitor.com/com/status_registered.txt +91 -0
  689. data/spec/fixtures/responses/whois.markmonitor.com/jobs/status_registered.txt +86 -0
  690. data/spec/fixtures/responses/whois.markmonitor.com/net/status_registered.txt +91 -0
  691. data/spec/fixtures/responses/whois.markmonitor.com/response_throttled.expected +2 -0
  692. data/spec/fixtures/responses/whois.markmonitor.com/response_throttled.txt +1 -0
  693. data/spec/fixtures/responses/whois.markmonitor.com/status_available.expected +47 -0
  694. data/spec/fixtures/responses/whois.markmonitor.com/status_available.txt +43 -0
  695. data/spec/fixtures/responses/whois.markmonitor.com/status_registered.expected +112 -0
  696. data/spec/fixtures/responses/whois.markmonitor.com/status_registered.txt +84 -0
  697. data/spec/fixtures/responses/whois.markmonitor.com/tv/status_registered.txt +90 -0
  698. data/spec/fixtures/responses/whois.monic.mo/mo/status_available.expected +47 -0
  699. data/spec/fixtures/responses/whois.monic.mo/mo/status_available.txt +6 -0
  700. data/spec/fixtures/responses/whois.monic.mo/mo/status_registered.expected +55 -0
  701. data/spec/fixtures/responses/whois.monic.mo/mo/status_registered.txt +11 -0
  702. data/spec/fixtures/responses/whois.museum/museum/status_available.expected +23 -0
  703. data/spec/fixtures/responses/whois.museum/museum/status_available.txt +18 -0
  704. data/spec/fixtures/responses/whois.museum/museum/status_registered.expected +34 -0
  705. data/spec/fixtures/responses/whois.museum/museum/status_registered.txt +92 -0
  706. data/spec/fixtures/responses/whois.mynic.my/my/status_available.expected +23 -0
  707. data/spec/fixtures/responses/whois.mynic.my/my/status_available.txt +16 -0
  708. data/spec/fixtures/responses/whois.mynic.my/my/status_registered.expected +32 -0
  709. data/spec/fixtures/responses/whois.mynic.my/my/status_registered.txt +119 -0
  710. data/spec/fixtures/responses/whois.na-nic.com.na/na/status_available.expected +34 -0
  711. data/spec/fixtures/responses/whois.na-nic.com.na/na/status_available.txt +12 -0
  712. data/spec/fixtures/responses/whois.na-nic.com.na/na/status_registered.expected +45 -0
  713. data/spec/fixtures/responses/whois.na-nic.com.na/na/status_registered.txt +75 -0
  714. data/spec/fixtures/responses/whois.nc/nc/property_contact_without_state.expected +15 -0
  715. data/spec/fixtures/responses/whois.nc/nc/property_contact_without_state.txt +22 -0
  716. data/spec/fixtures/responses/whois.nc/nc/property_contact_without_state_and_address.expected +15 -0
  717. data/spec/fixtures/responses/whois.nc/nc/property_contact_without_state_and_address.txt +21 -0
  718. data/spec/fixtures/responses/whois.nc/nc/status_available.expected +48 -0
  719. data/spec/fixtures/responses/whois.nc/nc/status_available.txt +6 -0
  720. data/spec/fixtures/responses/whois.nc/nc/status_registered.expected +69 -0
  721. data/spec/fixtures/responses/whois.nc/nc/status_registered.txt +24 -0
  722. data/spec/fixtures/responses/whois.netcom.cm/cm/status_available.expected +34 -0
  723. data/spec/fixtures/responses/whois.netcom.cm/cm/status_available.txt +21 -0
  724. data/spec/fixtures/responses/whois.netcom.cm/cm/status_registered.expected +49 -0
  725. data/spec/fixtures/responses/whois.netcom.cm/cm/status_registered.txt +72 -0
  726. data/spec/fixtures/responses/whois.netcom.cm/cm/status_suspended.expected +45 -0
  727. data/spec/fixtures/responses/whois.netcom.cm/cm/status_suspended.txt +61 -0
  728. data/spec/fixtures/responses/whois.networksolutions.com/status_available.expected +47 -0
  729. data/spec/fixtures/responses/whois.networksolutions.com/status_available.txt +17 -0
  730. data/spec/fixtures/responses/whois.networksolutions.com/status_registered.expected +108 -0
  731. data/spec/fixtures/responses/whois.networksolutions.com/status_registered.txt +71 -0
  732. data/spec/fixtures/responses/whois.nic.ac/ac/status_available.expected +48 -0
  733. data/spec/fixtures/responses/whois.nic.ac/ac/status_available.txt +8 -0
  734. data/spec/fixtures/responses/whois.nic.ac/ac/status_registered.expected +79 -0
  735. data/spec/fixtures/responses/whois.nic.ac/ac/status_registered.txt +34 -0
  736. data/spec/fixtures/responses/whois.nic.af/af/status_available.expected +34 -0
  737. data/spec/fixtures/responses/whois.nic.af/af/status_available.txt +10 -0
  738. data/spec/fixtures/responses/whois.nic.af/af/status_registered.expected +49 -0
  739. data/spec/fixtures/responses/whois.nic.af/af/status_registered.txt +90 -0
  740. data/spec/fixtures/responses/whois.nic.ag/ag/status_available.expected +50 -0
  741. data/spec/fixtures/responses/whois.nic.ag/ag/status_available.txt +1 -0
  742. data/spec/fixtures/responses/whois.nic.ag/ag/status_registered.expected +104 -0
  743. data/spec/fixtures/responses/whois.nic.ag/ag/status_registered.txt +100 -0
  744. data/spec/fixtures/responses/whois.nic.ai/ai/status_available.expected +23 -0
  745. data/spec/fixtures/responses/whois.nic.ai/ai/status_available.txt +2 -0
  746. data/spec/fixtures/responses/whois.nic.ai/ai/status_registered.expected +31 -0
  747. data/spec/fixtures/responses/whois.nic.ai/ai/status_registered.txt +59 -0
  748. data/spec/fixtures/responses/whois.nic.as/as/status_available.expected +23 -0
  749. data/spec/fixtures/responses/whois.nic.as/as/status_available.txt +1 -0
  750. data/spec/fixtures/responses/whois.nic.as/as/status_registered.expected +35 -0
  751. data/spec/fixtures/responses/whois.nic.as/as/status_registered.txt +49 -0
  752. data/spec/fixtures/responses/whois.nic.asia/asia/property_status_multiple.expected +8 -0
  753. data/spec/fixtures/responses/whois.nic.asia/asia/property_status_multiple.txt +160 -0
  754. data/spec/fixtures/responses/whois.nic.asia/asia/property_status_single.expected +8 -0
  755. data/spec/fixtures/responses/whois.nic.asia/asia/property_status_single.txt +159 -0
  756. data/spec/fixtures/responses/whois.nic.asia/asia/status_available.expected +54 -0
  757. data/spec/fixtures/responses/whois.nic.asia/asia/status_available.txt +1 -0
  758. data/spec/fixtures/responses/whois.nic.asia/asia/status_registered.expected +112 -0
  759. data/spec/fixtures/responses/whois.nic.asia/asia/status_registered.txt +134 -0
  760. data/spec/fixtures/responses/whois.nic.asia/asia/status_reserved.expected +54 -0
  761. data/spec/fixtures/responses/whois.nic.asia/asia/status_reserved.txt +1 -0
  762. data/spec/fixtures/responses/whois.nic.at/at/status_available.expected +23 -0
  763. data/spec/fixtures/responses/whois.nic.at/at/status_available.txt +25 -0
  764. data/spec/fixtures/responses/whois.nic.at/at/status_registered.expected +32 -0
  765. data/spec/fixtures/responses/whois.nic.at/at/status_registered.txt +91 -0
  766. data/spec/fixtures/responses/whois.nic.bj/bj/status_available.expected +49 -0
  767. data/spec/fixtures/responses/whois.nic.bj/bj/status_available.txt +5 -0
  768. data/spec/fixtures/responses/whois.nic.bj/bj/status_registered.expected +69 -0
  769. data/spec/fixtures/responses/whois.nic.bj/bj/status_registered.txt +42 -0
  770. data/spec/fixtures/responses/whois.nic.bo/bo/status_available.expected +29 -0
  771. data/spec/fixtures/responses/whois.nic.bo/bo/status_available.txt +3 -0
  772. data/spec/fixtures/responses/whois.nic.bo/bo/status_registered.expected +31 -0
  773. data/spec/fixtures/responses/whois.nic.bo/bo/status_registered.txt +47 -0
  774. data/spec/fixtures/responses/whois.nic.cd/cd/status_available.expected +34 -0
  775. data/spec/fixtures/responses/whois.nic.cd/cd/status_available.txt +9 -0
  776. data/spec/fixtures/responses/whois.nic.cd/cd/status_registered.expected +38 -0
  777. data/spec/fixtures/responses/whois.nic.cd/cd/status_registered.txt +19 -0
  778. data/spec/fixtures/responses/whois.nic.ch/ch/property_contacts.expected +16 -0
  779. data/spec/fixtures/responses/whois.nic.ch/ch/property_contacts.txt +26 -0
  780. data/spec/fixtures/responses/whois.nic.ch/ch/property_nameservers_with_ip.expected +11 -0
  781. data/spec/fixtures/responses/whois.nic.ch/ch/property_nameservers_with_ip.txt +27 -0
  782. data/spec/fixtures/responses/whois.nic.ch/ch/status_available.expected +33 -0
  783. data/spec/fixtures/responses/whois.nic.ch/ch/status_available.txt +2 -0
  784. data/spec/fixtures/responses/whois.nic.ch/ch/status_registered.expected +49 -0
  785. data/spec/fixtures/responses/whois.nic.ch/ch/status_registered.txt +29 -0
  786. data/spec/fixtures/responses/whois.nic.ci/ci/status_available.expected +23 -0
  787. data/spec/fixtures/responses/whois.nic.ci/ci/status_available.txt +4 -0
  788. data/spec/fixtures/responses/whois.nic.ci/ci/status_registered.expected +32 -0
  789. data/spec/fixtures/responses/whois.nic.ci/ci/status_registered.txt +19 -0
  790. data/spec/fixtures/responses/whois.nic.cl/cl/status_available.expected +20 -0
  791. data/spec/fixtures/responses/whois.nic.cl/cl/status_available.txt +1 -0
  792. data/spec/fixtures/responses/whois.nic.cl/cl/status_registered.expected +31 -0
  793. data/spec/fixtures/responses/whois.nic.cl/cl/status_registered.txt +28 -0
  794. data/spec/fixtures/responses/whois.nic.co/co/status_available.expected +46 -0
  795. data/spec/fixtures/responses/whois.nic.co/co/status_available.txt +38 -0
  796. data/spec/fixtures/responses/whois.nic.co/co/status_registered.expected +101 -0
  797. data/spec/fixtures/responses/whois.nic.co/co/status_registered.txt +104 -0
  798. data/spec/fixtures/responses/whois.nic.college/college/status_available.expected +50 -0
  799. data/spec/fixtures/responses/whois.nic.college/college/status_available.txt +1 -0
  800. data/spec/fixtures/responses/whois.nic.college/college/status_registered.expected +123 -0
  801. data/spec/fixtures/responses/whois.nic.college/college/status_registered.txt +89 -0
  802. data/spec/fixtures/responses/whois.nic.coop/coop/property_status_multiple.expected +2 -0
  803. data/spec/fixtures/responses/whois.nic.coop/coop/property_status_multiple.txt +125 -0
  804. data/spec/fixtures/responses/whois.nic.coop/coop/property_status_single.expected +2 -0
  805. data/spec/fixtures/responses/whois.nic.coop/coop/property_status_single.txt +123 -0
  806. data/spec/fixtures/responses/whois.nic.coop/coop/status_available.expected +23 -0
  807. data/spec/fixtures/responses/whois.nic.coop/coop/status_available.txt +33 -0
  808. data/spec/fixtures/responses/whois.nic.coop/coop/status_registered.expected +30 -0
  809. data/spec/fixtures/responses/whois.nic.coop/coop/status_registered.txt +123 -0
  810. data/spec/fixtures/responses/whois.nic.cx/cx/property_updated_on_empty.expected +2 -0
  811. data/spec/fixtures/responses/whois.nic.cx/cx/property_updated_on_empty.txt +59 -0
  812. data/spec/fixtures/responses/whois.nic.cx/cx/status_available.expected +34 -0
  813. data/spec/fixtures/responses/whois.nic.cx/cx/status_available.txt +9 -0
  814. data/spec/fixtures/responses/whois.nic.cx/cx/status_registered.expected +49 -0
  815. data/spec/fixtures/responses/whois.nic.cx/cx/status_registered.txt +63 -0
  816. data/spec/fixtures/responses/whois.nic.cz/cz/case_nset_contact_same_name.expected +17 -0
  817. data/spec/fixtures/responses/whois.nic.cz/cz/case_nset_contact_same_name.txt +57 -0
  818. data/spec/fixtures/responses/whois.nic.cz/cz/response_throttled.expected +2 -0
  819. data/spec/fixtures/responses/whois.nic.cz/cz/response_throttled.txt +1 -0
  820. data/spec/fixtures/responses/whois.nic.cz/cz/response_with_keyset.expected +11 -0
  821. data/spec/fixtures/responses/whois.nic.cz/cz/response_with_keyset.txt +84 -0
  822. data/spec/fixtures/responses/whois.nic.cz/cz/status_available.expected +46 -0
  823. data/spec/fixtures/responses/whois.nic.cz/cz/status_available.txt +24 -0
  824. data/spec/fixtures/responses/whois.nic.cz/cz/status_registered.expected +105 -0
  825. data/spec/fixtures/responses/whois.nic.cz/cz/status_registered.txt +63 -0
  826. data/spec/fixtures/responses/whois.nic.design/design/status_available.expected +50 -0
  827. data/spec/fixtures/responses/whois.nic.design/design/status_available.txt +1 -0
  828. data/spec/fixtures/responses/whois.nic.design/design/status_registered.expected +115 -0
  829. data/spec/fixtures/responses/whois.nic.design/design/status_registered.txt +84 -0
  830. data/spec/fixtures/responses/whois.nic.dm/dm/status_available.expected +50 -0
  831. data/spec/fixtures/responses/whois.nic.dm/dm/status_available.txt +1 -0
  832. data/spec/fixtures/responses/whois.nic.dm/dm/status_registered.expected +104 -0
  833. data/spec/fixtures/responses/whois.nic.dm/dm/status_registered.txt +66 -0
  834. data/spec/fixtures/responses/whois.nic.dz/dz/status_available.expected +22 -0
  835. data/spec/fixtures/responses/whois.nic.dz/dz/status_available.txt +20 -0
  836. data/spec/fixtures/responses/whois.nic.dz/dz/status_registered.expected +21 -0
  837. data/spec/fixtures/responses/whois.nic.dz/dz/status_registered.txt +33 -0
  838. data/spec/fixtures/responses/whois.nic.ec/ex/status_available.expected +34 -0
  839. data/spec/fixtures/responses/whois.nic.ec/ex/status_available.txt +19 -0
  840. data/spec/fixtures/responses/whois.nic.ec/ex/status_registered.expected +57 -0
  841. data/spec/fixtures/responses/whois.nic.ec/ex/status_registered.txt +57 -0
  842. data/spec/fixtures/responses/whois.nic.es/es/status_available.expected +49 -0
  843. data/spec/fixtures/responses/whois.nic.es/es/status_available.txt +42 -0
  844. data/spec/fixtures/responses/whois.nic.es/es/status_registered.expected +58 -0
  845. data/spec/fixtures/responses/whois.nic.es/es/status_registered.txt +66 -0
  846. data/spec/fixtures/responses/whois.nic.fm/fm/status_available.expected +46 -0
  847. data/spec/fixtures/responses/whois.nic.fm/fm/status_available.txt +18 -0
  848. data/spec/fixtures/responses/whois.nic.fm/fm/status_registered.expected +94 -0
  849. data/spec/fixtures/responses/whois.nic.fm/fm/status_registered.txt +79 -0
  850. data/spec/fixtures/responses/whois.nic.fo/fo/status_available.expected +46 -0
  851. data/spec/fixtures/responses/whois.nic.fo/fo/status_available.txt +12 -0
  852. data/spec/fixtures/responses/whois.nic.fo/fo/status_registered.expected +88 -0
  853. data/spec/fixtures/responses/whois.nic.fo/fo/status_registered.txt +33 -0
  854. data/spec/fixtures/responses/whois.nic.fr/fr/property_contact_without_address.expected +17 -0
  855. data/spec/fixtures/responses/whois.nic.fr/fr/property_contact_without_address.txt +83 -0
  856. data/spec/fixtures/responses/whois.nic.fr/fr/property_contact_without_changed.expected +18 -0
  857. data/spec/fixtures/responses/whois.nic.fr/fr/property_contact_without_changed.txt +115 -0
  858. data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.expected +11 -0
  859. data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.txt +98 -0
  860. data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_multiple_ipv4.expected +11 -0
  861. data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_multiple_ipv4.txt +111 -0
  862. data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.expected +27 -0
  863. data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.txt +85 -0
  864. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_active.expected +8 -0
  865. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_active.txt +98 -0
  866. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.expected +8 -0
  867. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.txt +84 -0
  868. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.expected +8 -0
  869. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.txt +19 -0
  870. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_not_open.expected +8 -0
  871. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_not_open.txt +76 -0
  872. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.expected +8 -0
  873. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.txt +82 -0
  874. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.expected +8 -0
  875. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.txt +80 -0
  876. data/spec/fixtures/responses/whois.nic.fr/fr/response_contains_contact_remarks.txt +83 -0
  877. data/spec/fixtures/responses/whois.nic.fr/fr/response_contains_contact_trouble.txt +106 -0
  878. data/spec/fixtures/responses/whois.nic.fr/fr/response_throttled.expected +2 -0
  879. data/spec/fixtures/responses/whois.nic.fr/fr/response_throttled.txt +21 -0
  880. data/spec/fixtures/responses/whois.nic.fr/fr/status_available.expected +36 -0
  881. data/spec/fixtures/responses/whois.nic.fr/fr/status_available.txt +21 -0
  882. data/spec/fixtures/responses/whois.nic.fr/fr/status_registered.expected +92 -0
  883. data/spec/fixtures/responses/whois.nic.fr/fr/status_registered.txt +110 -0
  884. data/spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.expected +8 -0
  885. data/spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.txt +88 -0
  886. data/spec/fixtures/responses/whois.nic.fr/tf/response_throttled.expected +2 -0
  887. data/spec/fixtures/responses/whois.nic.fr/tf/response_throttled.txt +21 -0
  888. data/spec/fixtures/responses/whois.nic.fr/tf/status_available.expected +36 -0
  889. data/spec/fixtures/responses/whois.nic.fr/tf/status_available.txt +19 -0
  890. data/spec/fixtures/responses/whois.nic.fr/tf/status_registered.expected +96 -0
  891. data/spec/fixtures/responses/whois.nic.fr/tf/status_registered.txt +91 -0
  892. data/spec/fixtures/responses/whois.nic.fr/yt/response_throttled.expected +2 -0
  893. data/spec/fixtures/responses/whois.nic.fr/yt/response_throttled.txt +21 -0
  894. data/spec/fixtures/responses/whois.nic.fr/yt/status_available.expected +36 -0
  895. data/spec/fixtures/responses/whois.nic.fr/yt/status_available.txt +19 -0
  896. data/spec/fixtures/responses/whois.nic.fr/yt/status_registered.expected +96 -0
  897. data/spec/fixtures/responses/whois.nic.fr/yt/status_registered.txt +91 -0
  898. data/spec/fixtures/responses/whois.nic.gd/gd/status_available.expected +50 -0
  899. data/spec/fixtures/responses/whois.nic.gd/gd/status_available.txt +1 -0
  900. data/spec/fixtures/responses/whois.nic.gd/gd/status_registered.expected +109 -0
  901. data/spec/fixtures/responses/whois.nic.gd/gd/status_registered.txt +73 -0
  902. data/spec/fixtures/responses/whois.nic.gd/gd/status_reserved.expected +12 -0
  903. data/spec/fixtures/responses/whois.nic.gd/gd/status_reserved.txt +1 -0
  904. data/spec/fixtures/responses/whois.nic.gl/gl/status_available.expected +34 -0
  905. data/spec/fixtures/responses/whois.nic.gl/gl/status_available.txt +6 -0
  906. data/spec/fixtures/responses/whois.nic.gl/gl/status_registered.expected +49 -0
  907. data/spec/fixtures/responses/whois.nic.gl/gl/status_registered.txt +43 -0
  908. data/spec/fixtures/responses/whois.nic.gs/gs/property_status_available.expected +8 -0
  909. data/spec/fixtures/responses/whois.nic.gs/gs/property_status_available.txt +22 -0
  910. data/spec/fixtures/responses/whois.nic.gs/gs/property_status_ok.expected +8 -0
  911. data/spec/fixtures/responses/whois.nic.gs/gs/property_status_ok.txt +58 -0
  912. data/spec/fixtures/responses/whois.nic.gs/gs/status_available.expected +34 -0
  913. data/spec/fixtures/responses/whois.nic.gs/gs/status_available.txt +22 -0
  914. data/spec/fixtures/responses/whois.nic.gs/gs/status_registered.expected +45 -0
  915. data/spec/fixtures/responses/whois.nic.gs/gs/status_registered.txt +47 -0
  916. data/spec/fixtures/responses/whois.nic.hn/hn/status_available.expected +34 -0
  917. data/spec/fixtures/responses/whois.nic.hn/hn/status_available.txt +12 -0
  918. data/spec/fixtures/responses/whois.nic.hn/hn/status_registered.expected +44 -0
  919. data/spec/fixtures/responses/whois.nic.hn/hn/status_registered.txt +95 -0
  920. data/spec/fixtures/responses/whois.nic.ht/ht/status_available.expected +34 -0
  921. data/spec/fixtures/responses/whois.nic.ht/ht/status_available.txt +8 -0
  922. data/spec/fixtures/responses/whois.nic.ht/ht/status_registered.expected +49 -0
  923. data/spec/fixtures/responses/whois.nic.ht/ht/status_registered.txt +91 -0
  924. data/spec/fixtures/responses/whois.nic.hu/hu/status_available.expected +47 -0
  925. data/spec/fixtures/responses/whois.nic.hu/hu/status_available.txt +3 -0
  926. data/spec/fixtures/responses/whois.nic.hu/hu/status_registered.expected +48 -0
  927. data/spec/fixtures/responses/whois.nic.hu/hu/status_registered.txt +9 -0
  928. data/spec/fixtures/responses/whois.nic.im/im/status_available.expected +23 -0
  929. data/spec/fixtures/responses/whois.nic.im/im/status_available.txt +2 -0
  930. data/spec/fixtures/responses/whois.nic.im/im/status_registered.expected +32 -0
  931. data/spec/fixtures/responses/whois.nic.im/im/status_registered.txt +44 -0
  932. data/spec/fixtures/responses/whois.nic.io/io/property_owner_without_label.txt +16 -0
  933. data/spec/fixtures/responses/whois.nic.io/io/status_available.expected +52 -0
  934. data/spec/fixtures/responses/whois.nic.io/io/status_available.txt +8 -0
  935. data/spec/fixtures/responses/whois.nic.io/io/status_registered.expected +83 -0
  936. data/spec/fixtures/responses/whois.nic.io/io/status_registered.txt +32 -0
  937. data/spec/fixtures/responses/whois.nic.io/io/status_reserved.expected +52 -0
  938. data/spec/fixtures/responses/whois.nic.io/io/status_reserved.txt +8 -0
  939. data/spec/fixtures/responses/whois.nic.ir/ir/status_available.expected +23 -0
  940. data/spec/fixtures/responses/whois.nic.ir/ir/status_available.txt +14 -0
  941. data/spec/fixtures/responses/whois.nic.ir/ir/status_registered.expected +32 -0
  942. data/spec/fixtures/responses/whois.nic.ir/ir/status_registered.txt +42 -0
  943. data/spec/fixtures/responses/whois.nic.it/it/property_contact_province.expected +15 -0
  944. data/spec/fixtures/responses/whois.nic.it/it/property_contact_province.txt +58 -0
  945. data/spec/fixtures/responses/whois.nic.it/it/property_contact_with_company_in_address.expected +15 -0
  946. data/spec/fixtures/responses/whois.nic.it/it/property_contact_with_company_in_address.txt +60 -0
  947. data/spec/fixtures/responses/whois.nic.it/it/property_contact_with_organization.expected +15 -0
  948. data/spec/fixtures/responses/whois.nic.it/it/property_contact_with_organization.txt +53 -0
  949. data/spec/fixtures/responses/whois.nic.it/it/property_status_autorenewperiod_clientdeleteprohibited_clientupdateprohibited.txt +63 -0
  950. data/spec/fixtures/responses/whois.nic.it/it/property_status_available.expected +8 -0
  951. data/spec/fixtures/responses/whois.nic.it/it/property_status_available.txt +2 -0
  952. data/spec/fixtures/responses/whois.nic.it/it/property_status_client.expected +8 -0
  953. data/spec/fixtures/responses/whois.nic.it/it/property_status_client.txt +59 -0
  954. data/spec/fixtures/responses/whois.nic.it/it/property_status_graceperiod.expected +8 -0
  955. data/spec/fixtures/responses/whois.nic.it/it/property_status_graceperiod.txt +58 -0
  956. data/spec/fixtures/responses/whois.nic.it/it/property_status_inactive_noregistrar.expected +8 -0
  957. data/spec/fixtures/responses/whois.nic.it/it/property_status_inactive_noregistrar.txt +60 -0
  958. data/spec/fixtures/responses/whois.nic.it/it/property_status_no_provider.expected +8 -0
  959. data/spec/fixtures/responses/whois.nic.it/it/property_status_no_provider.txt +54 -0
  960. data/spec/fixtures/responses/whois.nic.it/it/property_status_ok.expected +8 -0
  961. data/spec/fixtures/responses/whois.nic.it/it/property_status_ok.txt +60 -0
  962. data/spec/fixtures/responses/whois.nic.it/it/property_status_ok_autorenew.expected +8 -0
  963. data/spec/fixtures/responses/whois.nic.it/it/property_status_ok_autorenew.txt +60 -0
  964. data/spec/fixtures/responses/whois.nic.it/it/property_status_pending-delete.expected +8 -0
  965. data/spec/fixtures/responses/whois.nic.it/it/property_status_pending-delete.txt +54 -0
  966. data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingdelete_pendingdelete.expected +8 -0
  967. data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingdelete_pendingdelete.txt +45 -0
  968. data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingdelete_redemptionperiod.expected +8 -0
  969. data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingdelete_redemptionperiod.txt +60 -0
  970. data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingtransfer.expected +8 -0
  971. data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingtransfer.txt +46 -0
  972. data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingtransfer_autorenewperiod.expected +8 -0
  973. data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingtransfer_autorenewperiod.txt +38 -0
  974. data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingupdate.expected +8 -0
  975. data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingupdate.txt +59 -0
  976. data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingupdate_autorenewperiod.expected +8 -0
  977. data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingupdate_autorenewperiod.txt +62 -0
  978. data/spec/fixtures/responses/whois.nic.it/it/property_status_redemption_no_provider.expected +8 -0
  979. data/spec/fixtures/responses/whois.nic.it/it/property_status_redemption_no_provider.txt +42 -0
  980. data/spec/fixtures/responses/whois.nic.it/it/property_status_reserved.expected +8 -0
  981. data/spec/fixtures/responses/whois.nic.it/it/property_status_reserved.txt +2 -0
  982. data/spec/fixtures/responses/whois.nic.it/it/property_status_unassignable.expected +8 -0
  983. data/spec/fixtures/responses/whois.nic.it/it/property_status_unassignable.txt +2 -0
  984. data/spec/fixtures/responses/whois.nic.it/it/property_technical_contact.expected +7 -0
  985. data/spec/fixtures/responses/whois.nic.it/it/property_technical_contact.txt +53 -0
  986. data/spec/fixtures/responses/whois.nic.it/it/response_unavailable.expected +2 -0
  987. data/spec/fixtures/responses/whois.nic.it/it/response_unavailable.txt +1 -0
  988. data/spec/fixtures/responses/whois.nic.it/it/status_available.expected +54 -0
  989. data/spec/fixtures/responses/whois.nic.it/it/status_available.txt +2 -0
  990. data/spec/fixtures/responses/whois.nic.it/it/status_registered.expected +113 -0
  991. data/spec/fixtures/responses/whois.nic.it/it/status_registered.txt +62 -0
  992. data/spec/fixtures/responses/whois.nic.it/it/status_unavailable.expected +8 -0
  993. data/spec/fixtures/responses/whois.nic.it/it/status_unavailable.txt +2 -0
  994. data/spec/fixtures/responses/whois.nic.jobs/jobs/property_nameserver_no_nameserver.expected +3 -0
  995. data/spec/fixtures/responses/whois.nic.jobs/jobs/property_nameserver_no_nameserver.txt +53 -0
  996. data/spec/fixtures/responses/whois.nic.jobs/jobs/status_available.expected +46 -0
  997. data/spec/fixtures/responses/whois.nic.jobs/jobs/status_available.txt +44 -0
  998. data/spec/fixtures/responses/whois.nic.jobs/jobs/status_registered.expected +61 -0
  999. data/spec/fixtures/responses/whois.nic.jobs/jobs/status_registered.txt +53 -0
  1000. data/spec/fixtures/responses/whois.nic.ki/ki/status_available.expected +34 -0
  1001. data/spec/fixtures/responses/whois.nic.ki/ki/status_available.txt +20 -0
  1002. data/spec/fixtures/responses/whois.nic.ki/ki/status_registered.expected +49 -0
  1003. data/spec/fixtures/responses/whois.nic.ki/ki/status_registered.txt +62 -0
  1004. data/spec/fixtures/responses/whois.nic.kz/kz/property_status_missing.expected +8 -0
  1005. data/spec/fixtures/responses/whois.nic.kz/kz/property_status_missing.txt +4 -0
  1006. data/spec/fixtures/responses/whois.nic.kz/kz/property_status_multiple.expected +8 -0
  1007. data/spec/fixtures/responses/whois.nic.kz/kz/property_status_multiple.txt +39 -0
  1008. data/spec/fixtures/responses/whois.nic.kz/kz/property_status_ok.expected +8 -0
  1009. data/spec/fixtures/responses/whois.nic.kz/kz/property_status_ok.txt +37 -0
  1010. data/spec/fixtures/responses/whois.nic.kz/kz/property_updated_on_blank.expected +2 -0
  1011. data/spec/fixtures/responses/whois.nic.kz/kz/property_updated_on_blank.txt +38 -0
  1012. data/spec/fixtures/responses/whois.nic.kz/kz/status_available.expected +23 -0
  1013. data/spec/fixtures/responses/whois.nic.kz/kz/status_available.txt +4 -0
  1014. data/spec/fixtures/responses/whois.nic.kz/kz/status_registered.expected +29 -0
  1015. data/spec/fixtures/responses/whois.nic.kz/kz/status_registered.txt +37 -0
  1016. data/spec/fixtures/responses/whois.nic.la/la/property_status_multiple.expected +2 -0
  1017. data/spec/fixtures/responses/whois.nic.la/la/property_status_multiple.txt +75 -0
  1018. data/spec/fixtures/responses/whois.nic.la/la/property_status_single.expected +2 -0
  1019. data/spec/fixtures/responses/whois.nic.la/la/property_status_single.txt +70 -0
  1020. data/spec/fixtures/responses/whois.nic.la/la/status_available.expected +50 -0
  1021. data/spec/fixtures/responses/whois.nic.la/la/status_available.txt +1 -0
  1022. data/spec/fixtures/responses/whois.nic.la/la/status_registered.expected +107 -0
  1023. data/spec/fixtures/responses/whois.nic.la/la/status_registered.txt +77 -0
  1024. data/spec/fixtures/responses/whois.nic.li/li/status_available.expected +23 -0
  1025. data/spec/fixtures/responses/whois.nic.li/li/status_available.txt +2 -0
  1026. data/spec/fixtures/responses/whois.nic.li/li/status_registered.expected +31 -0
  1027. data/spec/fixtures/responses/whois.nic.li/li/status_registered.txt +29 -0
  1028. data/spec/fixtures/responses/whois.nic.lk/lk/property_created_on_null.expected +2 -0
  1029. data/spec/fixtures/responses/whois.nic.lk/lk/property_created_on_null.txt +24 -0
  1030. data/spec/fixtures/responses/whois.nic.lk/lk/property_updated_on_null.expected +2 -0
  1031. data/spec/fixtures/responses/whois.nic.lk/lk/property_updated_on_null.txt +31 -0
  1032. data/spec/fixtures/responses/whois.nic.lk/lk/status_available.expected +48 -0
  1033. data/spec/fixtures/responses/whois.nic.lk/lk/status_available.txt +1 -0
  1034. data/spec/fixtures/responses/whois.nic.lk/lk/status_registered.expected +63 -0
  1035. data/spec/fixtures/responses/whois.nic.lk/lk/status_registered.txt +24 -0
  1036. data/spec/fixtures/responses/whois.nic.lk/xn--fzc2c9e2c/status_available.txt +0 -0
  1037. data/spec/fixtures/responses/whois.nic.lk/xn--fzc2c9e2c/status_registered.txt +18 -0
  1038. data/spec/fixtures/responses/whois.nic.lk/xn--xkc2al3hye2a/status_available.txt +0 -0
  1039. data/spec/fixtures/responses/whois.nic.lk/xn--xkc2al3hye2a/status_registered.txt +18 -0
  1040. data/spec/fixtures/responses/whois.nic.lv/lv/status_available.expected +23 -0
  1041. data/spec/fixtures/responses/whois.nic.lv/lv/status_available.txt +6 -0
  1042. data/spec/fixtures/responses/whois.nic.lv/lv/status_registered.expected +32 -0
  1043. data/spec/fixtures/responses/whois.nic.lv/lv/status_registered.txt +37 -0
  1044. data/spec/fixtures/responses/whois.nic.ly/ly/status_available.expected +23 -0
  1045. data/spec/fixtures/responses/whois.nic.ly/ly/status_available.txt +1 -0
  1046. data/spec/fixtures/responses/whois.nic.ly/ly/status_registered.expected +34 -0
  1047. data/spec/fixtures/responses/whois.nic.ly/ly/status_registered.txt +65 -0
  1048. data/spec/fixtures/responses/whois.nic.md/md/property_dns-update.txt +7 -0
  1049. data/spec/fixtures/responses/whois.nic.md/md/status_available.expected +48 -0
  1050. data/spec/fixtures/responses/whois.nic.md/md/status_available.txt +1 -0
  1051. data/spec/fixtures/responses/whois.nic.md/md/status_registered.expected +60 -0
  1052. data/spec/fixtures/responses/whois.nic.md/md/status_registered.txt +7 -0
  1053. data/spec/fixtures/responses/whois.nic.me/me/property_nameservers_is_blank.expected +3 -0
  1054. data/spec/fixtures/responses/whois.nic.me/me/property_nameservers_is_blank.txt +95 -0
  1055. data/spec/fixtures/responses/whois.nic.me/me/property_updated_on_is_blank.expected +2 -0
  1056. data/spec/fixtures/responses/whois.nic.me/me/property_updated_on_is_blank.txt +92 -0
  1057. data/spec/fixtures/responses/whois.nic.me/me/status_available.expected +50 -0
  1058. data/spec/fixtures/responses/whois.nic.me/me/status_available.txt +1 -0
  1059. data/spec/fixtures/responses/whois.nic.me/me/status_registered.expected +104 -0
  1060. data/spec/fixtures/responses/whois.nic.me/me/status_registered.txt +98 -0
  1061. data/spec/fixtures/responses/whois.nic.mg/mg/status_available.expected +34 -0
  1062. data/spec/fixtures/responses/whois.nic.mg/mg/status_available.txt +20 -0
  1063. data/spec/fixtures/responses/whois.nic.mg/mg/status_registered.expected +49 -0
  1064. data/spec/fixtures/responses/whois.nic.mg/mg/status_registered.txt +74 -0
  1065. data/spec/fixtures/responses/whois.nic.ms/ms/status_available.expected +34 -0
  1066. data/spec/fixtures/responses/whois.nic.ms/ms/status_available.txt +13 -0
  1067. data/spec/fixtures/responses/whois.nic.ms/ms/status_registered.expected +45 -0
  1068. data/spec/fixtures/responses/whois.nic.ms/ms/status_registered.txt +87 -0
  1069. data/spec/fixtures/responses/whois.nic.mu/mu/status_available.expected +34 -0
  1070. data/spec/fixtures/responses/whois.nic.mu/mu/status_available.txt +12 -0
  1071. data/spec/fixtures/responses/whois.nic.mu/mu/status_registered.expected +49 -0
  1072. data/spec/fixtures/responses/whois.nic.mu/mu/status_registered.txt +79 -0
  1073. data/spec/fixtures/responses/whois.nic.mx/mx/property_nameservers_with_ip.expected +9 -0
  1074. data/spec/fixtures/responses/whois.nic.mx/mx/property_nameservers_with_ip.txt +56 -0
  1075. data/spec/fixtures/responses/whois.nic.mx/mx/status_available.expected +20 -0
  1076. data/spec/fixtures/responses/whois.nic.mx/mx/status_available.txt +11 -0
  1077. data/spec/fixtures/responses/whois.nic.mx/mx/status_registered.expected +38 -0
  1078. data/spec/fixtures/responses/whois.nic.mx/mx/status_registered.txt +90 -0
  1079. data/spec/fixtures/responses/whois.nic.name/name/reserved.txt +30 -0
  1080. data/spec/fixtures/responses/whois.nic.name/name/status_available.expected +23 -0
  1081. data/spec/fixtures/responses/whois.nic.name/name/status_available.txt +25 -0
  1082. data/spec/fixtures/responses/whois.nic.name/name/status_registered.expected +42 -0
  1083. data/spec/fixtures/responses/whois.nic.name/name/status_registered.txt +45 -0
  1084. data/spec/fixtures/responses/whois.nic.net.ng/ng/property_status_available.expected +8 -0
  1085. data/spec/fixtures/responses/whois.nic.net.ng/ng/property_status_available.txt +13 -0
  1086. data/spec/fixtures/responses/whois.nic.net.ng/ng/property_status_ok.expected +8 -0
  1087. data/spec/fixtures/responses/whois.nic.net.ng/ng/property_status_ok.txt +56 -0
  1088. data/spec/fixtures/responses/whois.nic.net.ng/ng/status_available.expected +34 -0
  1089. data/spec/fixtures/responses/whois.nic.net.ng/ng/status_available.txt +13 -0
  1090. data/spec/fixtures/responses/whois.nic.net.ng/ng/status_registered.expected +49 -0
  1091. data/spec/fixtures/responses/whois.nic.net.ng/ng/status_registered.txt +56 -0
  1092. data/spec/fixtures/responses/whois.nic.net.sa/sa/status_available.expected +23 -0
  1093. data/spec/fixtures/responses/whois.nic.net.sa/sa/status_available.txt +6 -0
  1094. data/spec/fixtures/responses/whois.nic.net.sa/sa/status_registered.expected +33 -0
  1095. data/spec/fixtures/responses/whois.nic.net.sa/sa/status_registered.txt +31 -0
  1096. data/spec/fixtures/responses/whois.nic.net.sb/sb/property_status_available.expected +8 -0
  1097. data/spec/fixtures/responses/whois.nic.net.sb/sb/property_status_available.txt +11 -0
  1098. data/spec/fixtures/responses/whois.nic.net.sb/sb/property_status_ok.expected +8 -0
  1099. data/spec/fixtures/responses/whois.nic.net.sb/sb/property_status_ok.txt +83 -0
  1100. data/spec/fixtures/responses/whois.nic.net.sb/sb/status_available.expected +34 -0
  1101. data/spec/fixtures/responses/whois.nic.net.sb/sb/status_available.txt +11 -0
  1102. data/spec/fixtures/responses/whois.nic.net.sb/sb/status_registered.expected +45 -0
  1103. data/spec/fixtures/responses/whois.nic.net.sb/sb/status_registered.txt +83 -0
  1104. data/spec/fixtures/responses/whois.nic.nf/nf/status_available.expected +34 -0
  1105. data/spec/fixtures/responses/whois.nic.nf/nf/status_available.txt +10 -0
  1106. data/spec/fixtures/responses/whois.nic.nf/nf/status_registered.expected +49 -0
  1107. data/spec/fixtures/responses/whois.nic.nf/nf/status_registered.txt +52 -0
  1108. data/spec/fixtures/responses/whois.nic.org.uy/uy/property_updated_on_empty.expected +2 -0
  1109. data/spec/fixtures/responses/whois.nic.org.uy/uy/property_updated_on_empty.txt +27 -0
  1110. data/spec/fixtures/responses/whois.nic.org.uy/uy/response_is_error.txt +27 -0
  1111. data/spec/fixtures/responses/whois.nic.org.uy/uy/status_available.expected +23 -0
  1112. data/spec/fixtures/responses/whois.nic.org.uy/uy/status_available.txt +12 -0
  1113. data/spec/fixtures/responses/whois.nic.org.uy/uy/status_registered.expected +33 -0
  1114. data/spec/fixtures/responses/whois.nic.org.uy/uy/status_registered.txt +48 -0
  1115. data/spec/fixtures/responses/whois.nic.pm/pm/property_nameservers_with_ipv4_and_ipv6.expected +15 -0
  1116. data/spec/fixtures/responses/whois.nic.pm/pm/property_nameservers_with_ipv4_and_ipv6.txt +88 -0
  1117. data/spec/fixtures/responses/whois.nic.pm/pm/response_throttled.expected +2 -0
  1118. data/spec/fixtures/responses/whois.nic.pm/pm/response_throttled.txt +21 -0
  1119. data/spec/fixtures/responses/whois.nic.pm/pm/status_available.expected +36 -0
  1120. data/spec/fixtures/responses/whois.nic.pm/pm/status_available.txt +19 -0
  1121. data/spec/fixtures/responses/whois.nic.pm/pm/status_registered.expected +84 -0
  1122. data/spec/fixtures/responses/whois.nic.pm/pm/status_registered.txt +91 -0
  1123. data/spec/fixtures/responses/whois.nic.pr/pr/response_error.txt +25 -0
  1124. data/spec/fixtures/responses/whois.nic.pr/pr/status_available.expected +43 -0
  1125. data/spec/fixtures/responses/whois.nic.pr/pr/status_available.txt +25 -0
  1126. data/spec/fixtures/responses/whois.nic.pr/pr/status_registered.expected +53 -0
  1127. data/spec/fixtures/responses/whois.nic.pr/pr/status_registered.txt +31 -0
  1128. data/spec/fixtures/responses/whois.nic.priv.at/at/status_available.expected +22 -0
  1129. data/spec/fixtures/responses/whois.nic.priv.at/at/status_available.txt +7 -0
  1130. data/spec/fixtures/responses/whois.nic.priv.at/at/status_registered.expected +23 -0
  1131. data/spec/fixtures/responses/whois.nic.priv.at/at/status_registered.txt +35 -0
  1132. data/spec/fixtures/responses/whois.nic.pw/pw/status_available.expected +50 -0
  1133. data/spec/fixtures/responses/whois.nic.pw/pw/status_available.txt +1 -0
  1134. data/spec/fixtures/responses/whois.nic.pw/pw/status_registered.expected +127 -0
  1135. data/spec/fixtures/responses/whois.nic.pw/pw/status_registered.txt +85 -0
  1136. data/spec/fixtures/responses/whois.nic.re/re/property_nameservers_with_ipv4_and_ipv6.expected +15 -0
  1137. data/spec/fixtures/responses/whois.nic.re/re/property_nameservers_with_ipv4_and_ipv6.txt +83 -0
  1138. data/spec/fixtures/responses/whois.nic.re/re/response_throttled.expected +2 -0
  1139. data/spec/fixtures/responses/whois.nic.re/re/response_throttled.txt +21 -0
  1140. data/spec/fixtures/responses/whois.nic.re/re/status_available.expected +36 -0
  1141. data/spec/fixtures/responses/whois.nic.re/re/status_available.txt +19 -0
  1142. data/spec/fixtures/responses/whois.nic.re/re/status_registered.expected +84 -0
  1143. data/spec/fixtures/responses/whois.nic.re/re/status_registered.txt +96 -0
  1144. data/spec/fixtures/responses/whois.nic.sh/sh/status_available.expected +48 -0
  1145. data/spec/fixtures/responses/whois.nic.sh/sh/status_available.txt +8 -0
  1146. data/spec/fixtures/responses/whois.nic.sh/sh/status_registered.expected +75 -0
  1147. data/spec/fixtures/responses/whois.nic.sh/sh/status_registered.txt +32 -0
  1148. data/spec/fixtures/responses/whois.nic.sl/sl/status_available.expected +23 -0
  1149. data/spec/fixtures/responses/whois.nic.sl/sl/status_available.txt +39 -0
  1150. data/spec/fixtures/responses/whois.nic.sl/sl/status_registered.expected +33 -0
  1151. data/spec/fixtures/responses/whois.nic.sl/sl/status_registered.txt +80 -0
  1152. data/spec/fixtures/responses/whois.nic.sm/sm/status_available.expected +23 -0
  1153. data/spec/fixtures/responses/whois.nic.sm/sm/status_available.txt +1 -0
  1154. data/spec/fixtures/responses/whois.nic.sm/sm/status_registered.expected +33 -0
  1155. data/spec/fixtures/responses/whois.nic.sm/sm/status_registered.txt +30 -0
  1156. data/spec/fixtures/responses/whois.nic.sn/sn/status_available.expected +50 -0
  1157. data/spec/fixtures/responses/whois.nic.sn/sn/status_available.txt +3 -0
  1158. data/spec/fixtures/responses/whois.nic.sn/sn/status_registered.expected +73 -0
  1159. data/spec/fixtures/responses/whois.nic.sn/sn/status_registered.txt +14 -0
  1160. data/spec/fixtures/responses/whois.nic.so/so/status_available.expected +23 -0
  1161. data/spec/fixtures/responses/whois.nic.so/so/status_available.txt +1 -0
  1162. data/spec/fixtures/responses/whois.nic.so/so/status_registered.expected +34 -0
  1163. data/spec/fixtures/responses/whois.nic.so/so/status_registered.txt +22 -0
  1164. data/spec/fixtures/responses/whois.nic.space/space/status_available.expected +50 -0
  1165. data/spec/fixtures/responses/whois.nic.space/space/status_available.txt +1 -0
  1166. data/spec/fixtures/responses/whois.nic.space/space/status_registered.expected +117 -0
  1167. data/spec/fixtures/responses/whois.nic.space/space/status_registered.txt +86 -0
  1168. data/spec/fixtures/responses/whois.nic.st/st/status_available.expected +23 -0
  1169. data/spec/fixtures/responses/whois.nic.st/st/status_available.txt +1 -0
  1170. data/spec/fixtures/responses/whois.nic.st/st/status_registered.expected +32 -0
  1171. data/spec/fixtures/responses/whois.nic.st/st/status_registered.txt +90 -0
  1172. data/spec/fixtures/responses/whois.nic.tc/tc/status_available.expected +34 -0
  1173. data/spec/fixtures/responses/whois.nic.tc/tc/status_available.txt +12 -0
  1174. data/spec/fixtures/responses/whois.nic.tc/tc/status_registered.expected +48 -0
  1175. data/spec/fixtures/responses/whois.nic.tc/tc/status_registered.txt +87 -0
  1176. data/spec/fixtures/responses/whois.nic.tech/tech/status_available.expected +50 -0
  1177. data/spec/fixtures/responses/whois.nic.tech/tech/status_available.txt +1 -0
  1178. data/spec/fixtures/responses/whois.nic.tech/tech/status_registered.expected +115 -0
  1179. data/spec/fixtures/responses/whois.nic.tech/tech/status_registered.txt +74 -0
  1180. data/spec/fixtures/responses/whois.nic.tel/tel/status_available.expected +46 -0
  1181. data/spec/fixtures/responses/whois.nic.tel/tel/status_available.txt +59 -0
  1182. data/spec/fixtures/responses/whois.nic.tel/tel/status_registered.expected +103 -0
  1183. data/spec/fixtures/responses/whois.nic.tel/tel/status_registered.txt +125 -0
  1184. data/spec/fixtures/responses/whois.nic.tl/tl/status_available.expected +34 -0
  1185. data/spec/fixtures/responses/whois.nic.tl/tl/status_available.txt +22 -0
  1186. data/spec/fixtures/responses/whois.nic.tl/tl/status_registered.expected +45 -0
  1187. data/spec/fixtures/responses/whois.nic.tl/tl/status_registered.txt +76 -0
  1188. data/spec/fixtures/responses/whois.nic.tm/tm/status_available.expected +48 -0
  1189. data/spec/fixtures/responses/whois.nic.tm/tm/status_available.txt +5 -0
  1190. data/spec/fixtures/responses/whois.nic.tm/tm/status_registered.expected +57 -0
  1191. data/spec/fixtures/responses/whois.nic.tm/tm/status_registered.txt +12 -0
  1192. data/spec/fixtures/responses/whois.nic.tr/tr/property_contact_organization.txt +50 -0
  1193. data/spec/fixtures/responses/whois.nic.tr/tr/property_contact_person.txt +42 -0
  1194. data/spec/fixtures/responses/whois.nic.tr/tr/property_nameservers_with_ip.expected +12 -0
  1195. data/spec/fixtures/responses/whois.nic.tr/tr/property_nameservers_with_ip.txt +52 -0
  1196. data/spec/fixtures/responses/whois.nic.tr/tr/property_nameservers_with_trailing_space.expected +7 -0
  1197. data/spec/fixtures/responses/whois.nic.tr/tr/property_nameservers_with_trailing_space.txt +42 -0
  1198. data/spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_outside_cityinoneline.expected +17 -0
  1199. data/spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_outside_cityinoneline.txt +48 -0
  1200. data/spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_outside_citynextline.expected +17 -0
  1201. data/spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_outside_citynextline.txt +50 -0
  1202. data/spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_turkey.expected +17 -0
  1203. data/spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_turkey.txt +50 -0
  1204. data/spec/fixtures/responses/whois.nic.tr/tr/response_error_invalid_input.expected +8 -0
  1205. data/spec/fixtures/responses/whois.nic.tr/tr/response_error_invalid_input.txt +1 -0
  1206. data/spec/fixtures/responses/whois.nic.tr/tr/status_available.expected +51 -0
  1207. data/spec/fixtures/responses/whois.nic.tr/tr/status_available.txt +1 -0
  1208. data/spec/fixtures/responses/whois.nic.tr/tr/status_invalid.expected +51 -0
  1209. data/spec/fixtures/responses/whois.nic.tr/tr/status_invalid.txt +1 -0
  1210. data/spec/fixtures/responses/whois.nic.tr/tr/status_registered.expected +103 -0
  1211. data/spec/fixtures/responses/whois.nic.tr/tr/status_registered.txt +50 -0
  1212. data/spec/fixtures/responses/whois.nic.travel/travel/property_status_multiple.expected +2 -0
  1213. data/spec/fixtures/responses/whois.nic.travel/travel/property_status_multiple.txt +83 -0
  1214. data/spec/fixtures/responses/whois.nic.travel/travel/property_status_single.expected +2 -0
  1215. data/spec/fixtures/responses/whois.nic.travel/travel/property_status_single.txt +75 -0
  1216. data/spec/fixtures/responses/whois.nic.travel/travel/status_available.expected +47 -0
  1217. data/spec/fixtures/responses/whois.nic.travel/travel/status_available.txt +25 -0
  1218. data/spec/fixtures/responses/whois.nic.travel/travel/status_registered.expected +98 -0
  1219. data/spec/fixtures/responses/whois.nic.travel/travel/status_registered.txt +76 -0
  1220. data/spec/fixtures/responses/whois.nic.uk/uk/property_nameservers_with_ip.expected +9 -0
  1221. data/spec/fixtures/responses/whois.nic.uk/uk/property_nameservers_with_ip.txt +52 -0
  1222. data/spec/fixtures/responses/whois.nic.uk/uk/property_registrant_type_individual.txt +45 -0
  1223. data/spec/fixtures/responses/whois.nic.uk/uk/property_registrant_type_unknown.txt +50 -0
  1224. data/spec/fixtures/responses/whois.nic.uk/uk/property_registrar_godaddy.expected +6 -0
  1225. data/spec/fixtures/responses/whois.nic.uk/uk/property_registrar_godaddy.txt +47 -0
  1226. data/spec/fixtures/responses/whois.nic.uk/uk/property_registrar_without_trading_name.expected +6 -0
  1227. data/spec/fixtures/responses/whois.nic.uk/uk/property_registrar_without_trading_name.txt +48 -0
  1228. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_missing.expected +8 -0
  1229. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_missing.txt +20 -0
  1230. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_no_longer_required.expected +8 -0
  1231. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_no_longer_required.txt +49 -0
  1232. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_no_status_listed.expected +8 -0
  1233. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_no_status_listed.txt +48 -0
  1234. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_processing_registration.expected +8 -0
  1235. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_processing_registration.txt +49 -0
  1236. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_processing_renewal.expected +8 -0
  1237. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_processing_renewal.txt +49 -0
  1238. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_registered_until_expiry_date.expected +8 -0
  1239. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_registered_until_expiry_date.txt +50 -0
  1240. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_suspended.expected +8 -0
  1241. data/spec/fixtures/responses/whois.nic.uk/uk/property_status_suspended.txt +51 -0
  1242. data/spec/fixtures/responses/whois.nic.uk/uk/response_throttled.expected +2 -0
  1243. data/spec/fixtures/responses/whois.nic.uk/uk/response_throttled.txt +9 -0
  1244. data/spec/fixtures/responses/whois.nic.uk/uk/status_available.expected +38 -0
  1245. data/spec/fixtures/responses/whois.nic.uk/uk/status_available.txt +20 -0
  1246. data/spec/fixtures/responses/whois.nic.uk/uk/status_invalid.expected +9 -0
  1247. data/spec/fixtures/responses/whois.nic.uk/uk/status_invalid.txt +22 -0
  1248. data/spec/fixtures/responses/whois.nic.uk/uk/status_registered.expected +68 -0
  1249. data/spec/fixtures/responses/whois.nic.uk/uk/status_registered.txt +50 -0
  1250. data/spec/fixtures/responses/whois.nic.uk/uk/status_reserved.expected +71 -0
  1251. data/spec/fixtures/responses/whois.nic.uk/uk/status_reserved.txt +48 -0
  1252. data/spec/fixtures/responses/whois.nic.uk/uk/status_suspended.expected +34 -0
  1253. data/spec/fixtures/responses/whois.nic.uk/uk/status_suspended.txt +51 -0
  1254. data/spec/fixtures/responses/whois.nic.us/us/status_available.expected +46 -0
  1255. data/spec/fixtures/responses/whois.nic.us/us/status_available.txt +29 -0
  1256. data/spec/fixtures/responses/whois.nic.us/us/status_registered.expected +101 -0
  1257. data/spec/fixtures/responses/whois.nic.us/us/status_registered.txt +102 -0
  1258. data/spec/fixtures/responses/whois.nic.ve/ve/property_expires_on_missing.expected +2 -0
  1259. data/spec/fixtures/responses/whois.nic.ve/ve/property_expires_on_missing.txt +48 -0
  1260. data/spec/fixtures/responses/whois.nic.ve/ve/property_nameservers.expected +7 -0
  1261. data/spec/fixtures/responses/whois.nic.ve/ve/property_nameservers.txt +48 -0
  1262. data/spec/fixtures/responses/whois.nic.ve/ve/property_nameservers_missing.expected +3 -0
  1263. data/spec/fixtures/responses/whois.nic.ve/ve/property_nameservers_missing.txt +45 -0
  1264. data/spec/fixtures/responses/whois.nic.ve/ve/property_status_activo.expected +8 -0
  1265. data/spec/fixtures/responses/whois.nic.ve/ve/property_status_activo.txt +45 -0
  1266. data/spec/fixtures/responses/whois.nic.ve/ve/property_status_missing.expected +8 -0
  1267. data/spec/fixtures/responses/whois.nic.ve/ve/property_status_missing.txt +10 -0
  1268. data/spec/fixtures/responses/whois.nic.ve/ve/property_status_suspendido.expected +8 -0
  1269. data/spec/fixtures/responses/whois.nic.ve/ve/property_status_suspendido.txt +49 -0
  1270. data/spec/fixtures/responses/whois.nic.ve/ve/property_updated_on.expected +3 -0
  1271. data/spec/fixtures/responses/whois.nic.ve/ve/property_updated_on.txt +48 -0
  1272. data/spec/fixtures/responses/whois.nic.ve/ve/property_updated_on_blank.expected +2 -0
  1273. data/spec/fixtures/responses/whois.nic.ve/ve/property_updated_on_blank.txt +45 -0
  1274. data/spec/fixtures/responses/whois.nic.ve/ve/status_available.expected +23 -0
  1275. data/spec/fixtures/responses/whois.nic.ve/ve/status_available.txt +10 -0
  1276. data/spec/fixtures/responses/whois.nic.ve/ve/status_inactive.expected +30 -0
  1277. data/spec/fixtures/responses/whois.nic.ve/ve/status_inactive.txt +49 -0
  1278. data/spec/fixtures/responses/whois.nic.ve/ve/status_registered.expected +25 -0
  1279. data/spec/fixtures/responses/whois.nic.ve/ve/status_registered.txt +45 -0
  1280. data/spec/fixtures/responses/whois.nic.wed/wed/status_available.txt +9 -0
  1281. data/spec/fixtures/responses/whois.nic.wed/wed/status_registered.txt +67 -0
  1282. data/spec/fixtures/responses/whois.nic.wf/wf/response_throttled.expected +2 -0
  1283. data/spec/fixtures/responses/whois.nic.wf/wf/response_throttled.txt +21 -0
  1284. data/spec/fixtures/responses/whois.nic.wf/wf/status_available.expected +36 -0
  1285. data/spec/fixtures/responses/whois.nic.wf/wf/status_available.txt +19 -0
  1286. data/spec/fixtures/responses/whois.nic.wf/wf/status_registered.expected +96 -0
  1287. data/spec/fixtures/responses/whois.nic.wf/wf/status_registered.txt +91 -0
  1288. data/spec/fixtures/responses/whois.nic.xxx/xxx/status_available.expected +54 -0
  1289. data/spec/fixtures/responses/whois.nic.xxx/xxx/status_available.txt +1 -0
  1290. data/spec/fixtures/responses/whois.nic.xxx/xxx/status_registered.expected +107 -0
  1291. data/spec/fixtures/responses/whois.nic.xxx/xxx/status_registered.txt +66 -0
  1292. data/spec/fixtures/responses/whois.nic.xxx/xxx/status_reserved.expected +12 -0
  1293. data/spec/fixtures/responses/whois.nic.xxx/xxx/status_reserved.txt +1 -0
  1294. data/spec/fixtures/responses/whois.nic.xyz/xyz/status_available.expected +50 -0
  1295. data/spec/fixtures/responses/whois.nic.xyz/xyz/status_available.txt +1 -0
  1296. data/spec/fixtures/responses/whois.nic.xyz/xyz/status_registered.expected +124 -0
  1297. data/spec/fixtures/responses/whois.nic.xyz/xyz/status_registered.txt +73 -0
  1298. data/spec/fixtures/responses/whois.norid.no/no/status_available.expected +18 -0
  1299. data/spec/fixtures/responses/whois.norid.no/no/status_available.txt +5 -0
  1300. data/spec/fixtures/responses/whois.norid.no/no/status_registered.expected +20 -0
  1301. data/spec/fixtures/responses/whois.norid.no/no/status_registered.txt +38 -0
  1302. data/spec/fixtures/responses/whois.pairnic.com/status_available.expected +47 -0
  1303. data/spec/fixtures/responses/whois.pairnic.com/status_available.txt +1 -0
  1304. data/spec/fixtures/responses/whois.pairnic.com/status_registered.expected +97 -0
  1305. data/spec/fixtures/responses/whois.pairnic.com/status_registered.txt +70 -0
  1306. data/spec/fixtures/responses/whois.pandi.or.id/id/status_available.expected +50 -0
  1307. data/spec/fixtures/responses/whois.pandi.or.id/id/status_available.txt +1 -0
  1308. data/spec/fixtures/responses/whois.pandi.or.id/id/status_registered.expected +115 -0
  1309. data/spec/fixtures/responses/whois.pandi.or.id/id/status_registered.txt +66 -0
  1310. data/spec/fixtures/responses/whois.pir.org/org/response_throttled.expected +2 -0
  1311. data/spec/fixtures/responses/whois.pir.org/org/response_throttled.txt +1 -0
  1312. data/spec/fixtures/responses/whois.pir.org/org/status_available.expected +50 -0
  1313. data/spec/fixtures/responses/whois.pir.org/org/status_available.txt +1 -0
  1314. data/spec/fixtures/responses/whois.pir.org/org/status_registered.expected +106 -0
  1315. data/spec/fixtures/responses/whois.pir.org/org/status_registered.txt +67 -0
  1316. data/spec/fixtures/responses/whois.pnina.ps/ps/status_available.expected +34 -0
  1317. data/spec/fixtures/responses/whois.pnina.ps/ps/status_available.txt +21 -0
  1318. data/spec/fixtures/responses/whois.pnina.ps/ps/status_registered.expected +52 -0
  1319. data/spec/fixtures/responses/whois.pnina.ps/ps/status_registered.txt +96 -0
  1320. data/spec/fixtures/responses/whois.register.bg/bg/property_nameservers_with_ip.expected +9 -0
  1321. data/spec/fixtures/responses/whois.register.bg/bg/property_nameservers_with_ip.txt +42 -0
  1322. data/spec/fixtures/responses/whois.register.bg/bg/status_available.expected +23 -0
  1323. data/spec/fixtures/responses/whois.register.bg/bg/status_available.txt +1 -0
  1324. data/spec/fixtures/responses/whois.register.bg/bg/status_registered.expected +33 -0
  1325. data/spec/fixtures/responses/whois.register.bg/bg/status_registered.txt +45 -0
  1326. data/spec/fixtures/responses/whois.register.com/registered_without_updated_on.expected +3 -0
  1327. data/spec/fixtures/responses/whois.register.com/registered_without_updated_on.txt +92 -0
  1328. data/spec/fixtures/responses/whois.register.com/status_registered.expected +101 -0
  1329. data/spec/fixtures/responses/whois.register.com/status_registered.txt +92 -0
  1330. data/spec/fixtures/responses/whois.register.si/si/status_available.expected +23 -0
  1331. data/spec/fixtures/responses/whois.register.si/si/status_available.txt +30 -0
  1332. data/spec/fixtures/responses/whois.register.si/si/status_registered.expected +33 -0
  1333. data/spec/fixtures/responses/whois.register.si/si/status_registered.txt +51 -0
  1334. data/spec/fixtures/responses/whois.registre.ma/ma/status_available.expected +18 -0
  1335. data/spec/fixtures/responses/whois.registre.ma/ma/status_available.txt +2 -0
  1336. data/spec/fixtures/responses/whois.registre.ma/ma/status_registered.expected +20 -0
  1337. data/spec/fixtures/responses/whois.registre.ma/ma/status_registered.txt +18 -0
  1338. data/spec/fixtures/responses/whois.registro.br/br/property_nameservers_with_ip.expected +15 -0
  1339. data/spec/fixtures/responses/whois.registro.br/br/property_nameservers_with_ip.txt +50 -0
  1340. data/spec/fixtures/responses/whois.registro.br/br/status_available.expected +23 -0
  1341. data/spec/fixtures/responses/whois.registro.br/br/status_available.txt +18 -0
  1342. data/spec/fixtures/responses/whois.registro.br/br/status_available_limited.expected +5 -0
  1343. data/spec/fixtures/responses/whois.registro.br/br/status_available_limited.txt +22 -0
  1344. data/spec/fixtures/responses/whois.registro.br/br/status_registered.expected +95 -0
  1345. data/spec/fixtures/responses/whois.registro.br/br/status_registered.txt +56 -0
  1346. data/spec/fixtures/responses/whois.registro.br/br/status_registered_limited.expected +5 -0
  1347. data/spec/fixtures/responses/whois.registro.br/br/status_registered_limited.txt +23 -0
  1348. data/spec/fixtures/responses/whois.registry.gy/gy/status_available.expected +34 -0
  1349. data/spec/fixtures/responses/whois.registry.gy/gy/status_available.txt +16 -0
  1350. data/spec/fixtures/responses/whois.registry.gy/gy/status_registered.expected +49 -0
  1351. data/spec/fixtures/responses/whois.registry.gy/gy/status_registered.txt +87 -0
  1352. data/spec/fixtures/responses/whois.registry.hm/hm/status_available.expected +23 -0
  1353. data/spec/fixtures/responses/whois.registry.hm/hm/status_available.txt +31 -0
  1354. data/spec/fixtures/responses/whois.registry.hm/hm/status_registered.expected +29 -0
  1355. data/spec/fixtures/responses/whois.registry.hm/hm/status_registered.txt +78 -0
  1356. data/spec/fixtures/responses/whois.registry.om/om/status_available.expected +49 -0
  1357. data/spec/fixtures/responses/whois.registry.om/om/status_available.txt +1 -0
  1358. data/spec/fixtures/responses/whois.registry.om/om/status_registered.expected +94 -0
  1359. data/spec/fixtures/responses/whois.registry.om/om/status_registered.txt +23 -0
  1360. data/spec/fixtures/responses/whois.registry.om/om/status_reserved.expected +12 -0
  1361. data/spec/fixtures/responses/whois.registry.om/om/status_reserved.txt +1 -0
  1362. data/spec/fixtures/responses/whois.registry.qa/qa/property_nameservers_without_ips.expected +12 -0
  1363. data/spec/fixtures/responses/whois.registry.qa/qa/property_nameservers_without_ips.txt +22 -0
  1364. data/spec/fixtures/responses/whois.registry.qa/qa/status_available.expected +49 -0
  1365. data/spec/fixtures/responses/whois.registry.qa/qa/status_available.txt +1 -0
  1366. data/spec/fixtures/responses/whois.registry.qa/qa/status_registered.expected +84 -0
  1367. data/spec/fixtures/responses/whois.registry.qa/qa/status_registered.txt +21 -0
  1368. data/spec/fixtures/responses/whois.rnids.rs/rs/case_token_whois_privacy.expected +11 -0
  1369. data/spec/fixtures/responses/whois.rnids.rs/rs/case_token_whois_privacy.txt +36 -0
  1370. data/spec/fixtures/responses/whois.rnids.rs/rs/property_nameservers_hyphenated.expected +9 -0
  1371. data/spec/fixtures/responses/whois.rnids.rs/rs/property_nameservers_hyphenated.txt +36 -0
  1372. data/spec/fixtures/responses/whois.rnids.rs/rs/property_status_expired.expected +8 -0
  1373. data/spec/fixtures/responses/whois.rnids.rs/rs/property_status_expired.txt +37 -0
  1374. data/spec/fixtures/responses/whois.rnids.rs/rs/property_status_in_transfer.expected +8 -0
  1375. data/spec/fixtures/responses/whois.rnids.rs/rs/property_status_in_transfer.txt +37 -0
  1376. data/spec/fixtures/responses/whois.rnids.rs/rs/property_status_locked.expected +8 -0
  1377. data/spec/fixtures/responses/whois.rnids.rs/rs/property_status_locked.txt +40 -0
  1378. data/spec/fixtures/responses/whois.rnids.rs/rs/status_available.expected +50 -0
  1379. data/spec/fixtures/responses/whois.rnids.rs/rs/status_available.txt +1 -0
  1380. data/spec/fixtures/responses/whois.rnids.rs/rs/status_registered.expected +87 -0
  1381. data/spec/fixtures/responses/whois.rnids.rs/rs/status_registered.txt +44 -0
  1382. data/spec/fixtures/responses/whois.rotld.ro/ro/property_status_updateprohibited.expected +8 -0
  1383. data/spec/fixtures/responses/whois.rotld.ro/ro/property_status_updateprohibited.txt +28 -0
  1384. data/spec/fixtures/responses/whois.rotld.ro/ro/status_available.expected +23 -0
  1385. data/spec/fixtures/responses/whois.rotld.ro/ro/status_available.txt +17 -0
  1386. data/spec/fixtures/responses/whois.rotld.ro/ro/status_registered.expected +39 -0
  1387. data/spec/fixtures/responses/whois.rotld.ro/ro/status_registered.txt +28 -0
  1388. data/spec/fixtures/responses/whois.rrpproxy.net/status_available.expected +47 -0
  1389. data/spec/fixtures/responses/whois.rrpproxy.net/status_available.txt +43 -0
  1390. data/spec/fixtures/responses/whois.rrpproxy.net/status_registered.expected +109 -0
  1391. data/spec/fixtures/responses/whois.rrpproxy.net/status_registered.txt +85 -0
  1392. data/spec/fixtures/responses/whois.safenames.net/status_registered.expected +106 -0
  1393. data/spec/fixtures/responses/whois.safenames.net/status_registered.txt +139 -0
  1394. data/spec/fixtures/responses/whois.schlund.info/registered_without_update_on.expected +2 -0
  1395. data/spec/fixtures/responses/whois.schlund.info/registered_without_update_on.txt +66 -0
  1396. data/spec/fixtures/responses/whois.schlund.info/status_available.expected +47 -0
  1397. data/spec/fixtures/responses/whois.schlund.info/status_available.txt +21 -0
  1398. data/spec/fixtures/responses/whois.schlund.info/status_registered.expected +101 -0
  1399. data/spec/fixtures/responses/whois.schlund.info/status_registered.txt +66 -0
  1400. data/spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_1.expected +11 -0
  1401. data/spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_1.txt +98 -0
  1402. data/spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_with_ip.expected +12 -0
  1403. data/spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_with_ip.txt +94 -0
  1404. data/spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_2.expected +11 -0
  1405. data/spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_2.txt +94 -0
  1406. data/spec/fixtures/responses/whois.sgnic.sg/sg/status_available.expected +23 -0
  1407. data/spec/fixtures/responses/whois.sgnic.sg/sg/status_available.txt +1 -0
  1408. data/spec/fixtures/responses/whois.sgnic.sg/sg/status_registered.expected +33 -0
  1409. data/spec/fixtures/responses/whois.sgnic.sg/sg/status_registered.txt +54 -0
  1410. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_dakt.expected +8 -0
  1411. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_dakt.txt +25 -0
  1412. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_exp.expected +8 -0
  1413. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_exp.txt +27 -0
  1414. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_held.expected +8 -0
  1415. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_held.txt +17 -0
  1416. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_lnot.expected +8 -0
  1417. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_lnot.txt +26 -0
  1418. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_ok.expected +8 -0
  1419. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_ok.txt +27 -0
  1420. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_ta.expected +8 -0
  1421. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_ta.txt +25 -0
  1422. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_warn.expected +8 -0
  1423. data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_warn.txt +24 -0
  1424. data/spec/fixtures/responses/whois.sk-nic.sk/sk/status_available.expected +23 -0
  1425. data/spec/fixtures/responses/whois.sk-nic.sk/sk/status_available.txt +7 -0
  1426. data/spec/fixtures/responses/whois.sk-nic.sk/sk/status_registered.expected +33 -0
  1427. data/spec/fixtures/responses/whois.sk-nic.sk/sk/status_registered.txt +27 -0
  1428. data/spec/fixtures/responses/whois.smallregistry.net/status_available.expected +50 -0
  1429. data/spec/fixtures/responses/whois.smallregistry.net/status_available.txt +21 -0
  1430. data/spec/fixtures/responses/whois.smallregistry.net/status_registered.expected +91 -0
  1431. data/spec/fixtures/responses/whois.smallregistry.net/status_registered.txt +89 -0
  1432. data/spec/fixtures/responses/whois.srs.net.nz/nz/property_status_pendingrelease.expected +8 -0
  1433. data/spec/fixtures/responses/whois.srs.net.nz/nz/property_status_pendingrelease.txt +68 -0
  1434. data/spec/fixtures/responses/whois.srs.net.nz/nz/response_throttled.expected +2 -0
  1435. data/spec/fixtures/responses/whois.srs.net.nz/nz/response_throttled.txt +27 -0
  1436. data/spec/fixtures/responses/whois.srs.net.nz/nz/status_available.expected +50 -0
  1437. data/spec/fixtures/responses/whois.srs.net.nz/nz/status_available.txt +27 -0
  1438. data/spec/fixtures/responses/whois.srs.net.nz/nz/status_invalid.expected +34 -0
  1439. data/spec/fixtures/responses/whois.srs.net.nz/nz/status_invalid.txt +27 -0
  1440. data/spec/fixtures/responses/whois.srs.net.nz/nz/status_registered.expected +113 -0
  1441. data/spec/fixtures/responses/whois.srs.net.nz/nz/status_registered.txt +73 -0
  1442. data/spec/fixtures/responses/whois.sx/sx/property_status_premium_name.expected +8 -0
  1443. data/spec/fixtures/responses/whois.sx/sx/property_status_premium_name.txt +46 -0
  1444. data/spec/fixtures/responses/whois.sx/sx/status_available.expected +50 -0
  1445. data/spec/fixtures/responses/whois.sx/sx/status_available.txt +46 -0
  1446. data/spec/fixtures/responses/whois.sx/sx/status_registered.expected +111 -0
  1447. data/spec/fixtures/responses/whois.sx/sx/status_registered.txt +80 -0
  1448. data/spec/fixtures/responses/whois.sx/sx/status_unavailable.expected +8 -0
  1449. data/spec/fixtures/responses/whois.sx/sx/status_unavailable.txt +46 -0
  1450. data/spec/fixtures/responses/whois.tcinet.ru/ru/property_nameservers_with_ip.expected +12 -0
  1451. data/spec/fixtures/responses/whois.tcinet.ru/ru/property_nameservers_with_ip.txt +22 -0
  1452. data/spec/fixtures/responses/whois.tcinet.ru/ru/status_available.expected +44 -0
  1453. data/spec/fixtures/responses/whois.tcinet.ru/ru/status_available.txt +9 -0
  1454. data/spec/fixtures/responses/whois.tcinet.ru/ru/status_registered.expected +60 -0
  1455. data/spec/fixtures/responses/whois.tcinet.ru/ru/status_registered.txt +21 -0
  1456. data/spec/fixtures/responses/whois.tcinet.ru/su/status_available.expected +44 -0
  1457. data/spec/fixtures/responses/whois.tcinet.ru/su/status_available.txt +9 -0
  1458. data/spec/fixtures/responses/whois.tcinet.ru/su/status_registered.expected +60 -0
  1459. data/spec/fixtures/responses/whois.tcinet.ru/su/status_registered.txt +20 -0
  1460. data/spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_available.expected +44 -0
  1461. data/spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_available.txt +9 -0
  1462. data/spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_registered.expected +63 -0
  1463. data/spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_registered.txt +20 -0
  1464. data/spec/fixtures/responses/whois.thnic.co.th/th/status_available.expected +23 -0
  1465. data/spec/fixtures/responses/whois.thnic.co.th/th/status_available.txt +4 -0
  1466. data/spec/fixtures/responses/whois.thnic.co.th/th/status_registered.expected +34 -0
  1467. data/spec/fixtures/responses/whois.thnic.co.th/th/status_registered.txt +24 -0
  1468. data/spec/fixtures/responses/whois.tld.ee/ee/property_status_serverhold.expected +123 -0
  1469. data/spec/fixtures/responses/whois.tld.ee/ee/property_status_serverhold.txt +44 -0
  1470. data/spec/fixtures/responses/whois.tld.ee/ee/status_available.expected +49 -0
  1471. data/spec/fixtures/responses/whois.tld.ee/ee/status_available.txt +5 -0
  1472. data/spec/fixtures/responses/whois.tld.ee/ee/status_expired.expected +108 -0
  1473. data/spec/fixtures/responses/whois.tld.ee/ee/status_expired.txt +46 -0
  1474. data/spec/fixtures/responses/whois.tld.ee/ee/status_registered.expected +115 -0
  1475. data/spec/fixtures/responses/whois.tld.ee/ee/status_registered.txt +47 -0
  1476. data/spec/fixtures/responses/whois.tld.sy/sy/status_available.expected +34 -0
  1477. data/spec/fixtures/responses/whois.tld.sy/sy/status_available.txt +6 -0
  1478. data/spec/fixtures/responses/whois.tld.sy/sy/status_registered.expected +44 -0
  1479. data/spec/fixtures/responses/whois.tld.sy/sy/status_registered.txt +25 -0
  1480. data/spec/fixtures/responses/whois.tonic.to/to/response_incomplete.expected +6 -0
  1481. data/spec/fixtures/responses/whois.tonic.to/to/response_incomplete.txt +1 -0
  1482. data/spec/fixtures/responses/whois.tonic.to/to/status_available.expected +50 -0
  1483. data/spec/fixtures/responses/whois.tonic.to/to/status_available.txt +2 -0
  1484. data/spec/fixtures/responses/whois.tonic.to/to/status_registered.expected +50 -0
  1485. data/spec/fixtures/responses/whois.tonic.to/to/status_registered.txt +3 -0
  1486. data/spec/fixtures/responses/whois.tucows.com/status_available.expected +46 -0
  1487. data/spec/fixtures/responses/whois.tucows.com/status_available.txt +1 -0
  1488. data/spec/fixtures/responses/whois.tucows.com/status_registered.expected +99 -0
  1489. data/spec/fixtures/responses/whois.tucows.com/status_registered.txt +102 -0
  1490. data/spec/fixtures/responses/whois.twnic.net.tw/tw/status_available.expected +23 -0
  1491. data/spec/fixtures/responses/whois.twnic.net.tw/tw/status_available.txt +1 -0
  1492. data/spec/fixtures/responses/whois.twnic.net.tw/tw/status_registered.expected +33 -0
  1493. data/spec/fixtures/responses/whois.twnic.net.tw/tw/status_registered.txt +32 -0
  1494. data/spec/fixtures/responses/whois.tznic.or.tz/tz/property_status_expired.expected +8 -0
  1495. data/spec/fixtures/responses/whois.tznic.or.tz/tz/property_status_expired.txt +56 -0
  1496. data/spec/fixtures/responses/whois.tznic.or.tz/tz/status_available.expected +46 -0
  1497. data/spec/fixtures/responses/whois.tznic.or.tz/tz/status_available.txt +15 -0
  1498. data/spec/fixtures/responses/whois.tznic.or.tz/tz/status_registered.expected +102 -0
  1499. data/spec/fixtures/responses/whois.tznic.or.tz/tz/status_registered.txt +53 -0
  1500. data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_clienthold.expected +8 -0
  1501. data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_clienthold.txt +106 -0
  1502. data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_clienttransferprohibited.expected +8 -0
  1503. data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_clienttransferprohibited.txt +99 -0
  1504. data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_graceperiod.expected +8 -0
  1505. data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_graceperiod.txt +106 -0
  1506. data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_ok.expected +8 -0
  1507. data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_ok.txt +92 -0
  1508. data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_pendingdelete.expected +8 -0
  1509. data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_pendingdelete.txt +107 -0
  1510. data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_redemptionperiod.expected +8 -0
  1511. data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_redemptionperiod.txt +76 -0
  1512. data/spec/fixtures/responses/whois.ua/ua/uaepp/status_available.expected +46 -0
  1513. data/spec/fixtures/responses/whois.ua/ua/uaepp/status_available.txt +8 -0
  1514. data/spec/fixtures/responses/whois.ua/ua/uaepp/status_registered.expected +105 -0
  1515. data/spec/fixtures/responses/whois.ua/ua/uaepp/status_registered.txt +92 -0
  1516. data/spec/fixtures/responses/whois.ua/ua/uanic/property_contacts_multiple.expected +36 -0
  1517. data/spec/fixtures/responses/whois.ua/ua/uanic/property_contacts_multiple.txt +83 -0
  1518. data/spec/fixtures/responses/whois.ua/ua/uanic/status_registered.expected +85 -0
  1519. data/spec/fixtures/responses/whois.ua/ua/uanic/status_registered.txt +83 -0
  1520. data/spec/fixtures/responses/whois.udag.net/status_available.expected +47 -0
  1521. data/spec/fixtures/responses/whois.udag.net/status_available.txt +22 -0
  1522. data/spec/fixtures/responses/whois.udag.net/status_registered.expected +108 -0
  1523. data/spec/fixtures/responses/whois.udag.net/status_registered.txt +78 -0
  1524. data/spec/fixtures/responses/whois.uniregistry.net/tattoo/status_available.expected +47 -0
  1525. data/spec/fixtures/responses/whois.uniregistry.net/tattoo/status_available.txt +39 -0
  1526. data/spec/fixtures/responses/whois.uniregistry.net/tattoo/status_registered.expected +118 -0
  1527. data/spec/fixtures/responses/whois.uniregistry.net/tattoo/status_registered.txt +95 -0
  1528. data/spec/fixtures/responses/whois.uniregistry.net/tattoo/status_unavailable.txt +36 -0
  1529. data/spec/fixtures/responses/whois.usp.ac.fj/fj/status_available.expected +23 -0
  1530. data/spec/fixtures/responses/whois.usp.ac.fj/fj/status_available.txt +18 -0
  1531. data/spec/fixtures/responses/whois.usp.ac.fj/fj/status_registered.expected +32 -0
  1532. data/spec/fixtures/responses/whois.usp.ac.fj/fj/status_registered.txt +26 -0
  1533. data/spec/fixtures/responses/whois.verisign-grs.com/com/property_nameserver_no_nameserver.expected +3 -0
  1534. data/spec/fixtures/responses/whois.verisign-grs.com/com/property_nameserver_no_nameserver.txt +67 -0
  1535. data/spec/fixtures/responses/whois.verisign-grs.com/com/property_status_pendingdelete.txt +53 -0
  1536. data/spec/fixtures/responses/whois.verisign-grs.com/com/status_available.expected +46 -0
  1537. data/spec/fixtures/responses/whois.verisign-grs.com/com/status_available.txt +43 -0
  1538. data/spec/fixtures/responses/whois.verisign-grs.com/com/status_registered.expected +69 -0
  1539. data/spec/fixtures/responses/whois.verisign-grs.com/com/status_registered.txt +60 -0
  1540. data/spec/fixtures/responses/whois.verisign-grs.com/net/status_available.expected +46 -0
  1541. data/spec/fixtures/responses/whois.verisign-grs.com/net/status_available.txt +43 -0
  1542. data/spec/fixtures/responses/whois.verisign-grs.com/net/status_registered.expected +69 -0
  1543. data/spec/fixtures/responses/whois.verisign-grs.com/net/status_registered.txt +60 -0
  1544. data/spec/fixtures/responses/whois.verisign-grs.com/response_unavailable.expected +2 -0
  1545. data/spec/fixtures/responses/whois.verisign-grs.com/response_unavailable.txt +13 -0
  1546. data/spec/fixtures/responses/whois.verisign-grs.com/status_registered.txt +53 -0
  1547. data/spec/fixtures/responses/whois.website.ws/ws/status_available.expected +23 -0
  1548. data/spec/fixtures/responses/whois.website.ws/ws/status_available.txt +12 -0
  1549. data/spec/fixtures/responses/whois.website.ws/ws/status_registered.expected +34 -0
  1550. data/spec/fixtures/responses/whois.website.ws/ws/status_registered.txt +34 -0
  1551. data/spec/fixtures/responses/whois.wildwestdomains.com/status_available.expected +47 -0
  1552. data/spec/fixtures/responses/whois.wildwestdomains.com/status_available.txt +21 -0
  1553. data/spec/fixtures/responses/whois.wildwestdomains.com/status_registered.expected +114 -0
  1554. data/spec/fixtures/responses/whois.wildwestdomains.com/status_registered.txt +92 -0
  1555. data/spec/fixtures/responses/whois.yoursrs.com/status_available.expected +47 -0
  1556. data/spec/fixtures/responses/whois.yoursrs.com/status_available.txt +1 -0
  1557. data/spec/fixtures/responses/whois.yoursrs.com/status_registered.expected +97 -0
  1558. data/spec/fixtures/responses/whois.yoursrs.com/status_registered.txt +53 -0
  1559. data/spec/fixtures/responses/whois.yoursrs.com/status_registered_with_no_last_updated.expected +2 -0
  1560. data/spec/fixtures/responses/whois.yoursrs.com/status_registered_with_no_last_updated.txt +53 -0
  1561. data/spec/fixtures/responses/whois.za.net/za.net/status_available.expected +23 -0
  1562. data/spec/fixtures/responses/whois.za.net/za.net/status_available.txt +9 -0
  1563. data/spec/fixtures/responses/whois.za.net/za.net/status_registered.expected +29 -0
  1564. data/spec/fixtures/responses/whois.za.net/za.net/status_registered.txt +42 -0
  1565. data/spec/fixtures/responses/whois.za.org/za.org/status_available.expected +23 -0
  1566. data/spec/fixtures/responses/whois.za.org/za.org/status_available.txt +9 -0
  1567. data/spec/fixtures/responses/whois.za.org/za.org/status_registered.expected +31 -0
  1568. data/spec/fixtures/responses/whois.za.org/za.org/status_registered.txt +44 -0
  1569. data/spec/fixtures/responses/whois1.nic.bi/bi/status_available.expected +34 -0
  1570. data/spec/fixtures/responses/whois1.nic.bi/bi/status_available.txt +10 -0
  1571. data/spec/fixtures/responses/whois1.nic.bi/bi/status_registered.expected +49 -0
  1572. data/spec/fixtures/responses/whois1.nic.bi/bi/status_registered.txt +79 -0
  1573. data/spec/integration/whois_spec.rb +73 -0
  1574. data/spec/spec_helper.rb +20 -0
  1575. data/spec/support/example/parser_example_group.rb +39 -0
  1576. data/spec/support/helpers/spec_helper.rb +31 -0
  1577. data/spec/support/matchers/support_property.rb +5 -0
  1578. data/spec/tlds.yml +1400 -0
  1579. data/spec/whois/parser/contact_spec.rb +51 -0
  1580. data/spec/whois/parser/nameserver_spec.rb +55 -0
  1581. data/spec/whois/parser/registrar_spec.rb +50 -0
  1582. data/spec/whois/parser/super_struct_spec.rb +27 -0
  1583. data/spec/whois/parser_extensions/parser_spec.rb +31 -0
  1584. data/spec/whois/parser_extensions/record_spec.rb +307 -0
  1585. data/spec/whois/parser_extensions/whois_spec.rb +72 -0
  1586. data/spec/whois/parser_spec.rb +438 -0
  1587. data/spec/whois/parsers/base_spec.rb +260 -0
  1588. data/spec/whois/parsers/blank_spec.rb +18 -0
  1589. data/spec/whois/parsers/responses/capetown-whois.registry.net.za/capetown/status_available_spec.rb +93 -0
  1590. data/spec/whois/parsers/responses/capetown-whois.registry.net.za/capetown/status_registered_spec.rb +153 -0
  1591. data/spec/whois/parsers/responses/ccwhois.ksregistry.net/vg/status_available_spec.rb +98 -0
  1592. data/spec/whois/parsers/responses/ccwhois.ksregistry.net/vg/status_registered_spec.rb +161 -0
  1593. data/spec/whois/parsers/responses/ccwhois.verisign-grs.com/cc/property_nameserver_no_nameserver_spec.rb +30 -0
  1594. data/spec/whois/parsers/responses/ccwhois.verisign-grs.com/cc/status_available_spec.rb +90 -0
  1595. data/spec/whois/parsers/responses/ccwhois.verisign-grs.com/cc/status_registered_spec.rb +113 -0
  1596. data/spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/property_contact_fax_empty_spec.rb +44 -0
  1597. data/spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/response_throttled_spec.rb +29 -0
  1598. data/spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/status_available_spec.rb +93 -0
  1599. data/spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/status_registered_spec.rb +158 -0
  1600. data/spec/whois/parsers/responses/durban-whois.registry.net.za/durban/status_available_spec.rb +93 -0
  1601. data/spec/whois/parsers/responses/durban-whois.registry.net.za/durban/status_registered_spec.rb +156 -0
  1602. data/spec/whois/parsers/responses/joburg-whois.registry.net.za/joburg/status_available_spec.rb +93 -0
  1603. data/spec/whois/parsers/responses/joburg-whois.registry.net.za/joburg/status_registered_spec.rb +157 -0
  1604. data/spec/whois/parsers/responses/kero.yachay.pe/pe/response_throttled_spec.rb +29 -0
  1605. data/spec/whois/parsers/responses/kero.yachay.pe/pe/status_available_spec.rb +65 -0
  1606. data/spec/whois/parsers/responses/kero.yachay.pe/pe/status_inactive_spec.rb +66 -0
  1607. data/spec/whois/parsers/responses/kero.yachay.pe/pe/status_registered_spec.rb +73 -0
  1608. data/spec/whois/parsers/responses/kero.yachay.pe/pe/status_suspended_spec.rb +65 -0
  1609. data/spec/whois/parsers/responses/org-whois.registry.net.za/org.za/status_available_spec.rb +93 -0
  1610. data/spec/whois/parsers/responses/org-whois.registry.net.za/org.za/status_registered_spec.rb +158 -0
  1611. data/spec/whois/parsers/responses/tvwhois.verisign-grs.com/tv/property_nameserver_no_nameserver_spec.rb +30 -0
  1612. data/spec/whois/parsers/responses/tvwhois.verisign-grs.com/tv/status_available_spec.rb +90 -0
  1613. data/spec/whois/parsers/responses/tvwhois.verisign-grs.com/tv/status_registered_spec.rb +109 -0
  1614. data/spec/whois/parsers/responses/whois.1und1.info/status_available_spec.rb +93 -0
  1615. data/spec/whois/parsers/responses/whois.1und1.info/status_registered_spec.rb +147 -0
  1616. data/spec/whois/parsers/responses/whois.35.com/status_registered_spec.rb +140 -0
  1617. data/spec/whois/parsers/responses/whois.aeda.net.ae/ae/status_available_spec.rb +60 -0
  1618. data/spec/whois/parsers/responses/whois.aeda.net.ae/ae/status_registered_spec.rb +64 -0
  1619. data/spec/whois/parsers/responses/whois.aero/status_available_spec.rb +103 -0
  1620. data/spec/whois/parsers/responses/whois.aero/status_registered_spec.rb +157 -0
  1621. data/spec/whois/parsers/responses/whois.aero/status_reserved_spec.rb +103 -0
  1622. data/spec/whois/parsers/responses/whois.afilias-grs.info/bz/status_available_spec.rb +98 -0
  1623. data/spec/whois/parsers/responses/whois.afilias-grs.info/bz/status_registered_spec.rb +113 -0
  1624. data/spec/whois/parsers/responses/whois.afilias-grs.info/gi/status_available_spec.rb +98 -0
  1625. data/spec/whois/parsers/responses/whois.afilias-grs.info/gi/status_registered_spec.rb +148 -0
  1626. data/spec/whois/parsers/responses/whois.afilias-grs.info/lc/status_available_spec.rb +98 -0
  1627. data/spec/whois/parsers/responses/whois.afilias-grs.info/lc/status_registered_spec.rb +148 -0
  1628. data/spec/whois/parsers/responses/whois.afilias-grs.info/mn/status_available_spec.rb +98 -0
  1629. data/spec/whois/parsers/responses/whois.afilias-grs.info/mn/status_registered_spec.rb +152 -0
  1630. data/spec/whois/parsers/responses/whois.afilias-grs.info/sc/status_available_spec.rb +98 -0
  1631. data/spec/whois/parsers/responses/whois.afilias-grs.info/sc/status_registered_spec.rb +151 -0
  1632. data/spec/whois/parsers/responses/whois.afilias-grs.info/vc/status_available_spec.rb +98 -0
  1633. data/spec/whois/parsers/responses/whois.afilias-grs.info/vc/status_registered_spec.rb +152 -0
  1634. data/spec/whois/parsers/responses/whois.afilias.net/info/status_available_spec.rb +98 -0
  1635. data/spec/whois/parsers/responses/whois.afilias.net/info/status_registered_spec.rb +152 -0
  1636. data/spec/whois/parsers/responses/whois.afilias.net/info/status_reserved_spec.rb +34 -0
  1637. data/spec/whois/parsers/responses/whois.afilias.net/pro/status_available_spec.rb +98 -0
  1638. data/spec/whois/parsers/responses/whois.afilias.net/pro/status_registered_spec.rb +152 -0
  1639. data/spec/whois/parsers/responses/whois.afilias.net/pro/status_reserved_spec.rb +34 -0
  1640. data/spec/whois/parsers/responses/whois.amnic.net/am/status_available_spec.rb +60 -0
  1641. data/spec/whois/parsers/responses/whois.amnic.net/am/status_registered_spec.rb +71 -0
  1642. data/spec/whois/parsers/responses/whois.ascio.com/status_available_spec.rb +93 -0
  1643. data/spec/whois/parsers/responses/whois.ascio.com/status_registered_spec.rb +144 -0
  1644. data/spec/whois/parsers/responses/whois.ati.tn/tn/property_contact_updated_none_spec.rb +35 -0
  1645. data/spec/whois/parsers/responses/whois.ati.tn/tn/status_available_spec.rb +98 -0
  1646. data/spec/whois/parsers/responses/whois.ati.tn/tn/status_registered_spec.rb +163 -0
  1647. data/spec/whois/parsers/responses/whois.audns.net.au/au/property_status_with_multiple_spec.rb +29 -0
  1648. data/spec/whois/parsers/responses/whois.audns.net.au/au/status_available_spec.rb +97 -0
  1649. data/spec/whois/parsers/responses/whois.audns.net.au/au/status_registered_spec.rb +141 -0
  1650. data/spec/whois/parsers/responses/whois.ax/ax/status_available_spec.rb +60 -0
  1651. data/spec/whois/parsers/responses/whois.ax/ax/status_registered_spec.rb +69 -0
  1652. data/spec/whois/parsers/responses/whois.biz/biz/status_available_spec.rb +93 -0
  1653. data/spec/whois/parsers/responses/whois.biz/biz/status_registered_spec.rb +148 -0
  1654. data/spec/whois/parsers/responses/whois.bnnic.bn/bn/status_available_spec.rb +60 -0
  1655. data/spec/whois/parsers/responses/whois.bnnic.bn/bn/status_registered_spec.rb +79 -0
  1656. data/spec/whois/parsers/responses/whois.cat/cat/property_status_missing_spec.rb +29 -0
  1657. data/spec/whois/parsers/responses/whois.cat/cat/property_status_multiple_spec.rb +29 -0
  1658. data/spec/whois/parsers/responses/whois.cat/cat/property_status_ok_spec.rb +29 -0
  1659. data/spec/whois/parsers/responses/whois.cat/cat/status_available_spec.rb +60 -0
  1660. data/spec/whois/parsers/responses/whois.cat/cat/status_registered_spec.rb +71 -0
  1661. data/spec/whois/parsers/responses/whois.cctld.by/by/status_available_spec.rb +95 -0
  1662. data/spec/whois/parsers/responses/whois.cctld.by/by/status_registered_spec.rb +105 -0
  1663. data/spec/whois/parsers/responses/whois.cctld.uz/uz/property_expires_on_dash_spec.rb +29 -0
  1664. data/spec/whois/parsers/responses/whois.cctld.uz/uz/property_status_reserved_spec.rb +39 -0
  1665. data/spec/whois/parsers/responses/whois.cctld.uz/uz/status_available_spec.rb +60 -0
  1666. data/spec/whois/parsers/responses/whois.cctld.uz/uz/status_registered_spec.rb +67 -0
  1667. data/spec/whois/parsers/responses/whois.cdmon.com/com/status_registered_spec.rb +141 -0
  1668. data/spec/whois/parsers/responses/whois.centralnic.com/ae.org/status_available_spec.rb +98 -0
  1669. data/spec/whois/parsers/responses/whois.centralnic.com/ae.org/status_registered_spec.rb +155 -0
  1670. data/spec/whois/parsers/responses/whois.centralnic.com/ar.com/status_available_spec.rb +98 -0
  1671. data/spec/whois/parsers/responses/whois.centralnic.com/ar.com/status_registered_spec.rb +159 -0
  1672. data/spec/whois/parsers/responses/whois.centralnic.com/br.com/status_available_spec.rb +98 -0
  1673. data/spec/whois/parsers/responses/whois.centralnic.com/br.com/status_registered_spec.rb +155 -0
  1674. data/spec/whois/parsers/responses/whois.centralnic.com/cn.com/status_available_spec.rb +98 -0
  1675. data/spec/whois/parsers/responses/whois.centralnic.com/cn.com/status_registered_spec.rb +151 -0
  1676. data/spec/whois/parsers/responses/whois.centralnic.com/de.com/status_available_spec.rb +98 -0
  1677. data/spec/whois/parsers/responses/whois.centralnic.com/de.com/status_registered_spec.rb +155 -0
  1678. data/spec/whois/parsers/responses/whois.centralnic.com/eu.com/status_available_spec.rb +98 -0
  1679. data/spec/whois/parsers/responses/whois.centralnic.com/eu.com/status_registered_spec.rb +161 -0
  1680. data/spec/whois/parsers/responses/whois.centralnic.com/gb.com/status_available_spec.rb +98 -0
  1681. data/spec/whois/parsers/responses/whois.centralnic.com/gb.com/status_registered_spec.rb +159 -0
  1682. data/spec/whois/parsers/responses/whois.centralnic.com/gb.net/status_available_spec.rb +98 -0
  1683. data/spec/whois/parsers/responses/whois.centralnic.com/gb.net/status_registered_spec.rb +165 -0
  1684. data/spec/whois/parsers/responses/whois.centralnic.com/gr.com/status_available_spec.rb +98 -0
  1685. data/spec/whois/parsers/responses/whois.centralnic.com/gr.com/status_registered_spec.rb +133 -0
  1686. data/spec/whois/parsers/responses/whois.centralnic.com/hu.com/status_available_spec.rb +98 -0
  1687. data/spec/whois/parsers/responses/whois.centralnic.com/hu.com/status_registered_spec.rb +151 -0
  1688. data/spec/whois/parsers/responses/whois.centralnic.com/jp.net/status_available_spec.rb +98 -0
  1689. data/spec/whois/parsers/responses/whois.centralnic.com/jp.net/status_registered_spec.rb +151 -0
  1690. data/spec/whois/parsers/responses/whois.centralnic.com/jpn.com/status_available_spec.rb +98 -0
  1691. data/spec/whois/parsers/responses/whois.centralnic.com/jpn.com/status_registered_spec.rb +155 -0
  1692. data/spec/whois/parsers/responses/whois.centralnic.com/kr.com/status_available_spec.rb +98 -0
  1693. data/spec/whois/parsers/responses/whois.centralnic.com/kr.com/status_registered_spec.rb +167 -0
  1694. data/spec/whois/parsers/responses/whois.centralnic.com/no.com/status_available_spec.rb +98 -0
  1695. data/spec/whois/parsers/responses/whois.centralnic.com/qc.com/status_available_spec.rb +98 -0
  1696. data/spec/whois/parsers/responses/whois.centralnic.com/qc.com/status_registered_spec.rb +155 -0
  1697. data/spec/whois/parsers/responses/whois.centralnic.com/ru.com/status_available_spec.rb +98 -0
  1698. data/spec/whois/parsers/responses/whois.centralnic.com/ru.com/status_registered_spec.rb +147 -0
  1699. data/spec/whois/parsers/responses/whois.centralnic.com/sa.com/status_available_spec.rb +98 -0
  1700. data/spec/whois/parsers/responses/whois.centralnic.com/sa.com/status_registered_spec.rb +151 -0
  1701. data/spec/whois/parsers/responses/whois.centralnic.com/se.com/status_available_spec.rb +98 -0
  1702. data/spec/whois/parsers/responses/whois.centralnic.com/se.com/status_registered_spec.rb +159 -0
  1703. data/spec/whois/parsers/responses/whois.centralnic.com/se.net/status_available_spec.rb +98 -0
  1704. data/spec/whois/parsers/responses/whois.centralnic.com/se.net/status_registered_spec.rb +161 -0
  1705. data/spec/whois/parsers/responses/whois.centralnic.com/uk.com/status_available_spec.rb +98 -0
  1706. data/spec/whois/parsers/responses/whois.centralnic.com/uk.com/status_registered_spec.rb +155 -0
  1707. data/spec/whois/parsers/responses/whois.centralnic.com/uk.net/status_available_spec.rb +98 -0
  1708. data/spec/whois/parsers/responses/whois.centralnic.com/uk.net/status_registered_spec.rb +155 -0
  1709. data/spec/whois/parsers/responses/whois.centralnic.com/us.com/status_available_spec.rb +98 -0
  1710. data/spec/whois/parsers/responses/whois.centralnic.com/us.com/status_registered_spec.rb +159 -0
  1711. data/spec/whois/parsers/responses/whois.centralnic.com/us.org/status_available_spec.rb +98 -0
  1712. data/spec/whois/parsers/responses/whois.centralnic.com/uy.com/status_available_spec.rb +98 -0
  1713. data/spec/whois/parsers/responses/whois.centralnic.com/uy.com/status_registered_spec.rb +151 -0
  1714. data/spec/whois/parsers/responses/whois.centralnic.com/za.com/status_available_spec.rb +98 -0
  1715. data/spec/whois/parsers/responses/whois.centralnic.com/za.com/status_registered_spec.rb +151 -0
  1716. data/spec/whois/parsers/responses/whois.cira.ca/ca/field_without_value_spec.rb +43 -0
  1717. data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_autorenew_grace_spec.rb +39 -0
  1718. data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_available_spec.rb +39 -0
  1719. data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_pendingdelete_spec.rb +39 -0
  1720. data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_redemption_spec.rb +39 -0
  1721. data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_registered_spec.rb +39 -0
  1722. data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_tobereleased_spec.rb +39 -0
  1723. data/spec/whois/parsers/responses/whois.cira.ca/ca/status_available_spec.rb +108 -0
  1724. data/spec/whois/parsers/responses/whois.cira.ca/ca/status_invalid_spec.rb +39 -0
  1725. data/spec/whois/parsers/responses/whois.cira.ca/ca/status_registered_spec.rb +162 -0
  1726. data/spec/whois/parsers/responses/whois.cmc.iq/iq/status_available_spec.rb +75 -0
  1727. data/spec/whois/parsers/responses/whois.cmc.iq/iq/status_registered_spec.rb +98 -0
  1728. data/spec/whois/parsers/responses/whois.cnnic.cn/cn/property_status_ok_spec.rb +39 -0
  1729. data/spec/whois/parsers/responses/whois.cnnic.cn/cn/property_status_reserved_list_spec.rb +44 -0
  1730. data/spec/whois/parsers/responses/whois.cnnic.cn/cn/status_available_spec.rb +102 -0
  1731. data/spec/whois/parsers/responses/whois.cnnic.cn/cn/status_registered_spec.rb +120 -0
  1732. data/spec/whois/parsers/responses/whois.cnnic.cn/cn/status_reserved_spec.rb +44 -0
  1733. data/spec/whois/parsers/responses/whois.co.ca/co.ca/status_available_spec.rb +65 -0
  1734. data/spec/whois/parsers/responses/whois.co.ca/co.ca/status_registered_spec.rb +71 -0
  1735. data/spec/whois/parsers/responses/whois.co.ca/co.ca/status_reserved_spec.rb +44 -0
  1736. data/spec/whois/parsers/responses/whois.co.pl/co.pl/status_available_spec.rb +95 -0
  1737. data/spec/whois/parsers/responses/whois.co.pl/co.pl/status_registered_spec.rb +100 -0
  1738. data/spec/whois/parsers/responses/whois.co.ug/ug/property_status_active_spec.rb +39 -0
  1739. data/spec/whois/parsers/responses/whois.co.ug/ug/property_status_unconfirmed_spec.rb +39 -0
  1740. data/spec/whois/parsers/responses/whois.co.ug/ug/status_available_spec.rb +60 -0
  1741. data/spec/whois/parsers/responses/whois.co.ug/ug/status_registered_spec.rb +69 -0
  1742. data/spec/whois/parsers/responses/whois.comlaude.com/status_registered_spec.rb +132 -0
  1743. data/spec/whois/parsers/responses/whois.corporatedomains.com/status_available_spec.rb +93 -0
  1744. data/spec/whois/parsers/responses/whois.corporatedomains.com/status_registered_spec.rb +158 -0
  1745. data/spec/whois/parsers/responses/whois.denic.de/de/property_nameservers_with_ip_spec.rb +50 -0
  1746. data/spec/whois/parsers/responses/whois.denic.de/de/response_error_55000000010_spec.rb +39 -0
  1747. data/spec/whois/parsers/responses/whois.denic.de/de/response_throttled_spec.rb +29 -0
  1748. data/spec/whois/parsers/responses/whois.denic.de/de/status_available_spec.rb +98 -0
  1749. data/spec/whois/parsers/responses/whois.denic.de/de/status_failed_ace_spec.rb +39 -0
  1750. data/spec/whois/parsers/responses/whois.denic.de/de/status_failed_spec.rb +39 -0
  1751. data/spec/whois/parsers/responses/whois.denic.de/de/status_invalid_spec.rb +98 -0
  1752. data/spec/whois/parsers/responses/whois.denic.de/de/status_registered_spec.rb +129 -0
  1753. data/spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/property_status_deactivated_spec.rb +39 -0
  1754. data/spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/property_status_reserved_spec.rb +39 -0
  1755. data/spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/status_available_spec.rb +65 -0
  1756. data/spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/status_registered_spec.rb +75 -0
  1757. data/spec/whois/parsers/responses/whois.dns.be/be/property_nameservers_with_ip_spec.rb +39 -0
  1758. data/spec/whois/parsers/responses/whois.dns.be/be/property_status_available_spec.rb +39 -0
  1759. data/spec/whois/parsers/responses/whois.dns.be/be/property_status_not_available_spec.rb +39 -0
  1760. data/spec/whois/parsers/responses/whois.dns.be/be/property_status_notallowed_spec.rb +39 -0
  1761. data/spec/whois/parsers/responses/whois.dns.be/be/property_status_outofservice_spec.rb +39 -0
  1762. data/spec/whois/parsers/responses/whois.dns.be/be/property_status_quarantine_spec.rb +39 -0
  1763. data/spec/whois/parsers/responses/whois.dns.be/be/response_blocked_spec.rb +34 -0
  1764. data/spec/whois/parsers/responses/whois.dns.be/be/response_throttled_hourly_spec.rb +29 -0
  1765. data/spec/whois/parsers/responses/whois.dns.be/be/response_throttled_limit_spec.rb +29 -0
  1766. data/spec/whois/parsers/responses/whois.dns.be/be/status_available_spec.rb +80 -0
  1767. data/spec/whois/parsers/responses/whois.dns.be/be/status_invalid_spec.rb +80 -0
  1768. data/spec/whois/parsers/responses/whois.dns.be/be/status_registered_spec.rb +92 -0
  1769. data/spec/whois/parsers/responses/whois.dns.hr/hr/status_available_spec.rb +95 -0
  1770. data/spec/whois/parsers/responses/whois.dns.hr/hr/status_registered_spec.rb +110 -0
  1771. data/spec/whois/parsers/responses/whois.dns.lu/lu/property_nameservers_with_ip_spec.rb +39 -0
  1772. data/spec/whois/parsers/responses/whois.dns.lu/lu/status_available_spec.rb +83 -0
  1773. data/spec/whois/parsers/responses/whois.dns.lu/lu/status_registered_spec.rb +117 -0
  1774. data/spec/whois/parsers/responses/whois.dns.pl/pl/property_expires_on_not_defined_spec.rb +29 -0
  1775. data/spec/whois/parsers/responses/whois.dns.pl/pl/property_nameservers_with_ip_spec.rb +36 -0
  1776. data/spec/whois/parsers/responses/whois.dns.pl/pl/response_throttled_spec.rb +29 -0
  1777. data/spec/whois/parsers/responses/whois.dns.pl/pl/status_available_spec.rb +91 -0
  1778. data/spec/whois/parsers/responses/whois.dns.pl/pl/status_registered_spec.rb +121 -0
  1779. data/spec/whois/parsers/responses/whois.dns.pt/pt/property_nameservers_spec.rb +38 -0
  1780. data/spec/whois/parsers/responses/whois.dns.pt/pt/property_status_techpro_spec.rb +39 -0
  1781. data/spec/whois/parsers/responses/whois.dns.pt/pt/status_available_spec.rb +60 -0
  1782. data/spec/whois/parsers/responses/whois.dns.pt/pt/status_inactive_spec.rb +62 -0
  1783. data/spec/whois/parsers/responses/whois.dns.pt/pt/status_registered_spec.rb +70 -0
  1784. data/spec/whois/parsers/responses/whois.dns.pt/pt/status_reserved_spec.rb +61 -0
  1785. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/property_nameservers_with_ip_spec.rb +36 -0
  1786. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/property_status_inactive_spec.rb +39 -0
  1787. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/response_throttled_daily_spec.rb +29 -0
  1788. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/response_throttled_spec.rb +29 -0
  1789. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/response_unavailable_spec.rb +29 -0
  1790. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/status_available_spec.rb +70 -0
  1791. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/status_redemption_spec.rb +70 -0
  1792. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/status_registered_spec.rb +80 -0
  1793. data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/case_token_application_pending_spec.rb +29 -0
  1794. data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/property_contacts_multiple_spec.rb +48 -0
  1795. data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/property_contacts_not_matching_id_spec.rb +34 -0
  1796. data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/property_nameservers_with_ip_spec.rb +48 -0
  1797. data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/status_available_spec.rb +98 -0
  1798. data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/status_registered_spec.rb +118 -0
  1799. data/spec/whois/parsers/responses/whois.domreg.lt/lt/property_nameservers_with_ip_spec.rb +42 -0
  1800. data/spec/whois/parsers/responses/whois.domreg.lt/lt/status_available_spec.rb +60 -0
  1801. data/spec/whois/parsers/responses/whois.domreg.lt/lt/status_registered_spec.rb +67 -0
  1802. data/spec/whois/parsers/responses/whois.donuts.co/bike/status_available_spec.rb +93 -0
  1803. data/spec/whois/parsers/responses/whois.donuts.co/bike/status_registered_spec.rb +156 -0
  1804. data/spec/whois/parsers/responses/whois.dot.cf/cf/property_expires_on_blank_spec.rb +29 -0
  1805. data/spec/whois/parsers/responses/whois.dot.cf/cf/status_available_spec.rb +60 -0
  1806. data/spec/whois/parsers/responses/whois.dot.cf/cf/status_registered_spec.rb +71 -0
  1807. data/spec/whois/parsers/responses/whois.dot.tk/tk/status_available_spec.rb +60 -0
  1808. data/spec/whois/parsers/responses/whois.dot.tk/tk/status_registered_spec.rb +70 -0
  1809. data/spec/whois/parsers/responses/whois.dotgov.gov/gov/status_available_spec.rb +59 -0
  1810. data/spec/whois/parsers/responses/whois.dotgov.gov/gov/status_registered_spec.rb +59 -0
  1811. data/spec/whois/parsers/responses/whois.dotmobiregistry.net/mobi/status_available_spec.rb +98 -0
  1812. data/spec/whois/parsers/responses/whois.dotmobiregistry.net/mobi/status_registered_spec.rb +152 -0
  1813. data/spec/whois/parsers/responses/whois.dotpostregistry.net/post/status_available_spec.rb +98 -0
  1814. data/spec/whois/parsers/responses/whois.dotpostregistry.net/post/status_registered_spec.rb +148 -0
  1815. data/spec/whois/parsers/responses/whois.dreamhost.com/property_contact_private_spec.rb +78 -0
  1816. data/spec/whois/parsers/responses/whois.dreamhost.com/status_registered_spec.rb +132 -0
  1817. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_spec.rb +44 -0
  1818. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_with_additional_organization_spec.rb +44 -0
  1819. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_without_address_spec.rb +44 -0
  1820. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_without_zip_spec.rb +44 -0
  1821. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case1_spec.rb +43 -0
  1822. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case2_spec.rb +43 -0
  1823. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case3_spec.rb +43 -0
  1824. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case4_spec.rb +43 -0
  1825. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_spec.rb +43 -0
  1826. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_updated_on_unknown_spec.rb +29 -0
  1827. data/spec/whois/parsers/responses/whois.educause.edu/edu/status_available_spec.rb +98 -0
  1828. data/spec/whois/parsers/responses/whois.educause.edu/edu/status_registered_spec.rb +151 -0
  1829. data/spec/whois/parsers/responses/whois.eenet.ee/ee/status_available_spec.rb +60 -0
  1830. data/spec/whois/parsers/responses/whois.eenet.ee/ee/status_registered_spec.rb +66 -0
  1831. data/spec/whois/parsers/responses/whois.enom.com/status_available_spec.rb +93 -0
  1832. data/spec/whois/parsers/responses/whois.enom.com/status_registered_spec.rb +158 -0
  1833. data/spec/whois/parsers/responses/whois.enom.com/status_registered_with_blank_updated_date_spec.rb +29 -0
  1834. data/spec/whois/parsers/responses/whois.eu.org/eu.org/status_available_spec.rb +59 -0
  1835. data/spec/whois/parsers/responses/whois.eu.org/eu.org/status_registered_spec.rb +59 -0
  1836. data/spec/whois/parsers/responses/whois.eu/eu/property_nameservers_spec.rb +44 -0
  1837. data/spec/whois/parsers/responses/whois.eu/eu/response_throttled_spec.rb +29 -0
  1838. data/spec/whois/parsers/responses/whois.eu/eu/status_available_spec.rb +96 -0
  1839. data/spec/whois/parsers/responses/whois.eu/eu/status_registered_spec.rb +116 -0
  1840. data/spec/whois/parsers/responses/whois.fi/fi/property_status_graceperiod_spec.rb +119 -0
  1841. data/spec/whois/parsers/responses/whois.fi/fi/status_available_spec.rb +96 -0
  1842. data/spec/whois/parsers/responses/whois.fi/fi/status_registered_spec.rb +123 -0
  1843. data/spec/whois/parsers/responses/whois.fi/fi/status_reserved_spec.rb +96 -0
  1844. data/spec/whois/parsers/responses/whois.gandi.net/status_available_spec.rb +93 -0
  1845. data/spec/whois/parsers/responses/whois.gandi.net/status_registered_spec.rb +161 -0
  1846. data/spec/whois/parsers/responses/whois.gg/gg/status_available_spec.rb +75 -0
  1847. data/spec/whois/parsers/responses/whois.gg/gg/status_registered_spec.rb +79 -0
  1848. data/spec/whois/parsers/responses/whois.godaddy.com/status_registered_spec.rb +187 -0
  1849. data/spec/whois/parsers/responses/whois.gov.za/gov.za/status_available_spec.rb +59 -0
  1850. data/spec/whois/parsers/responses/whois.gov.za/gov.za/status_registered_spec.rb +60 -0
  1851. data/spec/whois/parsers/responses/whois.hkirc.hk/hk/property_expires_on_null_spec.rb +29 -0
  1852. data/spec/whois/parsers/responses/whois.hkirc.hk/hk/status_available_spec.rb +60 -0
  1853. data/spec/whois/parsers/responses/whois.hkirc.hk/hk/status_registered_spec.rb +70 -0
  1854. data/spec/whois/parsers/responses/whois.iana.org/int/status_available_spec.rb +78 -0
  1855. data/spec/whois/parsers/responses/whois.iana.org/int/status_registered_spec.rb +146 -0
  1856. data/spec/whois/parsers/responses/whois.iana.org/tld/status_not_assigned_spec.rb +79 -0
  1857. data/spec/whois/parsers/responses/whois.iis.nu/nu/status_available_spec.rb +98 -0
  1858. data/spec/whois/parsers/responses/whois.iis.nu/nu/status_registered_spec.rb +123 -0
  1859. data/spec/whois/parsers/responses/whois.iis.se/se/property_datetime_is_dash_spec.rb +41 -0
  1860. data/spec/whois/parsers/responses/whois.iis.se/se/property_nameservers_single_spec.rb +34 -0
  1861. data/spec/whois/parsers/responses/whois.iis.se/se/property_nameservers_with_ip_spec.rb +42 -0
  1862. data/spec/whois/parsers/responses/whois.iis.se/se/property_status_inactive_spec.rb +78 -0
  1863. data/spec/whois/parsers/responses/whois.iis.se/se/property_status_ok_spec.rb +39 -0
  1864. data/spec/whois/parsers/responses/whois.iis.se/se/property_status_serverhold_spec.rb +39 -0
  1865. data/spec/whois/parsers/responses/whois.iis.se/se/status_available_spec.rb +98 -0
  1866. data/spec/whois/parsers/responses/whois.iis.se/se/status_registered_spec.rb +123 -0
  1867. data/spec/whois/parsers/responses/whois.in.ua/in.ua/status_available_spec.rb +60 -0
  1868. data/spec/whois/parsers/responses/whois.in.ua/in.ua/status_registered_spec.rb +68 -0
  1869. data/spec/whois/parsers/responses/whois.inregistry.net/in/property_status_missing_spec.rb +29 -0
  1870. data/spec/whois/parsers/responses/whois.inregistry.net/in/property_status_multiple_spec.rb +29 -0
  1871. data/spec/whois/parsers/responses/whois.inregistry.net/in/property_status_ok_spec.rb +29 -0
  1872. data/spec/whois/parsers/responses/whois.inregistry.net/in/status_available_spec.rb +98 -0
  1873. data/spec/whois/parsers/responses/whois.inregistry.net/in/status_registered_spec.rb +157 -0
  1874. data/spec/whois/parsers/responses/whois.isnic.is/is/status_available_spec.rb +60 -0
  1875. data/spec/whois/parsers/responses/whois.isnic.is/is/status_registered_spec.rb +66 -0
  1876. data/spec/whois/parsers/responses/whois.isoc.org.il/il/property_status_missing_spec.rb +39 -0
  1877. data/spec/whois/parsers/responses/whois.isoc.org.il/il/property_status_transfer_allowed_spec.rb +39 -0
  1878. data/spec/whois/parsers/responses/whois.isoc.org.il/il/property_status_transfer_locked_spec.rb +39 -0
  1879. data/spec/whois/parsers/responses/whois.isoc.org.il/il/status_available_spec.rb +60 -0
  1880. data/spec/whois/parsers/responses/whois.isoc.org.il/il/status_registered_spec.rb +73 -0
  1881. data/spec/whois/parsers/responses/whois.ja.net/ac.uk/status_available_spec.rb +60 -0
  1882. data/spec/whois/parsers/responses/whois.ja.net/ac.uk/status_registered_spec.rb +75 -0
  1883. data/spec/whois/parsers/responses/whois.ja.net/gov.uk/status_available_spec.rb +60 -0
  1884. data/spec/whois/parsers/responses/whois.ja.net/gov.uk/status_registered_spec.rb +79 -0
  1885. data/spec/whois/parsers/responses/whois.je/je/status_available_spec.rb +75 -0
  1886. data/spec/whois/parsers/responses/whois.je/je/status_registered_spec.rb +79 -0
  1887. data/spec/whois/parsers/responses/whois.jprs.jp/co.jp/property_state_deleted_spec.rb +39 -0
  1888. data/spec/whois/parsers/responses/whois.jprs.jp/co.jp/property_state_registered_spec.rb +39 -0
  1889. data/spec/whois/parsers/responses/whois.jprs.jp/jp/property_status_suspended_spec.rb +39 -0
  1890. data/spec/whois/parsers/responses/whois.jprs.jp/jp/property_status_to_be_suspended_spec.rb +39 -0
  1891. data/spec/whois/parsers/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range_spec.rb +30 -0
  1892. data/spec/whois/parsers/responses/whois.jprs.jp/jp/status_available_spec.rb +60 -0
  1893. data/spec/whois/parsers/responses/whois.jprs.jp/jp/status_registered_spec.rb +71 -0
  1894. data/spec/whois/parsers/responses/whois.jprs.jp/jp/status_reserved_spec.rb +61 -0
  1895. data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/property_created_on_missing_spec.rb +29 -0
  1896. data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/property_state_reserved_spec.rb +44 -0
  1897. data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/status_available_spec.rb +60 -0
  1898. data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/status_registered_spec.rb +71 -0
  1899. data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/status_reserved_spec.rb +44 -0
  1900. data/spec/whois/parsers/responses/whois.kenic.or.ke/ke/status_available_spec.rb +60 -0
  1901. data/spec/whois/parsers/responses/whois.kenic.or.ke/ke/status_invalid_spec.rb +65 -0
  1902. data/spec/whois/parsers/responses/whois.kenic.or.ke/ke/status_registered_spec.rb +71 -0
  1903. data/spec/whois/parsers/responses/whois.kg/kg/status_available_spec.rb +60 -0
  1904. data/spec/whois/parsers/responses/whois.kg/kg/status_registered_spec.rb +75 -0
  1905. data/spec/whois/parsers/responses/whois.kr/kr/property_nameservers_with_ip_spec.rb +36 -0
  1906. data/spec/whois/parsers/responses/whois.kr/kr/status_available_spec.rb +60 -0
  1907. data/spec/whois/parsers/responses/whois.kr/kr/status_registered_spec.rb +67 -0
  1908. data/spec/whois/parsers/responses/whois.markmonitor.com/response_throttled_spec.rb +29 -0
  1909. data/spec/whois/parsers/responses/whois.markmonitor.com/status_available_spec.rb +93 -0
  1910. data/spec/whois/parsers/responses/whois.markmonitor.com/status_registered_spec.rb +158 -0
  1911. data/spec/whois/parsers/responses/whois.monic.mo/mo/status_available_spec.rb +95 -0
  1912. data/spec/whois/parsers/responses/whois.monic.mo/mo/status_registered_spec.rb +103 -0
  1913. data/spec/whois/parsers/responses/whois.museum/museum/status_available_spec.rb +60 -0
  1914. data/spec/whois/parsers/responses/whois.museum/museum/status_registered_spec.rb +71 -0
  1915. data/spec/whois/parsers/responses/whois.mynic.my/my/status_available_spec.rb +60 -0
  1916. data/spec/whois/parsers/responses/whois.mynic.my/my/status_registered_spec.rb +69 -0
  1917. data/spec/whois/parsers/responses/whois.na-nic.com.na/na/status_available_spec.rb +75 -0
  1918. data/spec/whois/parsers/responses/whois.na-nic.com.na/na/status_registered_spec.rb +86 -0
  1919. data/spec/whois/parsers/responses/whois.nc/nc/property_contact_without_state_and_address_spec.rb +42 -0
  1920. data/spec/whois/parsers/responses/whois.nc/nc/property_contact_without_state_spec.rb +42 -0
  1921. data/spec/whois/parsers/responses/whois.nc/nc/status_available_spec.rb +96 -0
  1922. data/spec/whois/parsers/responses/whois.nc/nc/status_registered_spec.rb +117 -0
  1923. data/spec/whois/parsers/responses/whois.netcom.cm/cm/status_available_spec.rb +75 -0
  1924. data/spec/whois/parsers/responses/whois.netcom.cm/cm/status_registered_spec.rb +90 -0
  1925. data/spec/whois/parsers/responses/whois.netcom.cm/cm/status_suspended_spec.rb +86 -0
  1926. data/spec/whois/parsers/responses/whois.networksolutions.com/status_available_spec.rb +93 -0
  1927. data/spec/whois/parsers/responses/whois.networksolutions.com/status_registered_spec.rb +154 -0
  1928. data/spec/whois/parsers/responses/whois.nic.ac/ac/status_available_spec.rb +96 -0
  1929. data/spec/whois/parsers/responses/whois.nic.ac/ac/status_registered_spec.rb +127 -0
  1930. data/spec/whois/parsers/responses/whois.nic.af/af/status_available_spec.rb +75 -0
  1931. data/spec/whois/parsers/responses/whois.nic.af/af/status_registered_spec.rb +90 -0
  1932. data/spec/whois/parsers/responses/whois.nic.ag/ag/status_available_spec.rb +98 -0
  1933. data/spec/whois/parsers/responses/whois.nic.ag/ag/status_registered_spec.rb +152 -0
  1934. data/spec/whois/parsers/responses/whois.nic.ai/ai/status_available_spec.rb +60 -0
  1935. data/spec/whois/parsers/responses/whois.nic.ai/ai/status_registered_spec.rb +68 -0
  1936. data/spec/whois/parsers/responses/whois.nic.as/as/status_available_spec.rb +60 -0
  1937. data/spec/whois/parsers/responses/whois.nic.as/as/status_registered_spec.rb +72 -0
  1938. data/spec/whois/parsers/responses/whois.nic.asia/asia/property_status_multiple_spec.rb +39 -0
  1939. data/spec/whois/parsers/responses/whois.nic.asia/asia/property_status_single_spec.rb +39 -0
  1940. data/spec/whois/parsers/responses/whois.nic.asia/asia/status_available_spec.rb +103 -0
  1941. data/spec/whois/parsers/responses/whois.nic.asia/asia/status_registered_spec.rb +161 -0
  1942. data/spec/whois/parsers/responses/whois.nic.asia/asia/status_reserved_spec.rb +98 -0
  1943. data/spec/whois/parsers/responses/whois.nic.at/at/status_available_spec.rb +60 -0
  1944. data/spec/whois/parsers/responses/whois.nic.at/at/status_registered_spec.rb +69 -0
  1945. data/spec/whois/parsers/responses/whois.nic.bj/bj/status_available_spec.rb +96 -0
  1946. data/spec/whois/parsers/responses/whois.nic.bj/bj/status_registered_spec.rb +117 -0
  1947. data/spec/whois/parsers/responses/whois.nic.bo/bo/status_available_spec.rb +69 -0
  1948. data/spec/whois/parsers/responses/whois.nic.bo/bo/status_registered_spec.rb +71 -0
  1949. data/spec/whois/parsers/responses/whois.nic.cd/cd/status_available_spec.rb +75 -0
  1950. data/spec/whois/parsers/responses/whois.nic.cd/cd/status_registered_spec.rb +79 -0
  1951. data/spec/whois/parsers/responses/whois.nic.ch/ch/property_contacts_spec.rb +47 -0
  1952. data/spec/whois/parsers/responses/whois.nic.ch/ch/property_nameservers_with_ip_spec.rb +38 -0
  1953. data/spec/whois/parsers/responses/whois.nic.ch/ch/status_available_spec.rb +77 -0
  1954. data/spec/whois/parsers/responses/whois.nic.ch/ch/status_registered_spec.rb +91 -0
  1955. data/spec/whois/parsers/responses/whois.nic.ci/ci/status_available_spec.rb +60 -0
  1956. data/spec/whois/parsers/responses/whois.nic.ci/ci/status_registered_spec.rb +70 -0
  1957. data/spec/whois/parsers/responses/whois.nic.cl/cl/status_available_spec.rb +55 -0
  1958. data/spec/whois/parsers/responses/whois.nic.cl/cl/status_registered_spec.rb +67 -0
  1959. data/spec/whois/parsers/responses/whois.nic.co/co/status_available_spec.rb +93 -0
  1960. data/spec/whois/parsers/responses/whois.nic.co/co/status_registered_spec.rb +148 -0
  1961. data/spec/whois/parsers/responses/whois.nic.college/college/status_available_spec.rb +98 -0
  1962. data/spec/whois/parsers/responses/whois.nic.college/college/status_registered_spec.rb +171 -0
  1963. data/spec/whois/parsers/responses/whois.nic.coop/coop/property_status_multiple_spec.rb +29 -0
  1964. data/spec/whois/parsers/responses/whois.nic.coop/coop/property_status_single_spec.rb +29 -0
  1965. data/spec/whois/parsers/responses/whois.nic.coop/coop/status_available_spec.rb +60 -0
  1966. data/spec/whois/parsers/responses/whois.nic.coop/coop/status_registered_spec.rb +67 -0
  1967. data/spec/whois/parsers/responses/whois.nic.cx/cx/property_updated_on_empty_spec.rb +29 -0
  1968. data/spec/whois/parsers/responses/whois.nic.cx/cx/status_available_spec.rb +75 -0
  1969. data/spec/whois/parsers/responses/whois.nic.cx/cx/status_registered_spec.rb +90 -0
  1970. data/spec/whois/parsers/responses/whois.nic.cz/cz/case_nset_contact_same_name_spec.rb +44 -0
  1971. data/spec/whois/parsers/responses/whois.nic.cz/cz/response_throttled_spec.rb +29 -0
  1972. data/spec/whois/parsers/responses/whois.nic.cz/cz/response_with_keyset_spec.rb +42 -0
  1973. data/spec/whois/parsers/responses/whois.nic.cz/cz/status_available_spec.rb +93 -0
  1974. data/spec/whois/parsers/responses/whois.nic.cz/cz/status_registered_spec.rb +152 -0
  1975. data/spec/whois/parsers/responses/whois.nic.design/design/status_available_spec.rb +98 -0
  1976. data/spec/whois/parsers/responses/whois.nic.design/design/status_registered_spec.rb +163 -0
  1977. data/spec/whois/parsers/responses/whois.nic.dm/dm/status_available_spec.rb +98 -0
  1978. data/spec/whois/parsers/responses/whois.nic.dm/dm/status_registered_spec.rb +152 -0
  1979. data/spec/whois/parsers/responses/whois.nic.dz/dz/status_available_spec.rb +59 -0
  1980. data/spec/whois/parsers/responses/whois.nic.dz/dz/status_registered_spec.rb +59 -0
  1981. data/spec/whois/parsers/responses/whois.nic.ec/ex/status_available_spec.rb +75 -0
  1982. data/spec/whois/parsers/responses/whois.nic.ec/ex/status_registered_spec.rb +98 -0
  1983. data/spec/whois/parsers/responses/whois.nic.es/es/status_available_spec.rb +95 -0
  1984. data/spec/whois/parsers/responses/whois.nic.es/es/status_registered_spec.rb +104 -0
  1985. data/spec/whois/parsers/responses/whois.nic.fm/fm/status_available_spec.rb +93 -0
  1986. data/spec/whois/parsers/responses/whois.nic.fm/fm/status_registered_spec.rb +143 -0
  1987. data/spec/whois/parsers/responses/whois.nic.fo/fo/status_available_spec.rb +93 -0
  1988. data/spec/whois/parsers/responses/whois.nic.fo/fo/status_registered_spec.rb +135 -0
  1989. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_contact_without_address_spec.rb +44 -0
  1990. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_contact_without_changed_spec.rb +45 -0
  1991. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_nameservers_multiple_ipv4_spec.rb +38 -0
  1992. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_nameservers_spec.rb +38 -0
  1993. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb +54 -0
  1994. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_active_spec.rb +39 -0
  1995. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_blocked_spec.rb +39 -0
  1996. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_missing_spec.rb +39 -0
  1997. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_not_open_spec.rb +39 -0
  1998. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_redemption_spec.rb +39 -0
  1999. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_registered_spec.rb +39 -0
  2000. data/spec/whois/parsers/responses/whois.nic.fr/fr/response_throttled_spec.rb +29 -0
  2001. data/spec/whois/parsers/responses/whois.nic.fr/fr/status_available_spec.rb +78 -0
  2002. data/spec/whois/parsers/responses/whois.nic.fr/fr/status_registered_spec.rb +134 -0
  2003. data/spec/whois/parsers/responses/whois.nic.fr/tf/property_status_frozen_spec.rb +39 -0
  2004. data/spec/whois/parsers/responses/whois.nic.fr/tf/response_throttled_spec.rb +29 -0
  2005. data/spec/whois/parsers/responses/whois.nic.fr/tf/status_available_spec.rb +78 -0
  2006. data/spec/whois/parsers/responses/whois.nic.fr/tf/status_registered_spec.rb +138 -0
  2007. data/spec/whois/parsers/responses/whois.nic.fr/yt/response_throttled_spec.rb +29 -0
  2008. data/spec/whois/parsers/responses/whois.nic.fr/yt/status_available_spec.rb +78 -0
  2009. data/spec/whois/parsers/responses/whois.nic.fr/yt/status_registered_spec.rb +138 -0
  2010. data/spec/whois/parsers/responses/whois.nic.gd/gd/status_available_spec.rb +98 -0
  2011. data/spec/whois/parsers/responses/whois.nic.gd/gd/status_registered_spec.rb +157 -0
  2012. data/spec/whois/parsers/responses/whois.nic.gd/gd/status_reserved_spec.rb +44 -0
  2013. data/spec/whois/parsers/responses/whois.nic.gl/gl/status_available_spec.rb +75 -0
  2014. data/spec/whois/parsers/responses/whois.nic.gl/gl/status_registered_spec.rb +90 -0
  2015. data/spec/whois/parsers/responses/whois.nic.gs/gs/property_status_available_spec.rb +39 -0
  2016. data/spec/whois/parsers/responses/whois.nic.gs/gs/property_status_ok_spec.rb +39 -0
  2017. data/spec/whois/parsers/responses/whois.nic.gs/gs/status_available_spec.rb +75 -0
  2018. data/spec/whois/parsers/responses/whois.nic.gs/gs/status_registered_spec.rb +86 -0
  2019. data/spec/whois/parsers/responses/whois.nic.hn/hn/status_available_spec.rb +75 -0
  2020. data/spec/whois/parsers/responses/whois.nic.hn/hn/status_registered_spec.rb +85 -0
  2021. data/spec/whois/parsers/responses/whois.nic.ht/ht/status_available_spec.rb +75 -0
  2022. data/spec/whois/parsers/responses/whois.nic.ht/ht/status_registered_spec.rb +90 -0
  2023. data/spec/whois/parsers/responses/whois.nic.hu/hu/status_available_spec.rb +94 -0
  2024. data/spec/whois/parsers/responses/whois.nic.hu/hu/status_registered_spec.rb +95 -0
  2025. data/spec/whois/parsers/responses/whois.nic.im/im/status_available_spec.rb +60 -0
  2026. data/spec/whois/parsers/responses/whois.nic.im/im/status_registered_spec.rb +69 -0
  2027. data/spec/whois/parsers/responses/whois.nic.io/io/status_available_spec.rb +101 -0
  2028. data/spec/whois/parsers/responses/whois.nic.io/io/status_registered_spec.rb +132 -0
  2029. data/spec/whois/parsers/responses/whois.nic.io/io/status_reserved_spec.rb +101 -0
  2030. data/spec/whois/parsers/responses/whois.nic.ir/ir/status_available_spec.rb +60 -0
  2031. data/spec/whois/parsers/responses/whois.nic.ir/ir/status_registered_spec.rb +69 -0
  2032. data/spec/whois/parsers/responses/whois.nic.it/it/property_contact_province_spec.rb +42 -0
  2033. data/spec/whois/parsers/responses/whois.nic.it/it/property_contact_with_company_in_address_spec.rb +42 -0
  2034. data/spec/whois/parsers/responses/whois.nic.it/it/property_contact_with_organization_spec.rb +42 -0
  2035. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_available_spec.rb +39 -0
  2036. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_client_spec.rb +39 -0
  2037. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_graceperiod_spec.rb +39 -0
  2038. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_inactive_noregistrar_spec.rb +39 -0
  2039. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_no_provider_spec.rb +39 -0
  2040. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_ok_autorenew_spec.rb +39 -0
  2041. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_ok_spec.rb +39 -0
  2042. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pending-delete_spec.rb +39 -0
  2043. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingdelete_pendingdelete_spec.rb +39 -0
  2044. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingdelete_redemptionperiod_spec.rb +39 -0
  2045. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingtransfer_autorenewperiod_spec.rb +39 -0
  2046. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingtransfer_spec.rb +39 -0
  2047. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingupdate_autorenewperiod_spec.rb +39 -0
  2048. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingupdate_spec.rb +39 -0
  2049. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_redemption_no_provider_spec.rb +39 -0
  2050. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_reserved_spec.rb +39 -0
  2051. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_unassignable_spec.rb +39 -0
  2052. data/spec/whois/parsers/responses/whois.nic.it/it/property_technical_contact_spec.rb +34 -0
  2053. data/spec/whois/parsers/responses/whois.nic.it/it/response_unavailable_spec.rb +29 -0
  2054. data/spec/whois/parsers/responses/whois.nic.it/it/status_available_spec.rb +103 -0
  2055. data/spec/whois/parsers/responses/whois.nic.it/it/status_registered_spec.rb +162 -0
  2056. data/spec/whois/parsers/responses/whois.nic.it/it/status_unavailable_spec.rb +39 -0
  2057. data/spec/whois/parsers/responses/whois.nic.jobs/jobs/property_nameserver_no_nameserver_spec.rb +30 -0
  2058. data/spec/whois/parsers/responses/whois.nic.jobs/jobs/status_available_spec.rb +90 -0
  2059. data/spec/whois/parsers/responses/whois.nic.jobs/jobs/status_registered_spec.rb +105 -0
  2060. data/spec/whois/parsers/responses/whois.nic.ki/ki/status_available_spec.rb +75 -0
  2061. data/spec/whois/parsers/responses/whois.nic.ki/ki/status_registered_spec.rb +90 -0
  2062. data/spec/whois/parsers/responses/whois.nic.kz/kz/property_status_missing_spec.rb +39 -0
  2063. data/spec/whois/parsers/responses/whois.nic.kz/kz/property_status_multiple_spec.rb +39 -0
  2064. data/spec/whois/parsers/responses/whois.nic.kz/kz/property_status_ok_spec.rb +39 -0
  2065. data/spec/whois/parsers/responses/whois.nic.kz/kz/property_updated_on_blank_spec.rb +29 -0
  2066. data/spec/whois/parsers/responses/whois.nic.kz/kz/status_available_spec.rb +60 -0
  2067. data/spec/whois/parsers/responses/whois.nic.kz/kz/status_registered_spec.rb +66 -0
  2068. data/spec/whois/parsers/responses/whois.nic.la/la/property_status_multiple_spec.rb +29 -0
  2069. data/spec/whois/parsers/responses/whois.nic.la/la/property_status_single_spec.rb +29 -0
  2070. data/spec/whois/parsers/responses/whois.nic.la/la/status_available_spec.rb +98 -0
  2071. data/spec/whois/parsers/responses/whois.nic.la/la/status_registered_spec.rb +155 -0
  2072. data/spec/whois/parsers/responses/whois.nic.li/li/status_available_spec.rb +60 -0
  2073. data/spec/whois/parsers/responses/whois.nic.li/li/status_registered_spec.rb +68 -0
  2074. data/spec/whois/parsers/responses/whois.nic.lk/lk/property_created_on_null_spec.rb +29 -0
  2075. data/spec/whois/parsers/responses/whois.nic.lk/lk/property_updated_on_null_spec.rb +29 -0
  2076. data/spec/whois/parsers/responses/whois.nic.lk/lk/status_available_spec.rb +96 -0
  2077. data/spec/whois/parsers/responses/whois.nic.lk/lk/status_registered_spec.rb +111 -0
  2078. data/spec/whois/parsers/responses/whois.nic.lv/lv/status_available_spec.rb +60 -0
  2079. data/spec/whois/parsers/responses/whois.nic.lv/lv/status_registered_spec.rb +69 -0
  2080. data/spec/whois/parsers/responses/whois.nic.ly/ly/status_available_spec.rb +60 -0
  2081. data/spec/whois/parsers/responses/whois.nic.ly/ly/status_registered_spec.rb +71 -0
  2082. data/spec/whois/parsers/responses/whois.nic.md/md/status_available_spec.rb +96 -0
  2083. data/spec/whois/parsers/responses/whois.nic.md/md/status_registered_spec.rb +108 -0
  2084. data/spec/whois/parsers/responses/whois.nic.me/me/property_nameservers_is_blank_spec.rb +30 -0
  2085. data/spec/whois/parsers/responses/whois.nic.me/me/property_updated_on_is_blank_spec.rb +29 -0
  2086. data/spec/whois/parsers/responses/whois.nic.me/me/status_available_spec.rb +98 -0
  2087. data/spec/whois/parsers/responses/whois.nic.me/me/status_registered_spec.rb +152 -0
  2088. data/spec/whois/parsers/responses/whois.nic.mg/mg/status_available_spec.rb +75 -0
  2089. data/spec/whois/parsers/responses/whois.nic.mg/mg/status_registered_spec.rb +90 -0
  2090. data/spec/whois/parsers/responses/whois.nic.ms/ms/status_available_spec.rb +75 -0
  2091. data/spec/whois/parsers/responses/whois.nic.ms/ms/status_registered_spec.rb +86 -0
  2092. data/spec/whois/parsers/responses/whois.nic.mu/mu/status_available_spec.rb +75 -0
  2093. data/spec/whois/parsers/responses/whois.nic.mu/mu/status_registered_spec.rb +90 -0
  2094. data/spec/whois/parsers/responses/whois.nic.mx/mx/property_nameservers_with_ip_spec.rb +36 -0
  2095. data/spec/whois/parsers/responses/whois.nic.mx/mx/status_available_spec.rb +55 -0
  2096. data/spec/whois/parsers/responses/whois.nic.mx/mx/status_registered_spec.rb +73 -0
  2097. data/spec/whois/parsers/responses/whois.nic.name/name/status_available_spec.rb +60 -0
  2098. data/spec/whois/parsers/responses/whois.nic.name/name/status_registered_spec.rb +79 -0
  2099. data/spec/whois/parsers/responses/whois.nic.net.ng/ng/property_status_available_spec.rb +39 -0
  2100. data/spec/whois/parsers/responses/whois.nic.net.ng/ng/property_status_ok_spec.rb +39 -0
  2101. data/spec/whois/parsers/responses/whois.nic.net.ng/ng/status_available_spec.rb +75 -0
  2102. data/spec/whois/parsers/responses/whois.nic.net.ng/ng/status_registered_spec.rb +90 -0
  2103. data/spec/whois/parsers/responses/whois.nic.net.sa/sa/status_available_spec.rb +60 -0
  2104. data/spec/whois/parsers/responses/whois.nic.net.sa/sa/status_registered_spec.rb +70 -0
  2105. data/spec/whois/parsers/responses/whois.nic.net.sb/sb/property_status_available_spec.rb +39 -0
  2106. data/spec/whois/parsers/responses/whois.nic.net.sb/sb/property_status_ok_spec.rb +39 -0
  2107. data/spec/whois/parsers/responses/whois.nic.net.sb/sb/status_available_spec.rb +75 -0
  2108. data/spec/whois/parsers/responses/whois.nic.net.sb/sb/status_registered_spec.rb +86 -0
  2109. data/spec/whois/parsers/responses/whois.nic.nf/nf/status_available_spec.rb +75 -0
  2110. data/spec/whois/parsers/responses/whois.nic.nf/nf/status_registered_spec.rb +90 -0
  2111. data/spec/whois/parsers/responses/whois.nic.org.uy/uy/property_updated_on_empty_spec.rb +29 -0
  2112. data/spec/whois/parsers/responses/whois.nic.org.uy/uy/status_available_spec.rb +60 -0
  2113. data/spec/whois/parsers/responses/whois.nic.org.uy/uy/status_registered_spec.rb +70 -0
  2114. data/spec/whois/parsers/responses/whois.nic.pm/pm/property_nameservers_with_ipv4_and_ipv6_spec.rb +42 -0
  2115. data/spec/whois/parsers/responses/whois.nic.pm/pm/response_throttled_spec.rb +29 -0
  2116. data/spec/whois/parsers/responses/whois.nic.pm/pm/status_available_spec.rb +78 -0
  2117. data/spec/whois/parsers/responses/whois.nic.pm/pm/status_registered_spec.rb +126 -0
  2118. data/spec/whois/parsers/responses/whois.nic.pr/pr/status_available_spec.rb +90 -0
  2119. data/spec/whois/parsers/responses/whois.nic.pr/pr/status_registered_spec.rb +100 -0
  2120. data/spec/whois/parsers/responses/whois.nic.priv.at/at/status_available_spec.rb +59 -0
  2121. data/spec/whois/parsers/responses/whois.nic.priv.at/at/status_registered_spec.rb +60 -0
  2122. data/spec/whois/parsers/responses/whois.nic.pw/pw/status_available_spec.rb +98 -0
  2123. data/spec/whois/parsers/responses/whois.nic.pw/pw/status_registered_spec.rb +175 -0
  2124. data/spec/whois/parsers/responses/whois.nic.re/re/property_nameservers_with_ipv4_and_ipv6_spec.rb +42 -0
  2125. data/spec/whois/parsers/responses/whois.nic.re/re/response_throttled_spec.rb +29 -0
  2126. data/spec/whois/parsers/responses/whois.nic.re/re/status_available_spec.rb +78 -0
  2127. data/spec/whois/parsers/responses/whois.nic.re/re/status_registered_spec.rb +126 -0
  2128. data/spec/whois/parsers/responses/whois.nic.sh/sh/status_available_spec.rb +96 -0
  2129. data/spec/whois/parsers/responses/whois.nic.sh/sh/status_registered_spec.rb +123 -0
  2130. data/spec/whois/parsers/responses/whois.nic.sl/sl/status_available_spec.rb +60 -0
  2131. data/spec/whois/parsers/responses/whois.nic.sl/sl/status_registered_spec.rb +70 -0
  2132. data/spec/whois/parsers/responses/whois.nic.sm/sm/status_available_spec.rb +60 -0
  2133. data/spec/whois/parsers/responses/whois.nic.sm/sm/status_registered_spec.rb +70 -0
  2134. data/spec/whois/parsers/responses/whois.nic.sn/sn/status_available_spec.rb +98 -0
  2135. data/spec/whois/parsers/responses/whois.nic.sn/sn/status_registered_spec.rb +121 -0
  2136. data/spec/whois/parsers/responses/whois.nic.so/so/status_available_spec.rb +60 -0
  2137. data/spec/whois/parsers/responses/whois.nic.so/so/status_registered_spec.rb +71 -0
  2138. data/spec/whois/parsers/responses/whois.nic.space/space/status_available_spec.rb +98 -0
  2139. data/spec/whois/parsers/responses/whois.nic.space/space/status_registered_spec.rb +165 -0
  2140. data/spec/whois/parsers/responses/whois.nic.st/st/status_available_spec.rb +60 -0
  2141. data/spec/whois/parsers/responses/whois.nic.st/st/status_registered_spec.rb +71 -0
  2142. data/spec/whois/parsers/responses/whois.nic.tc/tc/status_available_spec.rb +75 -0
  2143. data/spec/whois/parsers/responses/whois.nic.tc/tc/status_registered_spec.rb +89 -0
  2144. data/spec/whois/parsers/responses/whois.nic.tech/tech/status_available_spec.rb +98 -0
  2145. data/spec/whois/parsers/responses/whois.nic.tech/tech/status_registered_spec.rb +163 -0
  2146. data/spec/whois/parsers/responses/whois.nic.tel/tel/status_available_spec.rb +93 -0
  2147. data/spec/whois/parsers/responses/whois.nic.tel/tel/status_registered_spec.rb +150 -0
  2148. data/spec/whois/parsers/responses/whois.nic.tl/tl/status_available_spec.rb +75 -0
  2149. data/spec/whois/parsers/responses/whois.nic.tl/tl/status_registered_spec.rb +86 -0
  2150. data/spec/whois/parsers/responses/whois.nic.tm/tm/status_available_spec.rb +96 -0
  2151. data/spec/whois/parsers/responses/whois.nic.tm/tm/status_registered_spec.rb +105 -0
  2152. data/spec/whois/parsers/responses/whois.nic.tr/tr/property_nameservers_with_ip_spec.rb +39 -0
  2153. data/spec/whois/parsers/responses/whois.nic.tr/tr/property_nameservers_with_trailing_space_spec.rb +34 -0
  2154. data/spec/whois/parsers/responses/whois.nic.tr/tr/property_registrant_contact_outside_cityinoneline_spec.rb +44 -0
  2155. data/spec/whois/parsers/responses/whois.nic.tr/tr/property_registrant_contact_outside_citynextline_spec.rb +44 -0
  2156. data/spec/whois/parsers/responses/whois.nic.tr/tr/property_registrant_contact_turkey_spec.rb +44 -0
  2157. data/spec/whois/parsers/responses/whois.nic.tr/tr/response_error_invalid_input_spec.rb +39 -0
  2158. data/spec/whois/parsers/responses/whois.nic.tr/tr/status_available_spec.rb +98 -0
  2159. data/spec/whois/parsers/responses/whois.nic.tr/tr/status_invalid_spec.rb +98 -0
  2160. data/spec/whois/parsers/responses/whois.nic.tr/tr/status_registered_spec.rb +150 -0
  2161. data/spec/whois/parsers/responses/whois.nic.travel/travel/property_status_multiple_spec.rb +29 -0
  2162. data/spec/whois/parsers/responses/whois.nic.travel/travel/property_status_single_spec.rb +29 -0
  2163. data/spec/whois/parsers/responses/whois.nic.travel/travel/status_available_spec.rb +93 -0
  2164. data/spec/whois/parsers/responses/whois.nic.travel/travel/status_registered_spec.rb +144 -0
  2165. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_nameservers_with_ip_spec.rb +36 -0
  2166. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_registrar_godaddy_spec.rb +33 -0
  2167. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_registrar_without_trading_name_spec.rb +33 -0
  2168. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_missing_spec.rb +39 -0
  2169. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_no_longer_required_spec.rb +39 -0
  2170. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_no_status_listed_spec.rb +39 -0
  2171. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_processing_registration_spec.rb +39 -0
  2172. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_processing_renewal_spec.rb +39 -0
  2173. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_registered_until_expiry_date_spec.rb +39 -0
  2174. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_suspended_spec.rb +39 -0
  2175. data/spec/whois/parsers/responses/whois.nic.uk/uk/response_throttled_spec.rb +29 -0
  2176. data/spec/whois/parsers/responses/whois.nic.uk/uk/status_available_spec.rb +80 -0
  2177. data/spec/whois/parsers/responses/whois.nic.uk/uk/status_invalid_spec.rb +39 -0
  2178. data/spec/whois/parsers/responses/whois.nic.uk/uk/status_registered_spec.rb +111 -0
  2179. data/spec/whois/parsers/responses/whois.nic.uk/uk/status_reserved_spec.rb +114 -0
  2180. data/spec/whois/parsers/responses/whois.nic.uk/uk/status_suspended_spec.rb +72 -0
  2181. data/spec/whois/parsers/responses/whois.nic.us/us/status_available_spec.rb +93 -0
  2182. data/spec/whois/parsers/responses/whois.nic.us/us/status_registered_spec.rb +148 -0
  2183. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_expires_on_missing_spec.rb +29 -0
  2184. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_nameservers_missing_spec.rb +30 -0
  2185. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_nameservers_spec.rb +34 -0
  2186. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_status_activo_spec.rb +39 -0
  2187. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_status_missing_spec.rb +39 -0
  2188. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_status_suspendido_spec.rb +39 -0
  2189. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_updated_on_blank_spec.rb +29 -0
  2190. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_updated_on_spec.rb +30 -0
  2191. data/spec/whois/parsers/responses/whois.nic.ve/ve/status_available_spec.rb +60 -0
  2192. data/spec/whois/parsers/responses/whois.nic.ve/ve/status_inactive_spec.rb +67 -0
  2193. data/spec/whois/parsers/responses/whois.nic.ve/ve/status_registered_spec.rb +62 -0
  2194. data/spec/whois/parsers/responses/whois.nic.wf/wf/response_throttled_spec.rb +29 -0
  2195. data/spec/whois/parsers/responses/whois.nic.wf/wf/status_available_spec.rb +78 -0
  2196. data/spec/whois/parsers/responses/whois.nic.wf/wf/status_registered_spec.rb +138 -0
  2197. data/spec/whois/parsers/responses/whois.nic.xxx/xxx/status_available_spec.rb +103 -0
  2198. data/spec/whois/parsers/responses/whois.nic.xxx/xxx/status_registered_spec.rb +156 -0
  2199. data/spec/whois/parsers/responses/whois.nic.xxx/xxx/status_reserved_spec.rb +44 -0
  2200. data/spec/whois/parsers/responses/whois.nic.xyz/xyz/status_available_spec.rb +98 -0
  2201. data/spec/whois/parsers/responses/whois.nic.xyz/xyz/status_registered_spec.rb +172 -0
  2202. data/spec/whois/parsers/responses/whois.norid.no/no/status_available_spec.rb +54 -0
  2203. data/spec/whois/parsers/responses/whois.norid.no/no/status_registered_spec.rb +56 -0
  2204. data/spec/whois/parsers/responses/whois.pairnic.com/status_available_spec.rb +93 -0
  2205. data/spec/whois/parsers/responses/whois.pairnic.com/status_registered_spec.rb +143 -0
  2206. data/spec/whois/parsers/responses/whois.pandi.or.id/id/status_available_spec.rb +98 -0
  2207. data/spec/whois/parsers/responses/whois.pandi.or.id/id/status_registered_spec.rb +163 -0
  2208. data/spec/whois/parsers/responses/whois.pir.org/org/response_throttled_spec.rb +29 -0
  2209. data/spec/whois/parsers/responses/whois.pir.org/org/status_available_spec.rb +98 -0
  2210. data/spec/whois/parsers/responses/whois.pir.org/org/status_registered_spec.rb +157 -0
  2211. data/spec/whois/parsers/responses/whois.pnina.ps/ps/status_available_spec.rb +75 -0
  2212. data/spec/whois/parsers/responses/whois.pnina.ps/ps/status_registered_spec.rb +93 -0
  2213. data/spec/whois/parsers/responses/whois.register.bg/bg/property_nameservers_with_ip_spec.rb +36 -0
  2214. data/spec/whois/parsers/responses/whois.register.bg/bg/status_available_spec.rb +60 -0
  2215. data/spec/whois/parsers/responses/whois.register.bg/bg/status_registered_spec.rb +70 -0
  2216. data/spec/whois/parsers/responses/whois.register.com/registered_without_updated_on_spec.rb +29 -0
  2217. data/spec/whois/parsers/responses/whois.register.com/status_registered_spec.rb +147 -0
  2218. data/spec/whois/parsers/responses/whois.register.si/si/status_available_spec.rb +60 -0
  2219. data/spec/whois/parsers/responses/whois.register.si/si/status_registered_spec.rb +70 -0
  2220. data/spec/whois/parsers/responses/whois.registre.ma/ma/status_available_spec.rb +54 -0
  2221. data/spec/whois/parsers/responses/whois.registre.ma/ma/status_registered_spec.rb +56 -0
  2222. data/spec/whois/parsers/responses/whois.registro.br/br/property_nameservers_with_ip_spec.rb +42 -0
  2223. data/spec/whois/parsers/responses/whois.registro.br/br/status_available_limited_spec.rb +34 -0
  2224. data/spec/whois/parsers/responses/whois.registro.br/br/status_available_spec.rb +60 -0
  2225. data/spec/whois/parsers/responses/whois.registro.br/br/status_registered_limited_spec.rb +34 -0
  2226. data/spec/whois/parsers/responses/whois.registro.br/br/status_registered_spec.rb +137 -0
  2227. data/spec/whois/parsers/responses/whois.registry.gy/gy/status_available_spec.rb +75 -0
  2228. data/spec/whois/parsers/responses/whois.registry.gy/gy/status_registered_spec.rb +90 -0
  2229. data/spec/whois/parsers/responses/whois.registry.hm/hm/status_available_spec.rb +60 -0
  2230. data/spec/whois/parsers/responses/whois.registry.hm/hm/status_registered_spec.rb +66 -0
  2231. data/spec/whois/parsers/responses/whois.registry.om/om/status_available_spec.rb +97 -0
  2232. data/spec/whois/parsers/responses/whois.registry.om/om/status_registered_spec.rb +142 -0
  2233. data/spec/whois/parsers/responses/whois.registry.om/om/status_reserved_spec.rb +44 -0
  2234. data/spec/whois/parsers/responses/whois.registry.qa/qa/property_nameservers_without_ips_spec.rb +39 -0
  2235. data/spec/whois/parsers/responses/whois.registry.qa/qa/status_available_spec.rb +97 -0
  2236. data/spec/whois/parsers/responses/whois.registry.qa/qa/status_registered_spec.rb +132 -0
  2237. data/spec/whois/parsers/responses/whois.rnids.rs/rs/case_token_whois_privacy_spec.rb +42 -0
  2238. data/spec/whois/parsers/responses/whois.rnids.rs/rs/property_nameservers_hyphenated_spec.rb +36 -0
  2239. data/spec/whois/parsers/responses/whois.rnids.rs/rs/property_status_expired_spec.rb +39 -0
  2240. data/spec/whois/parsers/responses/whois.rnids.rs/rs/property_status_in_transfer_spec.rb +39 -0
  2241. data/spec/whois/parsers/responses/whois.rnids.rs/rs/property_status_locked_spec.rb +39 -0
  2242. data/spec/whois/parsers/responses/whois.rnids.rs/rs/status_available_spec.rb +98 -0
  2243. data/spec/whois/parsers/responses/whois.rnids.rs/rs/status_registered_spec.rb +135 -0
  2244. data/spec/whois/parsers/responses/whois.rotld.ro/ro/property_status_updateprohibited_spec.rb +39 -0
  2245. data/spec/whois/parsers/responses/whois.rotld.ro/ro/status_available_spec.rb +60 -0
  2246. data/spec/whois/parsers/responses/whois.rotld.ro/ro/status_registered_spec.rb +76 -0
  2247. data/spec/whois/parsers/responses/whois.rrpproxy.net/status_available_spec.rb +93 -0
  2248. data/spec/whois/parsers/responses/whois.rrpproxy.net/status_registered_spec.rb +155 -0
  2249. data/spec/whois/parsers/responses/whois.safenames.net/status_registered_spec.rb +152 -0
  2250. data/spec/whois/parsers/responses/whois.schlund.info/registered_without_update_on_spec.rb +29 -0
  2251. data/spec/whois/parsers/responses/whois.schlund.info/status_available_spec.rb +93 -0
  2252. data/spec/whois/parsers/responses/whois.schlund.info/status_registered_spec.rb +147 -0
  2253. data/spec/whois/parsers/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_spec.rb +38 -0
  2254. data/spec/whois/parsers/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_with_ip_spec.rb +39 -0
  2255. data/spec/whois/parsers/responses/whois.sgnic.sg/sg/property_nameservers_schema_2_spec.rb +38 -0
  2256. data/spec/whois/parsers/responses/whois.sgnic.sg/sg/status_available_spec.rb +60 -0
  2257. data/spec/whois/parsers/responses/whois.sgnic.sg/sg/status_registered_spec.rb +70 -0
  2258. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_dakt_spec.rb +39 -0
  2259. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_exp_spec.rb +39 -0
  2260. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_held_spec.rb +39 -0
  2261. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_lnot_spec.rb +39 -0
  2262. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_ok_spec.rb +39 -0
  2263. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_ta_spec.rb +39 -0
  2264. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_warn_spec.rb +39 -0
  2265. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/status_available_spec.rb +60 -0
  2266. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/status_registered_spec.rb +70 -0
  2267. data/spec/whois/parsers/responses/whois.smallregistry.net/status_available_spec.rb +98 -0
  2268. data/spec/whois/parsers/responses/whois.smallregistry.net/status_registered_spec.rb +139 -0
  2269. data/spec/whois/parsers/responses/whois.srs.net.nz/nz/property_status_pendingrelease_spec.rb +39 -0
  2270. data/spec/whois/parsers/responses/whois.srs.net.nz/nz/response_throttled_spec.rb +29 -0
  2271. data/spec/whois/parsers/responses/whois.srs.net.nz/nz/status_available_spec.rb +98 -0
  2272. data/spec/whois/parsers/responses/whois.srs.net.nz/nz/status_invalid_spec.rb +75 -0
  2273. data/spec/whois/parsers/responses/whois.srs.net.nz/nz/status_registered_spec.rb +161 -0
  2274. data/spec/whois/parsers/responses/whois.sx/sx/property_status_premium_name_spec.rb +39 -0
  2275. data/spec/whois/parsers/responses/whois.sx/sx/status_available_spec.rb +98 -0
  2276. data/spec/whois/parsers/responses/whois.sx/sx/status_registered_spec.rb +159 -0
  2277. data/spec/whois/parsers/responses/whois.sx/sx/status_unavailable_spec.rb +39 -0
  2278. data/spec/whois/parsers/responses/whois.tcinet.ru/ru/property_nameservers_with_ip_spec.rb +39 -0
  2279. data/spec/whois/parsers/responses/whois.tcinet.ru/ru/status_available_spec.rb +91 -0
  2280. data/spec/whois/parsers/responses/whois.tcinet.ru/ru/status_registered_spec.rb +107 -0
  2281. data/spec/whois/parsers/responses/whois.tcinet.ru/su/status_available_spec.rb +91 -0
  2282. data/spec/whois/parsers/responses/whois.tcinet.ru/su/status_registered_spec.rb +107 -0
  2283. data/spec/whois/parsers/responses/whois.tcinet.ru/xn--p1ai/status_available_spec.rb +91 -0
  2284. data/spec/whois/parsers/responses/whois.tcinet.ru/xn--p1ai/status_registered_spec.rb +110 -0
  2285. data/spec/whois/parsers/responses/whois.thnic.co.th/th/status_available_spec.rb +60 -0
  2286. data/spec/whois/parsers/responses/whois.thnic.co.th/th/status_registered_spec.rb +71 -0
  2287. data/spec/whois/parsers/responses/whois.tld.ee/ee/property_status_serverhold_spec.rb +176 -0
  2288. data/spec/whois/parsers/responses/whois.tld.ee/ee/status_available_spec.rb +98 -0
  2289. data/spec/whois/parsers/responses/whois.tld.ee/ee/status_expired_spec.rb +159 -0
  2290. data/spec/whois/parsers/responses/whois.tld.ee/ee/status_registered_spec.rb +168 -0
  2291. data/spec/whois/parsers/responses/whois.tld.sy/sy/status_available_spec.rb +75 -0
  2292. data/spec/whois/parsers/responses/whois.tld.sy/sy/status_registered_spec.rb +85 -0
  2293. data/spec/whois/parsers/responses/whois.tonic.to/to/response_incomplete_spec.rb +34 -0
  2294. data/spec/whois/parsers/responses/whois.tonic.to/to/status_available_spec.rb +99 -0
  2295. data/spec/whois/parsers/responses/whois.tonic.to/to/status_registered_spec.rb +99 -0
  2296. data/spec/whois/parsers/responses/whois.tucows.com/status_available_spec.rb +93 -0
  2297. data/spec/whois/parsers/responses/whois.tucows.com/status_registered_spec.rb +145 -0
  2298. data/spec/whois/parsers/responses/whois.twnic.net.tw/tw/status_available_spec.rb +60 -0
  2299. data/spec/whois/parsers/responses/whois.twnic.net.tw/tw/status_registered_spec.rb +70 -0
  2300. data/spec/whois/parsers/responses/whois.tznic.or.tz/tz/property_status_expired_spec.rb +39 -0
  2301. data/spec/whois/parsers/responses/whois.tznic.or.tz/tz/status_available_spec.rb +93 -0
  2302. data/spec/whois/parsers/responses/whois.tznic.or.tz/tz/status_registered_spec.rb +149 -0
  2303. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_clienthold_spec.rb +39 -0
  2304. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_clienttransferprohibited_spec.rb +39 -0
  2305. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_graceperiod_spec.rb +39 -0
  2306. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_ok_spec.rb +39 -0
  2307. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_pendingdelete_spec.rb +39 -0
  2308. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_redemptionperiod_spec.rb +39 -0
  2309. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/status_available_spec.rb +93 -0
  2310. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/status_registered_spec.rb +152 -0
  2311. data/spec/whois/parsers/responses/whois.ua/ua/uanic/property_contacts_multiple_spec.rb +62 -0
  2312. data/spec/whois/parsers/responses/whois.ua/ua/uanic/status_registered_spec.rb +132 -0
  2313. data/spec/whois/parsers/responses/whois.udag.net/status_available_spec.rb +93 -0
  2314. data/spec/whois/parsers/responses/whois.udag.net/status_registered_spec.rb +154 -0
  2315. data/spec/whois/parsers/responses/whois.uniregistry.net/tattoo/status_available_spec.rb +93 -0
  2316. data/spec/whois/parsers/responses/whois.uniregistry.net/tattoo/status_registered_spec.rb +164 -0
  2317. data/spec/whois/parsers/responses/whois.usp.ac.fj/fj/status_available_spec.rb +60 -0
  2318. data/spec/whois/parsers/responses/whois.usp.ac.fj/fj/status_registered_spec.rb +69 -0
  2319. data/spec/whois/parsers/responses/whois.verisign-grs.com/com/property_nameserver_no_nameserver_spec.rb +30 -0
  2320. data/spec/whois/parsers/responses/whois.verisign-grs.com/com/status_available_spec.rb +90 -0
  2321. data/spec/whois/parsers/responses/whois.verisign-grs.com/com/status_registered_spec.rb +113 -0
  2322. data/spec/whois/parsers/responses/whois.verisign-grs.com/net/status_available_spec.rb +90 -0
  2323. data/spec/whois/parsers/responses/whois.verisign-grs.com/net/status_registered_spec.rb +113 -0
  2324. data/spec/whois/parsers/responses/whois.verisign-grs.com/response_unavailable_spec.rb +29 -0
  2325. data/spec/whois/parsers/responses/whois.website.ws/ws/status_available_spec.rb +60 -0
  2326. data/spec/whois/parsers/responses/whois.website.ws/ws/status_registered_spec.rb +71 -0
  2327. data/spec/whois/parsers/responses/whois.wildwestdomains.com/status_available_spec.rb +93 -0
  2328. data/spec/whois/parsers/responses/whois.wildwestdomains.com/status_registered_spec.rb +160 -0
  2329. data/spec/whois/parsers/responses/whois.yoursrs.com/status_available_spec.rb +93 -0
  2330. data/spec/whois/parsers/responses/whois.yoursrs.com/status_registered_spec.rb +143 -0
  2331. data/spec/whois/parsers/responses/whois.yoursrs.com/status_registered_with_no_last_updated_spec.rb +29 -0
  2332. data/spec/whois/parsers/responses/whois.za.net/za.net/status_available_spec.rb +60 -0
  2333. data/spec/whois/parsers/responses/whois.za.net/za.net/status_registered_spec.rb +66 -0
  2334. data/spec/whois/parsers/responses/whois.za.org/za.org/status_available_spec.rb +60 -0
  2335. data/spec/whois/parsers/responses/whois.za.org/za.org/status_registered_spec.rb +68 -0
  2336. data/spec/whois/parsers/responses/whois1.nic.bi/bi/status_available_spec.rb +75 -0
  2337. data/spec/whois/parsers/responses/whois1.nic.bi/bi/status_registered_spec.rb +90 -0
  2338. data/spec/whois/safe_record_spec.rb +165 -0
  2339. data/tasks/spec.rake +201 -0
  2340. data/utils/fixupd.rb +60 -0
  2341. data/utils/matrix.rb +68 -0
  2342. data/utils/mkwhois.rb +31 -0
  2343. data/whois-parser.gemspec +22 -38
  2344. metadata +4664 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8d389cb6d9d042a0a3d367f3990cf345152059c889a509627698b113918a1e9
4
- data.tar.gz: 6c4f04da1b81da7a4b5f54a4c050ebebf11dd8dd6e4072be1e3d025717316671
3
+ metadata.gz: 11fadd44db1e1f3ba9135eff5e3546a282b240f905b347995d601c35a4612905
4
+ data.tar.gz: a7a2895cd9650fe4921c2a308c6738f79586def8b1e0e5c6e68abffd19b80ef9
5
5
  SHA512:
6
- metadata.gz: cb95c920da4e7ec031366e3261cff880f508fd380bcee97df4dd4e80457c3599b9fe205a9b720161cecb36569b70be2e51c697c3e4e1d3bd6c3241eccb05ab52
7
- data.tar.gz: 59b6d898dc2bd51a98b7ce78665f5c2a7ce81106b990f5618b2aea8a91ccc0d8618247ac68f294d59d6eb376bff5a89e6568906d6643d8cba71d9ce0580d82b0
6
+ metadata.gz: d1335c3a551693f092e4477de64fbd93409c2bc102d8a302302d1eee710135ea8513bb4421a98e2866cbb6496fcc060bba84d87d73c8552abfe1a2b384fc732e
7
+ data.tar.gz: 540bcc4b1246d8286d44be1114066014faafea3b8b135f2d4a44002887abf2d27e4d93a42245387d6b59f07d958f8068a24e8ce78b7eb6bf615894dbed0f9296
@@ -0,0 +1,9 @@
1
+ # Bundler
2
+ /.bundle/
3
+ /Gemfile.lock
4
+ /pkg/
5
+
6
+ # YARD
7
+ /.yardoc
8
+ /_yardoc/
9
+ /doc/
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --colour
@@ -0,0 +1 @@
1
+ whois-parser
@@ -0,0 +1,3 @@
1
+ SimpleCov.start do
2
+ add_filter "/spec/"
3
+ end
@@ -0,0 +1,27 @@
1
+ language: ruby
2
+
3
+ rvm:
4
+ - "2.0"
5
+ - "2.1"
6
+ - "2.2"
7
+ - "2.3"
8
+ - "2.4"
9
+ - "2.5"
10
+ - "jruby-9.1.5.0"
11
+ - "ruby-head"
12
+
13
+ env:
14
+ - COVERALL=1
15
+
16
+ cache:
17
+ - bundler
18
+
19
+ matrix:
20
+ allow_failures:
21
+ - rvm: ruby-head
22
+ - rvm: jruby-head
23
+ - rvm: jruby-9.1.5.0
24
+
25
+ before_install:
26
+ - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
27
+ - gem install bundler -v '< 2'
@@ -3,6 +3,13 @@
3
3
  This project uses [Semantic Versioning 2.0.0](http://semver.org/).
4
4
 
5
5
 
6
+ #### Release 1.2.0
7
+
8
+ - CHANGED: Updated .ORG parser to the latest response (GH-98, GH-97). [Thanks @talarini]
9
+ - CHANGED: Updated .IO, .AC, .SH, .TM parsers to the latest response.
10
+ - CHANGED: Renamed WhoisDomainKg to WhoisKg (GH-48)
11
+
12
+
6
13
  #### Release 1.1.0
7
14
 
8
15
  - NEW: Added .FM parser (GH-74). [Thanks @thomas07vt]
@@ -4,45 +4,45 @@
4
4
 
5
5
  Fork, then clone the repo:
6
6
 
7
- ```shell
7
+ ~~~shell
8
8
  git clone git@github.com:your-username/whois-parser.git
9
- ```
9
+ ~~~
10
10
 
11
11
  Set up your machine:
12
12
 
13
- ```shell
13
+ ~~~shell
14
14
  bundle
15
- ```
15
+ ~~~
16
16
 
17
17
  Make sure the tests pass:
18
18
 
19
- ```shell
19
+ ~~~shell
20
20
  $ bundle exec rake
21
- ```
21
+ ~~~
22
22
 
23
23
  To propose a change/feature/patch, create your feature branch:
24
24
 
25
- ```shell
25
+ ~~~shell
26
26
  git checkout -b my-new-feature
27
- ```
27
+ ~~~
28
28
 
29
29
  Make your change. Add tests for your change. Make the tests pass:
30
30
 
31
- ```shell
31
+ ~~~shell
32
32
  bundle exec rake
33
- ```
33
+ ~~~
34
34
 
35
35
  `utils/mkwhois.rb` can be used to quicky generate `status_available.txt` and `status_registered.txt` files for your tests
36
36
 
37
- ```shell
37
+ ~~~shell
38
38
  ruby utils/mkwhois.rb google.com status_available
39
- ```
39
+ ~~~
40
40
 
41
41
  Commit your changes:
42
42
 
43
- ```shell
43
+ ~~~shell
44
44
  git commit -am 'Add some feature'
45
- ```
45
+ ~~~
46
46
 
47
47
  Push to your fork and [submit a pull request](https://github.com/weppos/whois-parser/compare/).
48
48
 
data/Gemfile ADDED
@@ -0,0 +1,5 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec
4
+
5
+ gem 'activesupport', '< 5' if RUBY_VERSION < '2.2.2'
@@ -0,0 +1,33 @@
1
+ require 'bundler/gem_tasks'
2
+
3
+
4
+ # Run test by default.
5
+ task :default => :spec
6
+ task :test => :spec
7
+
8
+
9
+ require 'rspec/core/rake_task'
10
+
11
+ RSpec::Core::RakeTask.new do |t|
12
+ t.verbose = !ENV["VERBOSE"].nil?
13
+ end
14
+
15
+
16
+ require 'yard'
17
+
18
+ YARD::Rake::YardocTask.new(:yardoc) do |y|
19
+ y.options = ["--output-dir", "yardoc"]
20
+ end
21
+
22
+ namespace :yardoc do
23
+ task :clobber do
24
+ rm_r "yardoc" rescue nil
25
+ end
26
+ end
27
+
28
+ task :clobber => "yardoc:clobber"
29
+
30
+
31
+ Dir["tasks/**/*.rake"].each do |file|
32
+ load(file)
33
+ end
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "whois/parser"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
@@ -18,7 +18,7 @@ require 'active_support/core_ext/time/calculations'
18
18
  require_relative 'parser/version'
19
19
  require_relative 'parser/errors'
20
20
 
21
- # These extensions add Whois::Record#parser, the Whois.registered?, and
21
+ # These extensions add Whois::Record#parser, the Whois.registered?, and
22
22
  # Whois.available? shortcuts.
23
23
  # These are handy convenient methods, and they are loaded by default.
24
24
  require_relative 'parser_extensions/whois'
@@ -63,7 +63,7 @@ module Whois
63
63
  #
64
64
  # @api private
65
65
  # @private
66
- def bug!(error, message)
66
+ def self.bug!(error, message)
67
67
  raise error, message.dup +
68
68
  " Please report the issue at" +
69
69
  " http://github.com/weppos/whois-parser/issues"
@@ -1,6 +1,6 @@
1
1
  module Whois
2
2
  class Parser
3
3
  # The current library version.
4
- VERSION = "1.1.0".freeze
4
+ VERSION = "1.2.0".freeze
5
5
  end
6
6
  end
@@ -82,15 +82,15 @@ module Whois
82
82
 
83
83
 
84
84
  property_supported :registrant_contacts do
85
- build_contact('Registrant', Parser::Contact::TYPE_REGISTRANT)
85
+ build_contact("Registrant", Parser::Contact::TYPE_REGISTRANT)
86
86
  end
87
87
 
88
88
  property_supported :admin_contacts do
89
- build_contact('Admin', Parser::Contact::TYPE_ADMINISTRATIVE)
89
+ build_contact("Admin", Parser::Contact::TYPE_ADMINISTRATIVE)
90
90
  end
91
91
 
92
92
  property_supported :technical_contacts do
93
- build_contact('Tech', Parser::Contact::TYPE_TECHNICAL)
93
+ build_contact("Tech", Parser::Contact::TYPE_TECHNICAL)
94
94
  end
95
95
 
96
96
 
@@ -7,85 +7,44 @@
7
7
  #++
8
8
 
9
9
 
10
- require_relative 'base'
10
+ require_relative 'base_icann_compliant'
11
11
 
12
12
 
13
13
  module Whois
14
14
  class Parsers
15
15
 
16
- class BaseIcb < Base
16
+ class BaseIcb < BaseIcannCompliant
17
17
 
18
- property_not_supported :disclaimer
19
-
20
-
21
- property_supported :domain do
22
- if registered?
23
- content_for_scanner.match(/^Domain : (.+)\n/)[1]
24
- elsif available?
25
- content_for_scanner.match(/^Domain (.+) is available/)[1]
26
- end
27
- end
28
-
29
- property_not_supported :domain_id
18
+ self.scanner = Scanners::BaseIcannCompliant, {
19
+ pattern_available: /^NOT FOUND/
20
+ }
30
21
 
31
22
 
32
- property_supported :status do
33
- if available?
34
- :available
35
- else
36
- :registered
37
- end
38
- end
39
-
40
- property_supported :available? do
41
- !!(content_for_scanner =~ /^Domain (.+?) is available/)
42
- end
43
-
44
- property_supported :registered? do
45
- !available?
46
- end
47
-
48
-
49
- property_not_supported :created_on
23
+ property_not_supported :disclaimer
50
24
 
51
- property_not_supported :updated_on
52
25
 
53
26
  property_supported :expires_on do
54
- if content_for_scanner =~ /Expiry : (.+?)\n/
55
- parse_time($1)
27
+ node("Registry Expiry Date") do |value|
28
+ parse_time(value)
56
29
  end
57
30
  end
58
31
 
59
32
 
60
- property_not_supported :registrar
61
-
62
33
  property_supported :registrant_contacts do
63
- lines = content_for_scanner.scan(/^Owner\s+: (.+)\n/).flatten
64
- return if lines.empty?
65
-
66
- Parser::Contact.new(
67
- type: Parser::Contact::TYPE_REGISTRANT,
68
- name: lines[0],
69
- organization: lines[1],
70
- address: lines[2],
71
- zip: nil,
72
- state: lines[4],
73
- city: lines[3],
74
- country: lines[5]
75
- )
34
+ node("Registrant Organization") do
35
+ Parser::Contact.new({
36
+ type: Parser::Contact::TYPE_REGISTRANT,
37
+ organization: node("Registrant Organization"),
38
+ state: node("Registrant State/Province"),
39
+ country_code: node("Registrant Country"),
40
+ })
41
+ end
76
42
  end
77
43
 
78
44
  property_not_supported :admin_contacts
79
45
 
80
46
  property_not_supported :technical_contacts
81
47
 
82
-
83
- property_supported :nameservers do
84
- content_for_scanner.scan(/^NS \d\s+: (.+)/).flatten.map do |name|
85
- Parser::Nameserver.new(name: name)
86
- end
87
- end
88
-
89
48
  end
90
49
 
91
50
  end
@@ -13,18 +13,15 @@ require_relative 'base'
13
13
  module Whois
14
14
  class Parsers
15
15
 
16
+ # Parser for the whois.kg server.
16
17
  #
17
- # = whois.domain.kg
18
+ # @note This parser is just a stub and provides only a few basic methods
19
+ # to check for domain availability and get domain status.
20
+ # Please consider to contribute implementing missing methods.
18
21
  #
19
- # Parser for the whois.domain.kg server.
20
- #
21
- # NOTE: This parser is just a stub and provides only a few basic methods
22
- # to check for domain availability and get domain status.
23
- # Please consider to contribute implementing missing methods.
24
- # See WhoisNicIt parser for an explanation of all available methods
25
- # and examples.
26
- #
27
- class WhoisDomainKg < Base
22
+ # @see Whois::Parsers::Example
23
+ # The Example parser for the list of all available methods.
24
+ class WhoisKg < Base
28
25
 
29
26
  property_supported :status do
30
27
  if available?
@@ -39,7 +39,7 @@ module Whois
39
39
 
40
40
  # NEWPROPERTY
41
41
  def reserved?
42
- !!content_for_scanner.match(/^Domain reserved\n/)
42
+ !!(content_for_scanner =~ /^Reserved by Registry\n/)
43
43
  end
44
44
 
45
45
  end
@@ -7,7 +7,7 @@
7
7
  #++
8
8
 
9
9
 
10
- require_relative 'base_icb'
10
+ require_relative 'base'
11
11
 
12
12
 
13
13
  module Whois
@@ -18,12 +18,78 @@ module Whois
18
18
  # @see Whois::Parsers::Example
19
19
  # The Example parser for the list of all available methods.
20
20
  #
21
- class WhoisNicTm < BaseIcb
21
+ class WhoisNicTm < Base
22
22
 
23
- property_not_supported :expires_on
23
+ property_not_supported :disclaimer
24
24
 
25
25
 
26
- property_not_supported :nameservers
26
+ property_supported :domain do
27
+ if registered?
28
+ content_for_scanner.match(/^Domain : (.+)\n/)[1]
29
+ elsif available?
30
+ content_for_scanner.match(/^Domain (.+) is available/)[1]
31
+ end
32
+ end
33
+
34
+ property_not_supported :domain_id
35
+
36
+
37
+ property_supported :status do
38
+ if available?
39
+ :available
40
+ else
41
+ :registered
42
+ end
43
+ end
44
+
45
+ property_supported :available? do
46
+ !!(content_for_scanner =~ /^Domain (.+?) is available/)
47
+ end
48
+
49
+ property_supported :registered? do
50
+ !available?
51
+ end
52
+
53
+
54
+ property_not_supported :created_on
55
+
56
+ property_not_supported :updated_on
57
+
58
+ property_supported :expires_on do
59
+ if content_for_scanner =~ /Expiry : (.+?)\n/
60
+ parse_time($1)
61
+ end
62
+ end
63
+
64
+
65
+ property_not_supported :registrar
66
+
67
+ property_supported :registrant_contacts do
68
+ lines = content_for_scanner.scan(/^Owner\s+: (.+)\n/).flatten
69
+ return if lines.empty?
70
+
71
+ Parser::Contact.new(
72
+ type: Parser::Contact::TYPE_REGISTRANT,
73
+ name: lines[0],
74
+ organization: lines[1],
75
+ address: lines[2],
76
+ zip: nil,
77
+ state: lines[4],
78
+ city: lines[3],
79
+ country: lines[5]
80
+ )
81
+ end
82
+
83
+ property_not_supported :admin_contacts
84
+
85
+ property_not_supported :technical_contacts
86
+
87
+
88
+ property_supported :nameservers do
89
+ content_for_scanner.scan(/^NS \d\s+: (.+)/).flatten.map do |name|
90
+ Parser::Nameserver.new(name: name)
91
+ end
92
+ end
27
93
 
28
94
  end
29
95