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.
- checksums.yaml +4 -4
- data/.gitignore +9 -0
- data/.rspec +1 -0
- data/.ruby-gemset +1 -0
- data/.simplecov +3 -0
- data/.travis.yml +27 -0
- data/CHANGELOG.md +7 -0
- data/CONTRIBUTING.md +14 -14
- data/Gemfile +5 -0
- data/Rakefile +33 -0
- data/bin/console +14 -0
- data/lib/whois/parser.rb +2 -2
- data/lib/whois/parser/version.rb +1 -1
- data/lib/whois/parsers/base_icann_compliant.rb +3 -3
- data/lib/whois/parsers/base_icb.rb +16 -57
- data/lib/whois/parsers/{whois.domain.kg.rb → whois.kg.rb} +7 -10
- data/lib/whois/parsers/whois.nic.io.rb +1 -1
- data/lib/whois/parsers/whois.nic.tm.rb +70 -4
- data/lib/whois/scanners/whois.pir.org.rb +1 -1
- data/spec/fixtures/referrals/afilias.bz.txt +40 -0
- data/spec/fixtures/referrals/arin_referral_apnic.txt +78 -0
- data/spec/fixtures/referrals/arin_referral_missing.txt +52 -0
- data/spec/fixtures/referrals/arin_referral_ripe.txt +50 -0
- data/spec/fixtures/referrals/arin_referral_rwhois.txt +63 -0
- data/spec/fixtures/referrals/arin_referral_servernap.txt +63 -0
- data/spec/fixtures/referrals/arin_referral_whois.txt +56 -0
- data/spec/fixtures/referrals/crsnic.com.txt +210 -0
- data/spec/fixtures/referrals/crsnic.com_referral.txt +57 -0
- data/spec/fixtures/referrals/crsnic.com_referral_missing.txt +50 -0
- data/spec/fixtures/referrals/crsnic.com_referral_multiple.txt +210 -0
- data/spec/fixtures/referrals/crsnic.com_referral_not_defined.txt +53 -0
- data/spec/fixtures/referrals/niccc.cc.txt +59 -0
- data/spec/fixtures/responses/capetown-whois.registry.net.za/capetown/status_available.expected +47 -0
- data/spec/fixtures/responses/capetown-whois.registry.net.za/capetown/status_available.txt +10 -0
- data/spec/fixtures/responses/capetown-whois.registry.net.za/capetown/status_registered.expected +106 -0
- data/spec/fixtures/responses/capetown-whois.registry.net.za/capetown/status_registered.txt +80 -0
- data/spec/fixtures/responses/ccwhois.ksregistry.net/vg/status_available.expected +50 -0
- data/spec/fixtures/responses/ccwhois.ksregistry.net/vg/status_available.txt +1 -0
- data/spec/fixtures/responses/ccwhois.ksregistry.net/vg/status_registered.expected +113 -0
- data/spec/fixtures/responses/ccwhois.ksregistry.net/vg/status_registered.txt +75 -0
- data/spec/fixtures/responses/ccwhois.verisign-grs.com/cc/property_nameserver_no_nameserver.expected +3 -0
- data/spec/fixtures/responses/ccwhois.verisign-grs.com/cc/property_nameserver_no_nameserver.txt +54 -0
- data/spec/fixtures/responses/ccwhois.verisign-grs.com/cc/status_available.expected +46 -0
- data/spec/fixtures/responses/ccwhois.verisign-grs.com/cc/status_available.txt +44 -0
- data/spec/fixtures/responses/ccwhois.verisign-grs.com/cc/status_registered.expected +69 -0
- data/spec/fixtures/responses/ccwhois.verisign-grs.com/cc/status_registered.txt +58 -0
- data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/property_contact_fax_empty.expected +17 -0
- data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/property_contact_fax_empty.txt +81 -0
- data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/response_throttled.expected +2 -0
- data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/response_throttled.txt +1 -0
- data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/status_available.expected +47 -0
- data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/status_available.txt +12 -0
- data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/status_registered.expected +107 -0
- data/spec/fixtures/responses/coza-whois.registry.net.za/co.za/status_registered.txt +81 -0
- data/spec/fixtures/responses/durban-whois.registry.net.za/durban/status_available.expected +47 -0
- data/spec/fixtures/responses/durban-whois.registry.net.za/durban/status_available.txt +10 -0
- data/spec/fixtures/responses/durban-whois.registry.net.za/durban/status_registered.expected +109 -0
- data/spec/fixtures/responses/durban-whois.registry.net.za/durban/status_registered.txt +80 -0
- data/spec/fixtures/responses/joburg-whois.registry.net.za/joburg/status_available.expected +47 -0
- data/spec/fixtures/responses/joburg-whois.registry.net.za/joburg/status_available.txt +10 -0
- data/spec/fixtures/responses/joburg-whois.registry.net.za/joburg/status_registered.expected +110 -0
- data/spec/fixtures/responses/joburg-whois.registry.net.za/joburg/status_registered.txt +81 -0
- data/spec/fixtures/responses/kero.yachay.pe/pe/response_throttled.expected +2 -0
- data/spec/fixtures/responses/kero.yachay.pe/pe/response_throttled.txt +18 -0
- data/spec/fixtures/responses/kero.yachay.pe/pe/status_available.expected +28 -0
- data/spec/fixtures/responses/kero.yachay.pe/pe/status_available.txt +24 -0
- data/spec/fixtures/responses/kero.yachay.pe/pe/status_inactive.expected +29 -0
- data/spec/fixtures/responses/kero.yachay.pe/pe/status_inactive.txt +31 -0
- data/spec/fixtures/responses/kero.yachay.pe/pe/status_registered.expected +36 -0
- data/spec/fixtures/responses/kero.yachay.pe/pe/status_registered.txt +35 -0
- data/spec/fixtures/responses/kero.yachay.pe/pe/status_suspended.expected +28 -0
- data/spec/fixtures/responses/kero.yachay.pe/pe/status_suspended.txt +35 -0
- data/spec/fixtures/responses/org-whois.registry.net.za/org.za/status_available.expected +47 -0
- data/spec/fixtures/responses/org-whois.registry.net.za/org.za/status_available.txt +10 -0
- data/spec/fixtures/responses/org-whois.registry.net.za/org.za/status_registered.expected +111 -0
- data/spec/fixtures/responses/org-whois.registry.net.za/org.za/status_registered.txt +79 -0
- data/spec/fixtures/responses/tvwhois.verisign-grs.com/tv/property_nameserver_no_nameserver.expected +3 -0
- data/spec/fixtures/responses/tvwhois.verisign-grs.com/tv/property_nameserver_no_nameserver.txt +53 -0
- data/spec/fixtures/responses/tvwhois.verisign-grs.com/tv/status_available.expected +45 -0
- data/spec/fixtures/responses/tvwhois.verisign-grs.com/tv/status_available.txt +44 -0
- data/spec/fixtures/responses/tvwhois.verisign-grs.com/tv/status_registered.expected +64 -0
- data/spec/fixtures/responses/tvwhois.verisign-grs.com/tv/status_registered.txt +57 -0
- data/spec/fixtures/responses/whois.1und1.info/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.1und1.info/status_available.txt +21 -0
- data/spec/fixtures/responses/whois.1und1.info/status_registered.expected +101 -0
- data/spec/fixtures/responses/whois.1und1.info/status_registered.txt +67 -0
- data/spec/fixtures/responses/whois.35.com/status_registered.expected +97 -0
- data/spec/fixtures/responses/whois.35.com/status_registered.txt +58 -0
- data/spec/fixtures/responses/whois.aeda.net.ae/ae/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.aeda.net.ae/ae/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.aeda.net.ae/ae/status_registered.expected +27 -0
- data/spec/fixtures/responses/whois.aeda.net.ae/ae/status_registered.txt +15 -0
- data/spec/fixtures/responses/whois.aero/status_available.expected +53 -0
- data/spec/fixtures/responses/whois.aero/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.aero/status_registered.expected +107 -0
- data/spec/fixtures/responses/whois.aero/status_registered.txt +102 -0
- data/spec/fixtures/responses/whois.aero/status_reserved.expected +53 -0
- data/spec/fixtures/responses/whois.aero/status_reserved.txt +1 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.expected +65 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.txt +43 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.expected +100 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.txt +98 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.expected +100 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.txt +83 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.expected +104 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.txt +85 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.expected +73 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.expected +103 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.txt +86 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.expected +104 -0
- data/spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.txt +100 -0
- data/spec/fixtures/responses/whois.afilias.net/info/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.afilias.net/info/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.afilias.net/info/status_registered.expected +104 -0
- data/spec/fixtures/responses/whois.afilias.net/info/status_registered.txt +86 -0
- data/spec/fixtures/responses/whois.afilias.net/info/status_reserved.expected +5 -0
- data/spec/fixtures/responses/whois.afilias.net/info/status_reserved.txt +4 -0
- data/spec/fixtures/responses/whois.afilias.net/pro/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.afilias.net/pro/status_available.txt +4 -0
- data/spec/fixtures/responses/whois.afilias.net/pro/status_registered.expected +104 -0
- data/spec/fixtures/responses/whois.afilias.net/pro/status_registered.txt +72 -0
- data/spec/fixtures/responses/whois.afilias.net/pro/status_reserved.expected +5 -0
- data/spec/fixtures/responses/whois.afilias.net/pro/status_reserved.txt +4 -0
- data/spec/fixtures/responses/whois.amnic.net/am/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.amnic.net/am/status_available.txt +6 -0
- data/spec/fixtures/responses/whois.amnic.net/am/status_registered.expected +34 -0
- data/spec/fixtures/responses/whois.amnic.net/am/status_registered.txt +44 -0
- data/spec/fixtures/responses/whois.ascio.com/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.ascio.com/status_available.txt +24 -0
- data/spec/fixtures/responses/whois.ascio.com/status_registered.expected +98 -0
- data/spec/fixtures/responses/whois.ascio.com/status_registered.txt +84 -0
- data/spec/fixtures/responses/whois.ati.tn/tn/property_contact_updated_none.expected +8 -0
- data/spec/fixtures/responses/whois.ati.tn/tn/property_contact_updated_none.txt +34 -0
- data/spec/fixtures/responses/whois.ati.tn/tn/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.ati.tn/tn/status_available.txt +4 -0
- data/spec/fixtures/responses/whois.ati.tn/tn/status_registered.expected +115 -0
- data/spec/fixtures/responses/whois.ati.tn/tn/status_registered.txt +36 -0
- data/spec/fixtures/responses/whois.audns.net.au/au/property_status_with_multiple.expected +2 -0
- data/spec/fixtures/responses/whois.audns.net.au/au/property_status_with_multiple.txt +22 -0
- data/spec/fixtures/responses/whois.audns.net.au/au/status_available.expected +49 -0
- data/spec/fixtures/responses/whois.audns.net.au/au/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.audns.net.au/au/status_registered.expected +93 -0
- data/spec/fixtures/responses/whois.audns.net.au/au/status_registered.txt +26 -0
- data/spec/fixtures/responses/whois.ax/ax/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.ax/ax/status_available.txt +9 -0
- data/spec/fixtures/responses/whois.ax/ax/status_registered.expected +32 -0
- data/spec/fixtures/responses/whois.ax/ax/status_registered.txt +28 -0
- data/spec/fixtures/responses/whois.biz/biz/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.biz/biz/status_available.txt +7 -0
- data/spec/fixtures/responses/whois.biz/biz/status_registered.expected +101 -0
- data/spec/fixtures/responses/whois.biz/biz/status_registered.txt +70 -0
- data/spec/fixtures/responses/whois.bnnic.bn/bn/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.bnnic.bn/bn/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.bnnic.bn/bn/status_registered.expected +42 -0
- data/spec/fixtures/responses/whois.bnnic.bn/bn/status_registered.txt +50 -0
- data/spec/fixtures/responses/whois.cat/cat/property_status_missing.expected +2 -0
- data/spec/fixtures/responses/whois.cat/cat/property_status_missing.txt +18 -0
- data/spec/fixtures/responses/whois.cat/cat/property_status_multiple.expected +2 -0
- data/spec/fixtures/responses/whois.cat/cat/property_status_multiple.txt +83 -0
- data/spec/fixtures/responses/whois.cat/cat/property_status_ok.expected +2 -0
- data/spec/fixtures/responses/whois.cat/cat/property_status_ok.txt +83 -0
- data/spec/fixtures/responses/whois.cat/cat/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.cat/cat/status_available.txt +18 -0
- data/spec/fixtures/responses/whois.cat/cat/status_registered.expected +34 -0
- data/spec/fixtures/responses/whois.cat/cat/status_registered.txt +87 -0
- data/spec/fixtures/responses/whois.cctld.by/by/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.cctld.by/by/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.cctld.by/by/status_registered.expected +57 -0
- data/spec/fixtures/responses/whois.cctld.by/by/status_registered.txt +12 -0
- data/spec/fixtures/responses/whois.cctld.uz/uz/property_expires_on_dash.expected +2 -0
- data/spec/fixtures/responses/whois.cctld.uz/uz/property_expires_on_dash.txt +123 -0
- data/spec/fixtures/responses/whois.cctld.uz/uz/property_status_reserved.expected +8 -0
- data/spec/fixtures/responses/whois.cctld.uz/uz/property_status_reserved.txt +123 -0
- data/spec/fixtures/responses/whois.cctld.uz/uz/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.cctld.uz/uz/status_available.txt +12 -0
- data/spec/fixtures/responses/whois.cctld.uz/uz/status_registered.expected +30 -0
- data/spec/fixtures/responses/whois.cctld.uz/uz/status_registered.txt +123 -0
- data/spec/fixtures/responses/whois.cdmon.com/com/status_registered.expected +97 -0
- data/spec/fixtures/responses/whois.cdmon.com/com/status_registered.txt +49 -0
- data/spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.expected +107 -0
- data/spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.txt +76 -0
- data/spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.expected +111 -0
- data/spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.txt +62 -0
- data/spec/fixtures/responses/whois.centralnic.com/br.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/br.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.expected +107 -0
- data/spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.txt +73 -0
- data/spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.expected +103 -0
- data/spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.txt +70 -0
- data/spec/fixtures/responses/whois.centralnic.com/de.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/de.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.expected +107 -0
- data/spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.txt +67 -0
- data/spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.expected +113 -0
- data/spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.txt +60 -0
- data/spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.expected +111 -0
- data/spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.txt +75 -0
- data/spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.expected +117 -0
- data/spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.txt +68 -0
- data/spec/fixtures/responses/whois.centralnic.com/gr.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/gr.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/gr.com/status_registered.expected +85 -0
- data/spec/fixtures/responses/whois.centralnic.com/gr.com/status_registered.txt +23 -0
- data/spec/fixtures/responses/whois.centralnic.com/hu.com/property_contacts_omitted.txt +32 -0
- data/spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.expected +103 -0
- data/spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.txt +73 -0
- data/spec/fixtures/responses/whois.centralnic.com/jp.net/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/jp.net/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/jp.net/status_registered.expected +103 -0
- data/spec/fixtures/responses/whois.centralnic.com/jp.net/status_registered.txt +77 -0
- data/spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.expected +107 -0
- data/spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.txt +76 -0
- data/spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.expected +119 -0
- data/spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.txt +77 -0
- data/spec/fixtures/responses/whois.centralnic.com/no.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/no.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.expected +107 -0
- data/spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.txt +52 -0
- data/spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.expected +99 -0
- data/spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.txt +62 -0
- data/spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.expected +103 -0
- data/spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.txt +61 -0
- data/spec/fixtures/responses/whois.centralnic.com/se.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/se.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected +111 -0
- data/spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.txt +75 -0
- data/spec/fixtures/responses/whois.centralnic.com/se.net/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/se.net/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected +113 -0
- data/spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.txt +71 -0
- data/spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.expected +107 -0
- data/spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.txt +57 -0
- data/spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.expected +107 -0
- data/spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.txt +76 -0
- data/spec/fixtures/responses/whois.centralnic.com/us.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/us.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.expected +111 -0
- data/spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.txt +61 -0
- data/spec/fixtures/responses/whois.centralnic.com/us.org/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/us.org/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/uy.com/property_contacts_omitted.txt +32 -0
- data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.expected +103 -0
- data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.txt +76 -0
- data/spec/fixtures/responses/whois.centralnic.com/za.com/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.centralnic.com/za.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.expected +103 -0
- data/spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.txt +56 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/field_without_value.expected +16 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/field_without_value.txt +40 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_autorenew_grace.expected +8 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_autorenew_grace.txt +43 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_available.expected +8 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_available.txt +9 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_pendingdelete.expected +8 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_pendingdelete.txt +20 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_redemption.expected +8 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_redemption.txt +40 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_registered.expected +8 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_registered.txt +40 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_tobereleased.expected +8 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_tobereleased.txt +10 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/property_status_unavailable.txt +11 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/status_available.expected +57 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/status_available.txt +9 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/status_invalid.expected +9 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/status_invalid.txt +11 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/status_registered.expected +111 -0
- data/spec/fixtures/responses/whois.cira.ca/ca/status_registered.txt +41 -0
- data/spec/fixtures/responses/whois.cmc.iq/iq/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.cmc.iq/iq/status_available.txt +9 -0
- data/spec/fixtures/responses/whois.cmc.iq/iq/status_registered.expected +57 -0
- data/spec/fixtures/responses/whois.cmc.iq/iq/status_registered.txt +37 -0
- data/spec/fixtures/responses/whois.cnnic.cn/cn/property_status_ok.expected +8 -0
- data/spec/fixtures/responses/whois.cnnic.cn/cn/property_status_ok.txt +11 -0
- data/spec/fixtures/responses/whois.cnnic.cn/cn/property_status_reserved_list.expected +12 -0
- data/spec/fixtures/responses/whois.cnnic.cn/cn/property_status_reserved_list.txt +1 -0
- data/spec/fixtures/responses/whois.cnnic.cn/cn/status_available.expected +53 -0
- data/spec/fixtures/responses/whois.cnnic.cn/cn/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.cnnic.cn/cn/status_registered.expected +71 -0
- data/spec/fixtures/responses/whois.cnnic.cn/cn/status_registered.txt +19 -0
- data/spec/fixtures/responses/whois.cnnic.cn/cn/status_reserved.expected +12 -0
- data/spec/fixtures/responses/whois.cnnic.cn/cn/status_reserved.txt +1 -0
- data/spec/fixtures/responses/whois.co.ca/co.ca/status_available.expected +27 -0
- data/spec/fixtures/responses/whois.co.ca/co.ca/status_available.txt +12 -0
- data/spec/fixtures/responses/whois.co.ca/co.ca/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.co.ca/co.ca/status_registered.txt +19 -0
- data/spec/fixtures/responses/whois.co.ca/co.ca/status_reserved.expected +12 -0
- data/spec/fixtures/responses/whois.co.ca/co.ca/status_reserved.txt +12 -0
- data/spec/fixtures/responses/whois.co.pl/co.pl/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.co.pl/co.pl/status_available.txt +8 -0
- data/spec/fixtures/responses/whois.co.pl/co.pl/status_registered.expected +52 -0
- data/spec/fixtures/responses/whois.co.pl/co.pl/status_registered.txt +11 -0
- data/spec/fixtures/responses/whois.co.ug/ug/property_status_active.expected +8 -0
- data/spec/fixtures/responses/whois.co.ug/ug/property_status_active.txt +35 -0
- data/spec/fixtures/responses/whois.co.ug/ug/property_status_unconfirmed.expected +8 -0
- data/spec/fixtures/responses/whois.co.ug/ug/property_status_unconfirmed.txt +30 -0
- data/spec/fixtures/responses/whois.co.ug/ug/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.co.ug/ug/status_available.txt +7 -0
- data/spec/fixtures/responses/whois.co.ug/ug/status_registered.expected +32 -0
- data/spec/fixtures/responses/whois.co.ug/ug/status_registered.txt +35 -0
- data/spec/fixtures/responses/whois.comlaude.com/status_registered.expected +89 -0
- data/spec/fixtures/responses/whois.comlaude.com/status_registered.txt +78 -0
- data/spec/fixtures/responses/whois.corporatedomains.com/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.corporatedomains.com/status_available.txt +43 -0
- data/spec/fixtures/responses/whois.corporatedomains.com/status_registered.expected +113 -0
- data/spec/fixtures/responses/whois.corporatedomains.com/status_registered.txt +68 -0
- data/spec/fixtures/responses/whois.denic.de/de/property_nameservers_with_ip.expected +23 -0
- data/spec/fixtures/responses/whois.denic.de/de/property_nameservers_with_ip.txt +68 -0
- data/spec/fixtures/responses/whois.denic.de/de/property_technical_contact.txt +69 -0
- data/spec/fixtures/responses/whois.denic.de/de/response_error_55000000010.expected +8 -0
- data/spec/fixtures/responses/whois.denic.de/de/response_error_55000000010.txt +1 -0
- data/spec/fixtures/responses/whois.denic.de/de/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.denic.de/de/response_throttled.txt +3 -0
- data/spec/fixtures/responses/whois.denic.de/de/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.denic.de/de/status_available.txt +2 -0
- data/spec/fixtures/responses/whois.denic.de/de/status_failed.expected +8 -0
- data/spec/fixtures/responses/whois.denic.de/de/status_failed.txt +69 -0
- data/spec/fixtures/responses/whois.denic.de/de/status_failed_ace.expected +8 -0
- data/spec/fixtures/responses/whois.denic.de/de/status_failed_ace.txt +70 -0
- data/spec/fixtures/responses/whois.denic.de/de/status_invalid.expected +50 -0
- data/spec/fixtures/responses/whois.denic.de/de/status_invalid.txt +4 -0
- data/spec/fixtures/responses/whois.denic.de/de/status_registered.expected +80 -0
- data/spec/fixtures/responses/whois.denic.de/de/status_registered.txt +69 -0
- data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/property_status_deactivated.expected +8 -0
- data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/property_status_deactivated.txt +52 -0
- data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/property_status_reserved.expected +8 -0
- data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/property_status_reserved.txt +29 -0
- data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/response_throttled.expected.txt +2 -0
- data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/response_throttled.txt +2 -0
- data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/status_available.expected +27 -0
- data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/status_available.txt +15 -0
- data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/status_registered.expected +37 -0
- data/spec/fixtures/responses/whois.dk-hostmaster.dk/dk/status_registered.txt +47 -0
- data/spec/fixtures/responses/whois.dns.be/be/property_nameservers_with_ip.expected +12 -0
- data/spec/fixtures/responses/whois.dns.be/be/property_nameservers_with_ip.txt +64 -0
- data/spec/fixtures/responses/whois.dns.be/be/property_status_available.expected +8 -0
- data/spec/fixtures/responses/whois.dns.be/be/property_status_available.txt +39 -0
- data/spec/fixtures/responses/whois.dns.be/be/property_status_not_available.expected +8 -0
- data/spec/fixtures/responses/whois.dns.be/be/property_status_not_available.txt +63 -0
- data/spec/fixtures/responses/whois.dns.be/be/property_status_notallowed.expected +8 -0
- data/spec/fixtures/responses/whois.dns.be/be/property_status_notallowed.txt +40 -0
- data/spec/fixtures/responses/whois.dns.be/be/property_status_outofservice.expected +8 -0
- data/spec/fixtures/responses/whois.dns.be/be/property_status_outofservice.txt +65 -0
- data/spec/fixtures/responses/whois.dns.be/be/property_status_quarantine.expected +8 -0
- data/spec/fixtures/responses/whois.dns.be/be/property_status_quarantine.txt +44 -0
- data/spec/fixtures/responses/whois.dns.be/be/response_blocked.expected +5 -0
- data/spec/fixtures/responses/whois.dns.be/be/response_blocked.txt +37 -0
- data/spec/fixtures/responses/whois.dns.be/be/response_throttled_hourly.expected +2 -0
- data/spec/fixtures/responses/whois.dns.be/be/response_throttled_hourly.txt +40 -0
- data/spec/fixtures/responses/whois.dns.be/be/response_throttled_limit.expected +2 -0
- data/spec/fixtures/responses/whois.dns.be/be/response_throttled_limit.txt +40 -0
- data/spec/fixtures/responses/whois.dns.be/be/status_available.expected +39 -0
- data/spec/fixtures/responses/whois.dns.be/be/status_available.txt +39 -0
- data/spec/fixtures/responses/whois.dns.be/be/status_invalid.expected +39 -0
- data/spec/fixtures/responses/whois.dns.be/be/status_invalid.txt +40 -0
- data/spec/fixtures/responses/whois.dns.be/be/status_registered.expected +51 -0
- data/spec/fixtures/responses/whois.dns.be/be/status_registered.txt +67 -0
- data/spec/fixtures/responses/whois.dns.hr/hr/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.dns.hr/hr/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.dns.hr/hr/status_registered.expected +62 -0
- data/spec/fixtures/responses/whois.dns.hr/hr/status_registered.txt +16 -0
- data/spec/fixtures/responses/whois.dns.lu/lu/property_nameservers_with_ip.expected +12 -0
- data/spec/fixtures/responses/whois.dns.lu/lu/property_nameservers_with_ip.txt +55 -0
- data/spec/fixtures/responses/whois.dns.lu/lu/status_available.expected +39 -0
- data/spec/fixtures/responses/whois.dns.lu/lu/status_available.txt +24 -0
- data/spec/fixtures/responses/whois.dns.lu/lu/status_registered.expected +73 -0
- data/spec/fixtures/responses/whois.dns.lu/lu/status_registered.txt +55 -0
- data/spec/fixtures/responses/whois.dns.pl/pl/property_expires_on_not_defined.expected +2 -0
- data/spec/fixtures/responses/whois.dns.pl/pl/property_expires_on_not_defined.txt +29 -0
- data/spec/fixtures/responses/whois.dns.pl/pl/property_nameservers_with_ip.expected +9 -0
- data/spec/fixtures/responses/whois.dns.pl/pl/property_nameservers_with_ip.txt +24 -0
- data/spec/fixtures/responses/whois.dns.pl/pl/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.dns.pl/pl/response_throttled.txt +1 -0
- data/spec/fixtures/responses/whois.dns.pl/pl/status_available.expected +44 -0
- data/spec/fixtures/responses/whois.dns.pl/pl/status_available.txt +8 -0
- data/spec/fixtures/responses/whois.dns.pl/pl/status_registered.expected +73 -0
- data/spec/fixtures/responses/whois.dns.pl/pl/status_registered.txt +36 -0
- data/spec/fixtures/responses/whois.dns.pt/pt/property_nameservers.expected +11 -0
- data/spec/fixtures/responses/whois.dns.pt/pt/property_nameservers.txt +25 -0
- data/spec/fixtures/responses/whois.dns.pt/pt/property_status_techpro.expected +8 -0
- data/spec/fixtures/responses/whois.dns.pt/pt/property_status_techpro.txt +21 -0
- data/spec/fixtures/responses/whois.dns.pt/pt/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.dns.pt/pt/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.dns.pt/pt/status_inactive.expected +25 -0
- data/spec/fixtures/responses/whois.dns.pt/pt/status_inactive.txt +21 -0
- data/spec/fixtures/responses/whois.dns.pt/pt/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.dns.pt/pt/status_registered.txt +25 -0
- data/spec/fixtures/responses/whois.dns.pt/pt/status_reserved.expected +24 -0
- data/spec/fixtures/responses/whois.dns.pt/pt/status_reserved.txt +24 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/property_nameservers_with_ip.expected +9 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/property_nameservers_with_ip.txt +34 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/property_status_inactive.expected +8 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/property_status_inactive.txt +35 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/response_throttled.txt +1 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/response_throttled_daily.expected +2 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/response_throttled_daily.txt +1 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/response_unavailable.expected +2 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/response_unavailable.txt +1 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/status_available.expected +31 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/status_available.txt +21 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/status_redemption.expected +31 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/status_redemption.txt +32 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/status_registered.expected +41 -0
- data/spec/fixtures/responses/whois.domain-registry.nl/nl/status_registered.txt +67 -0
- data/spec/fixtures/responses/whois.domainregistry.ie/ie/case_token_application_pending.expected +2 -0
- data/spec/fixtures/responses/whois.domainregistry.ie/ie/case_token_application_pending.txt +10 -0
- data/spec/fixtures/responses/whois.domainregistry.ie/ie/property_contacts_multiple.expected +19 -0
- data/spec/fixtures/responses/whois.domainregistry.ie/ie/property_contacts_multiple.txt +29 -0
- data/spec/fixtures/responses/whois.domainregistry.ie/ie/property_contacts_not_matching_id.expected +7 -0
- data/spec/fixtures/responses/whois.domainregistry.ie/ie/property_contacts_not_matching_id.txt +34 -0
- data/spec/fixtures/responses/whois.domainregistry.ie/ie/property_nameservers_with_ip.expected +21 -0
- data/spec/fixtures/responses/whois.domainregistry.ie/ie/property_nameservers_with_ip.txt +30 -0
- data/spec/fixtures/responses/whois.domainregistry.ie/ie/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.domainregistry.ie/ie/status_available.txt +5 -0
- data/spec/fixtures/responses/whois.domainregistry.ie/ie/status_registered.expected +70 -0
- data/spec/fixtures/responses/whois.domainregistry.ie/ie/status_registered.txt +29 -0
- data/spec/fixtures/responses/whois.domreg.lt/lt/property_nameservers_with_ip.expected +15 -0
- data/spec/fixtures/responses/whois.domreg.lt/lt/property_nameservers_with_ip.txt +32 -0
- data/spec/fixtures/responses/whois.domreg.lt/lt/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.domreg.lt/lt/status_available.txt +18 -0
- data/spec/fixtures/responses/whois.domreg.lt/lt/status_registered.expected +30 -0
- data/spec/fixtures/responses/whois.domreg.lt/lt/status_registered.txt +37 -0
- data/spec/fixtures/responses/whois.donuts.co/bike/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.donuts.co/bike/status_available.txt +3 -0
- data/spec/fixtures/responses/whois.donuts.co/bike/status_registered.expected +110 -0
- data/spec/fixtures/responses/whois.donuts.co/bike/status_registered.txt +63 -0
- data/spec/fixtures/responses/whois.dot.cf/cf/property_expires_on_blank.expected +2 -0
- data/spec/fixtures/responses/whois.dot.cf/cf/property_expires_on_blank.txt +64 -0
- data/spec/fixtures/responses/whois.dot.cf/cf/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.dot.cf/cf/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.dot.cf/cf/status_registered.expected +34 -0
- data/spec/fixtures/responses/whois.dot.cf/cf/status_registered.txt +64 -0
- data/spec/fixtures/responses/whois.dot.tk/tk/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.dot.tk/tk/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.dot.tk/tk/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.dot.tk/tk/status_registered.txt +28 -0
- data/spec/fixtures/responses/whois.dotgov.gov/gov/status_available.expected +22 -0
- data/spec/fixtures/responses/whois.dotgov.gov/gov/status_available.txt +7 -0
- data/spec/fixtures/responses/whois.dotgov.gov/gov/status_registered.expected +22 -0
- data/spec/fixtures/responses/whois.dotgov.gov/gov/status_registered.txt +9 -0
- data/spec/fixtures/responses/whois.dotmobiregistry.net/mobi/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.dotmobiregistry.net/mobi/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.dotmobiregistry.net/mobi/status_registered.expected +104 -0
- data/spec/fixtures/responses/whois.dotmobiregistry.net/mobi/status_registered.txt +81 -0
- data/spec/fixtures/responses/whois.dotpostregistry.net/post/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.dotpostregistry.net/post/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.dotpostregistry.net/post/status_registered.expected +100 -0
- data/spec/fixtures/responses/whois.dotpostregistry.net/post/status_registered.txt +106 -0
- data/spec/fixtures/responses/whois.dreamhost.com/property_contact_private.expected +47 -0
- data/spec/fixtures/responses/whois.dreamhost.com/property_contact_private.txt +118 -0
- data/spec/fixtures/responses/whois.dreamhost.com/status_registered.expected +88 -0
- data/spec/fixtures/responses/whois.dreamhost.com/status_registered.txt +65 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/fixture1.txt +63 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/fixture2.txt +66 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/fixture3.txt +67 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/fixture4.txt +68 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/fixture5.txt +66 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/fixture6.txt +66 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant.expected +27 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant.txt +63 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_with_additional_organization.expected +28 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_with_additional_organization.txt +66 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_without_address.expected +26 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_without_address.txt +55 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_without_zip.expected +27 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_without_zip.txt +65 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts.expected +31 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts.txt +63 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case1.expected +31 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case1.txt +66 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case2.expected +32 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case2.txt +67 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case3.expected +32 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case3.txt +66 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case4.expected +32 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case4.txt +68 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_updated_on_unknown.expected +2 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/property_updated_on_unknown.txt +64 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/status_available.txt +28 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/status_registered.expected +103 -0
- data/spec/fixtures/responses/whois.educause.edu/edu/status_registered.txt +65 -0
- data/spec/fixtures/responses/whois.eenet.ee/ee/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.eenet.ee/ee/status_available.txt +6 -0
- data/spec/fixtures/responses/whois.eenet.ee/ee/status_registered.expected +29 -0
- data/spec/fixtures/responses/whois.eenet.ee/ee/status_registered.txt +27 -0
- data/spec/fixtures/responses/whois.enom.com/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.enom.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.enom.com/status_registered.expected +112 -0
- data/spec/fixtures/responses/whois.enom.com/status_registered.txt +63 -0
- data/spec/fixtures/responses/whois.enom.com/status_registered_with_blank_updated_date.expected +2 -0
- data/spec/fixtures/responses/whois.enom.com/status_registered_with_blank_updated_date.txt +64 -0
- data/spec/fixtures/responses/whois.eu.org/eu.org/status_available.expected +22 -0
- data/spec/fixtures/responses/whois.eu.org/eu.org/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.eu.org/eu.org/status_registered.expected +22 -0
- data/spec/fixtures/responses/whois.eu.org/eu.org/status_registered.txt +18 -0
- data/spec/fixtures/responses/whois.eu/eu/property_nameservers.expected +17 -0
- data/spec/fixtures/responses/whois.eu/eu/property_nameservers.txt +74 -0
- data/spec/fixtures/responses/whois.eu/eu/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.eu/eu/response_throttled.txt +45 -0
- data/spec/fixtures/responses/whois.eu/eu/status_available.expected +48 -0
- data/spec/fixtures/responses/whois.eu/eu/status_available.txt +46 -0
- data/spec/fixtures/responses/whois.eu/eu/status_registered.expected +69 -0
- data/spec/fixtures/responses/whois.eu/eu/status_registered.txt +65 -0
- data/spec/fixtures/responses/whois.fi/fi/property_status_graceperiod.expected +71 -0
- data/spec/fixtures/responses/whois.fi/fi/property_status_graceperiod.txt +21 -0
- data/spec/fixtures/responses/whois.fi/fi/status_available.expected +48 -0
- data/spec/fixtures/responses/whois.fi/fi/status_available.txt +6 -0
- data/spec/fixtures/responses/whois.fi/fi/status_registered.expected +75 -0
- data/spec/fixtures/responses/whois.fi/fi/status_registered.txt +22 -0
- data/spec/fixtures/responses/whois.fi/fi/status_reserved.expected +48 -0
- data/spec/fixtures/responses/whois.fi/fi/status_reserved.txt +6 -0
- data/spec/fixtures/responses/whois.gandi.net/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.gandi.net/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.gandi.net/status_registered.expected +114 -0
- data/spec/fixtures/responses/whois.gandi.net/status_registered.txt +83 -0
- data/spec/fixtures/responses/whois.gg/gg/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.gg/gg/status_available.txt +33 -0
- data/spec/fixtures/responses/whois.gg/gg/status_registered.expected +39 -0
- data/spec/fixtures/responses/whois.gg/gg/status_registered.txt +64 -0
- data/spec/fixtures/responses/whois.godaddy.com/property_dates_not_available.txt +54 -0
- data/spec/fixtures/responses/whois.godaddy.com/status_registered.expected +141 -0
- data/spec/fixtures/responses/whois.godaddy.com/status_registered.txt +88 -0
- data/spec/fixtures/responses/whois.gov.za/gov.za/status_available.expected +22 -0
- data/spec/fixtures/responses/whois.gov.za/gov.za/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.gov.za/gov.za/status_registered.expected +23 -0
- data/spec/fixtures/responses/whois.gov.za/gov.za/status_registered.txt +29 -0
- data/spec/fixtures/responses/whois.hkirc.hk/hk/property_expires_on_null.expected +2 -0
- data/spec/fixtures/responses/whois.hkirc.hk/hk/property_expires_on_null.txt +104 -0
- data/spec/fixtures/responses/whois.hkirc.hk/hk/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.hkirc.hk/hk/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.hkirc.hk/hk/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.hkirc.hk/hk/status_registered.txt +111 -0
- data/spec/fixtures/responses/whois.iana.org/arpa/status_available.txt +10 -0
- data/spec/fixtures/responses/whois.iana.org/arpa/status_registered.txt +45 -0
- data/spec/fixtures/responses/whois.iana.org/int/status_available.expected +36 -0
- data/spec/fixtures/responses/whois.iana.org/int/status_available.txt +10 -0
- data/spec/fixtures/responses/whois.iana.org/int/status_registered.expected +104 -0
- data/spec/fixtures/responses/whois.iana.org/int/status_registered.txt +44 -0
- data/spec/fixtures/responses/whois.iana.org/tld/status_not_assigned.expected +37 -0
- data/spec/fixtures/responses/whois.iana.org/tld/status_not_assigned.txt +17 -0
- data/spec/fixtures/responses/whois.iis.nu/nu/status_available.expected +51 -0
- data/spec/fixtures/responses/whois.iis.nu/nu/status_available.txt +15 -0
- data/spec/fixtures/responses/whois.iis.nu/nu/status_registered.expected +76 -0
- data/spec/fixtures/responses/whois.iis.nu/nu/status_registered.txt +30 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_datetime_is_dash.expected +10 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_datetime_is_dash.txt +34 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_nameservers_single.expected +7 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_nameservers_single.txt +33 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_nameservers_with_ip.expected +15 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_nameservers_with_ip.txt +37 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_status_inactive.expected +35 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_status_inactive.txt +34 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_status_missing.txt +21 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_status_ok.expected +8 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_status_ok.txt +37 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_status_serverhold.expected +8 -0
- data/spec/fixtures/responses/whois.iis.se/se/property_status_serverhold.txt +38 -0
- data/spec/fixtures/responses/whois.iis.se/se/status_available.expected +51 -0
- data/spec/fixtures/responses/whois.iis.se/se/status_available.txt +16 -0
- data/spec/fixtures/responses/whois.iis.se/se/status_registered.expected +76 -0
- data/spec/fixtures/responses/whois.iis.se/se/status_registered.txt +34 -0
- data/spec/fixtures/responses/whois.in.ua/in.ua/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.in.ua/in.ua/status_available.txt +4 -0
- data/spec/fixtures/responses/whois.in.ua/in.ua/status_registered.expected +31 -0
- data/spec/fixtures/responses/whois.in.ua/in.ua/status_registered.txt +16 -0
- data/spec/fixtures/responses/whois.inregistry.net/in/property_status_missing.expected +2 -0
- data/spec/fixtures/responses/whois.inregistry.net/in/property_status_missing.txt +1 -0
- data/spec/fixtures/responses/whois.inregistry.net/in/property_status_multiple.expected +2 -0
- data/spec/fixtures/responses/whois.inregistry.net/in/property_status_multiple.txt +86 -0
- data/spec/fixtures/responses/whois.inregistry.net/in/property_status_ok.expected +2 -0
- data/spec/fixtures/responses/whois.inregistry.net/in/property_status_ok.txt +83 -0
- data/spec/fixtures/responses/whois.inregistry.net/in/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.inregistry.net/in/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.inregistry.net/in/status_registered.expected +109 -0
- data/spec/fixtures/responses/whois.inregistry.net/in/status_registered.txt +70 -0
- data/spec/fixtures/responses/whois.isnic.is/is/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.isnic.is/is/status_available.txt +7 -0
- data/spec/fixtures/responses/whois.isnic.is/is/status_registered.expected +29 -0
- data/spec/fixtures/responses/whois.isnic.is/is/status_registered.txt +55 -0
- data/spec/fixtures/responses/whois.isoc.org.il/il/property_status_missing.expected +8 -0
- data/spec/fixtures/responses/whois.isoc.org.il/il/property_status_missing.txt +19 -0
- data/spec/fixtures/responses/whois.isoc.org.il/il/property_status_transfer_allowed.expected +8 -0
- data/spec/fixtures/responses/whois.isoc.org.il/il/property_status_transfer_allowed.txt +52 -0
- data/spec/fixtures/responses/whois.isoc.org.il/il/property_status_transfer_locked.expected +8 -0
- data/spec/fixtures/responses/whois.isoc.org.il/il/property_status_transfer_locked.txt +84 -0
- data/spec/fixtures/responses/whois.isoc.org.il/il/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.isoc.org.il/il/status_available.txt +19 -0
- data/spec/fixtures/responses/whois.isoc.org.il/il/status_registered.expected +36 -0
- data/spec/fixtures/responses/whois.isoc.org.il/il/status_registered.txt +73 -0
- data/spec/fixtures/responses/whois.ja.net/ac.uk/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.ja.net/ac.uk/status_available.txt +3 -0
- data/spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.expected +38 -0
- data/spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.txt +39 -0
- data/spec/fixtures/responses/whois.ja.net/gov.uk/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.ja.net/gov.uk/status_available.txt +3 -0
- data/spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.expected +42 -0
- data/spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.txt +45 -0
- data/spec/fixtures/responses/whois.je/je/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.je/je/status_available.txt +33 -0
- data/spec/fixtures/responses/whois.je/je/status_registered.expected +39 -0
- data/spec/fixtures/responses/whois.je/je/status_registered.txt +48 -0
- data/spec/fixtures/responses/whois.jprs.jp/co.jp/property_state_deleted.expected +8 -0
- data/spec/fixtures/responses/whois.jprs.jp/co.jp/property_state_deleted.txt +18 -0
- data/spec/fixtures/responses/whois.jprs.jp/co.jp/property_state_registered.expected +8 -0
- data/spec/fixtures/responses/whois.jprs.jp/co.jp/property_state_registered.txt +19 -0
- data/spec/fixtures/responses/whois.jprs.jp/jp/property_status_suspended.expected +8 -0
- data/spec/fixtures/responses/whois.jprs.jp/jp/property_status_suspended.txt +27 -0
- data/spec/fixtures/responses/whois.jprs.jp/jp/property_status_to_be_suspended.expected +8 -0
- data/spec/fixtures/responses/whois.jprs.jp/jp/property_status_to_be_suspended.txt +28 -0
- data/spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.expected +3 -0
- data/spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.txt +28 -0
- data/spec/fixtures/responses/whois.jprs.jp/jp/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.jprs.jp/jp/status_available.txt +21 -0
- data/spec/fixtures/responses/whois.jprs.jp/jp/status_registered.expected +34 -0
- data/spec/fixtures/responses/whois.jprs.jp/jp/status_registered.txt +32 -0
- data/spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.expected +24 -0
- data/spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.txt +27 -0
- data/spec/fixtures/responses/whois.jprs.jp/ne.jp/property_created_on_missing.expected +2 -0
- data/spec/fixtures/responses/whois.jprs.jp/ne.jp/property_created_on_missing.txt +20 -0
- data/spec/fixtures/responses/whois.jprs.jp/ne.jp/property_state_reserved.expected +12 -0
- data/spec/fixtures/responses/whois.jprs.jp/ne.jp/property_state_reserved.txt +24 -0
- data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.txt +17 -0
- data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.expected +34 -0
- data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.txt +19 -0
- data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_reserved.expected +12 -0
- data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_reserved.txt +24 -0
- data/spec/fixtures/responses/whois.kenic.or.ke/ke/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.kenic.or.ke/ke/status_available.txt +22 -0
- data/spec/fixtures/responses/whois.kenic.or.ke/ke/status_invalid.expected +27 -0
- data/spec/fixtures/responses/whois.kenic.or.ke/ke/status_invalid.txt +22 -0
- data/spec/fixtures/responses/whois.kenic.or.ke/ke/status_registered.expected +34 -0
- data/spec/fixtures/responses/whois.kenic.or.ke/ke/status_registered.txt +77 -0
- data/spec/fixtures/responses/whois.kg/kg/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.kg/kg/status_available.txt +6 -0
- data/spec/fixtures/responses/whois.kg/kg/status_registered.expected +38 -0
- data/spec/fixtures/responses/whois.kg/kg/status_registered.txt +42 -0
- data/spec/fixtures/responses/whois.kr/kr/property_nameservers_with_ip.expected +9 -0
- data/spec/fixtures/responses/whois.kr/kr/property_nameservers_with_ip.txt +63 -0
- data/spec/fixtures/responses/whois.kr/kr/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.kr/kr/status_available.txt +23 -0
- data/spec/fixtures/responses/whois.kr/kr/status_registered.expected +30 -0
- data/spec/fixtures/responses/whois.kr/kr/status_registered.txt +59 -0
- data/spec/fixtures/responses/whois.markmonitor.com/cc/status_registered.txt +91 -0
- data/spec/fixtures/responses/whois.markmonitor.com/com/status_registered.txt +91 -0
- data/spec/fixtures/responses/whois.markmonitor.com/jobs/status_registered.txt +86 -0
- data/spec/fixtures/responses/whois.markmonitor.com/net/status_registered.txt +91 -0
- data/spec/fixtures/responses/whois.markmonitor.com/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.markmonitor.com/response_throttled.txt +1 -0
- data/spec/fixtures/responses/whois.markmonitor.com/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.markmonitor.com/status_available.txt +43 -0
- data/spec/fixtures/responses/whois.markmonitor.com/status_registered.expected +112 -0
- data/spec/fixtures/responses/whois.markmonitor.com/status_registered.txt +84 -0
- data/spec/fixtures/responses/whois.markmonitor.com/tv/status_registered.txt +90 -0
- data/spec/fixtures/responses/whois.monic.mo/mo/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.monic.mo/mo/status_available.txt +6 -0
- data/spec/fixtures/responses/whois.monic.mo/mo/status_registered.expected +55 -0
- data/spec/fixtures/responses/whois.monic.mo/mo/status_registered.txt +11 -0
- data/spec/fixtures/responses/whois.museum/museum/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.museum/museum/status_available.txt +18 -0
- data/spec/fixtures/responses/whois.museum/museum/status_registered.expected +34 -0
- data/spec/fixtures/responses/whois.museum/museum/status_registered.txt +92 -0
- data/spec/fixtures/responses/whois.mynic.my/my/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.mynic.my/my/status_available.txt +16 -0
- data/spec/fixtures/responses/whois.mynic.my/my/status_registered.expected +32 -0
- data/spec/fixtures/responses/whois.mynic.my/my/status_registered.txt +119 -0
- data/spec/fixtures/responses/whois.na-nic.com.na/na/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.na-nic.com.na/na/status_available.txt +12 -0
- data/spec/fixtures/responses/whois.na-nic.com.na/na/status_registered.expected +45 -0
- data/spec/fixtures/responses/whois.na-nic.com.na/na/status_registered.txt +75 -0
- data/spec/fixtures/responses/whois.nc/nc/property_contact_without_state.expected +15 -0
- data/spec/fixtures/responses/whois.nc/nc/property_contact_without_state.txt +22 -0
- data/spec/fixtures/responses/whois.nc/nc/property_contact_without_state_and_address.expected +15 -0
- data/spec/fixtures/responses/whois.nc/nc/property_contact_without_state_and_address.txt +21 -0
- data/spec/fixtures/responses/whois.nc/nc/status_available.expected +48 -0
- data/spec/fixtures/responses/whois.nc/nc/status_available.txt +6 -0
- data/spec/fixtures/responses/whois.nc/nc/status_registered.expected +69 -0
- data/spec/fixtures/responses/whois.nc/nc/status_registered.txt +24 -0
- data/spec/fixtures/responses/whois.netcom.cm/cm/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.netcom.cm/cm/status_available.txt +21 -0
- data/spec/fixtures/responses/whois.netcom.cm/cm/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois.netcom.cm/cm/status_registered.txt +72 -0
- data/spec/fixtures/responses/whois.netcom.cm/cm/status_suspended.expected +45 -0
- data/spec/fixtures/responses/whois.netcom.cm/cm/status_suspended.txt +61 -0
- data/spec/fixtures/responses/whois.networksolutions.com/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.networksolutions.com/status_available.txt +17 -0
- data/spec/fixtures/responses/whois.networksolutions.com/status_registered.expected +108 -0
- data/spec/fixtures/responses/whois.networksolutions.com/status_registered.txt +71 -0
- data/spec/fixtures/responses/whois.nic.ac/ac/status_available.expected +48 -0
- data/spec/fixtures/responses/whois.nic.ac/ac/status_available.txt +8 -0
- data/spec/fixtures/responses/whois.nic.ac/ac/status_registered.expected +79 -0
- data/spec/fixtures/responses/whois.nic.ac/ac/status_registered.txt +34 -0
- data/spec/fixtures/responses/whois.nic.af/af/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.af/af/status_available.txt +10 -0
- data/spec/fixtures/responses/whois.nic.af/af/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois.nic.af/af/status_registered.txt +90 -0
- data/spec/fixtures/responses/whois.nic.ag/ag/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.nic.ag/ag/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.ag/ag/status_registered.expected +104 -0
- data/spec/fixtures/responses/whois.nic.ag/ag/status_registered.txt +100 -0
- data/spec/fixtures/responses/whois.nic.ai/ai/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.ai/ai/status_available.txt +2 -0
- data/spec/fixtures/responses/whois.nic.ai/ai/status_registered.expected +31 -0
- data/spec/fixtures/responses/whois.nic.ai/ai/status_registered.txt +59 -0
- data/spec/fixtures/responses/whois.nic.as/as/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.as/as/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.as/as/status_registered.expected +35 -0
- data/spec/fixtures/responses/whois.nic.as/as/status_registered.txt +49 -0
- data/spec/fixtures/responses/whois.nic.asia/asia/property_status_multiple.expected +8 -0
- data/spec/fixtures/responses/whois.nic.asia/asia/property_status_multiple.txt +160 -0
- data/spec/fixtures/responses/whois.nic.asia/asia/property_status_single.expected +8 -0
- data/spec/fixtures/responses/whois.nic.asia/asia/property_status_single.txt +159 -0
- data/spec/fixtures/responses/whois.nic.asia/asia/status_available.expected +54 -0
- data/spec/fixtures/responses/whois.nic.asia/asia/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.asia/asia/status_registered.expected +112 -0
- data/spec/fixtures/responses/whois.nic.asia/asia/status_registered.txt +134 -0
- data/spec/fixtures/responses/whois.nic.asia/asia/status_reserved.expected +54 -0
- data/spec/fixtures/responses/whois.nic.asia/asia/status_reserved.txt +1 -0
- data/spec/fixtures/responses/whois.nic.at/at/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.at/at/status_available.txt +25 -0
- data/spec/fixtures/responses/whois.nic.at/at/status_registered.expected +32 -0
- data/spec/fixtures/responses/whois.nic.at/at/status_registered.txt +91 -0
- data/spec/fixtures/responses/whois.nic.bj/bj/status_available.expected +49 -0
- data/spec/fixtures/responses/whois.nic.bj/bj/status_available.txt +5 -0
- data/spec/fixtures/responses/whois.nic.bj/bj/status_registered.expected +69 -0
- data/spec/fixtures/responses/whois.nic.bj/bj/status_registered.txt +42 -0
- data/spec/fixtures/responses/whois.nic.bo/bo/status_available.expected +29 -0
- data/spec/fixtures/responses/whois.nic.bo/bo/status_available.txt +3 -0
- data/spec/fixtures/responses/whois.nic.bo/bo/status_registered.expected +31 -0
- data/spec/fixtures/responses/whois.nic.bo/bo/status_registered.txt +47 -0
- data/spec/fixtures/responses/whois.nic.cd/cd/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.cd/cd/status_available.txt +9 -0
- data/spec/fixtures/responses/whois.nic.cd/cd/status_registered.expected +38 -0
- data/spec/fixtures/responses/whois.nic.cd/cd/status_registered.txt +19 -0
- data/spec/fixtures/responses/whois.nic.ch/ch/property_contacts.expected +16 -0
- data/spec/fixtures/responses/whois.nic.ch/ch/property_contacts.txt +26 -0
- data/spec/fixtures/responses/whois.nic.ch/ch/property_nameservers_with_ip.expected +11 -0
- data/spec/fixtures/responses/whois.nic.ch/ch/property_nameservers_with_ip.txt +27 -0
- data/spec/fixtures/responses/whois.nic.ch/ch/status_available.expected +33 -0
- data/spec/fixtures/responses/whois.nic.ch/ch/status_available.txt +2 -0
- data/spec/fixtures/responses/whois.nic.ch/ch/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois.nic.ch/ch/status_registered.txt +29 -0
- data/spec/fixtures/responses/whois.nic.ci/ci/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.ci/ci/status_available.txt +4 -0
- data/spec/fixtures/responses/whois.nic.ci/ci/status_registered.expected +32 -0
- data/spec/fixtures/responses/whois.nic.ci/ci/status_registered.txt +19 -0
- data/spec/fixtures/responses/whois.nic.cl/cl/status_available.expected +20 -0
- data/spec/fixtures/responses/whois.nic.cl/cl/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.cl/cl/status_registered.expected +31 -0
- data/spec/fixtures/responses/whois.nic.cl/cl/status_registered.txt +28 -0
- data/spec/fixtures/responses/whois.nic.co/co/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.nic.co/co/status_available.txt +38 -0
- data/spec/fixtures/responses/whois.nic.co/co/status_registered.expected +101 -0
- data/spec/fixtures/responses/whois.nic.co/co/status_registered.txt +104 -0
- data/spec/fixtures/responses/whois.nic.college/college/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.nic.college/college/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.college/college/status_registered.expected +123 -0
- data/spec/fixtures/responses/whois.nic.college/college/status_registered.txt +89 -0
- data/spec/fixtures/responses/whois.nic.coop/coop/property_status_multiple.expected +2 -0
- data/spec/fixtures/responses/whois.nic.coop/coop/property_status_multiple.txt +125 -0
- data/spec/fixtures/responses/whois.nic.coop/coop/property_status_single.expected +2 -0
- data/spec/fixtures/responses/whois.nic.coop/coop/property_status_single.txt +123 -0
- data/spec/fixtures/responses/whois.nic.coop/coop/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.coop/coop/status_available.txt +33 -0
- data/spec/fixtures/responses/whois.nic.coop/coop/status_registered.expected +30 -0
- data/spec/fixtures/responses/whois.nic.coop/coop/status_registered.txt +123 -0
- data/spec/fixtures/responses/whois.nic.cx/cx/property_updated_on_empty.expected +2 -0
- data/spec/fixtures/responses/whois.nic.cx/cx/property_updated_on_empty.txt +59 -0
- data/spec/fixtures/responses/whois.nic.cx/cx/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.cx/cx/status_available.txt +9 -0
- data/spec/fixtures/responses/whois.nic.cx/cx/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois.nic.cx/cx/status_registered.txt +63 -0
- data/spec/fixtures/responses/whois.nic.cz/cz/case_nset_contact_same_name.expected +17 -0
- data/spec/fixtures/responses/whois.nic.cz/cz/case_nset_contact_same_name.txt +57 -0
- data/spec/fixtures/responses/whois.nic.cz/cz/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.nic.cz/cz/response_throttled.txt +1 -0
- data/spec/fixtures/responses/whois.nic.cz/cz/response_with_keyset.expected +11 -0
- data/spec/fixtures/responses/whois.nic.cz/cz/response_with_keyset.txt +84 -0
- data/spec/fixtures/responses/whois.nic.cz/cz/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.nic.cz/cz/status_available.txt +24 -0
- data/spec/fixtures/responses/whois.nic.cz/cz/status_registered.expected +105 -0
- data/spec/fixtures/responses/whois.nic.cz/cz/status_registered.txt +63 -0
- data/spec/fixtures/responses/whois.nic.design/design/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.nic.design/design/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.design/design/status_registered.expected +115 -0
- data/spec/fixtures/responses/whois.nic.design/design/status_registered.txt +84 -0
- data/spec/fixtures/responses/whois.nic.dm/dm/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.nic.dm/dm/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.dm/dm/status_registered.expected +104 -0
- data/spec/fixtures/responses/whois.nic.dm/dm/status_registered.txt +66 -0
- data/spec/fixtures/responses/whois.nic.dz/dz/status_available.expected +22 -0
- data/spec/fixtures/responses/whois.nic.dz/dz/status_available.txt +20 -0
- data/spec/fixtures/responses/whois.nic.dz/dz/status_registered.expected +21 -0
- data/spec/fixtures/responses/whois.nic.dz/dz/status_registered.txt +33 -0
- data/spec/fixtures/responses/whois.nic.ec/ex/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.ec/ex/status_available.txt +19 -0
- data/spec/fixtures/responses/whois.nic.ec/ex/status_registered.expected +57 -0
- data/spec/fixtures/responses/whois.nic.ec/ex/status_registered.txt +57 -0
- data/spec/fixtures/responses/whois.nic.es/es/status_available.expected +49 -0
- data/spec/fixtures/responses/whois.nic.es/es/status_available.txt +42 -0
- data/spec/fixtures/responses/whois.nic.es/es/status_registered.expected +58 -0
- data/spec/fixtures/responses/whois.nic.es/es/status_registered.txt +66 -0
- data/spec/fixtures/responses/whois.nic.fm/fm/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.nic.fm/fm/status_available.txt +18 -0
- data/spec/fixtures/responses/whois.nic.fm/fm/status_registered.expected +94 -0
- data/spec/fixtures/responses/whois.nic.fm/fm/status_registered.txt +79 -0
- data/spec/fixtures/responses/whois.nic.fo/fo/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.nic.fo/fo/status_available.txt +12 -0
- data/spec/fixtures/responses/whois.nic.fo/fo/status_registered.expected +88 -0
- data/spec/fixtures/responses/whois.nic.fo/fo/status_registered.txt +33 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_contact_without_address.expected +17 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_contact_without_address.txt +83 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_contact_without_changed.expected +18 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_contact_without_changed.txt +115 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.expected +11 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.txt +98 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_multiple_ipv4.expected +11 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_multiple_ipv4.txt +111 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.expected +27 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.txt +85 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_status_active.expected +8 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_status_active.txt +98 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.expected +8 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.txt +84 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.expected +8 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.txt +19 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_status_not_open.expected +8 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_status_not_open.txt +76 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.expected +8 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.txt +82 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.expected +8 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.txt +80 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/response_contains_contact_remarks.txt +83 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/response_contains_contact_trouble.txt +106 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/response_throttled.txt +21 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/status_available.expected +36 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/status_available.txt +21 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/status_registered.expected +92 -0
- data/spec/fixtures/responses/whois.nic.fr/fr/status_registered.txt +110 -0
- data/spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.expected +8 -0
- data/spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.txt +88 -0
- data/spec/fixtures/responses/whois.nic.fr/tf/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.nic.fr/tf/response_throttled.txt +21 -0
- data/spec/fixtures/responses/whois.nic.fr/tf/status_available.expected +36 -0
- data/spec/fixtures/responses/whois.nic.fr/tf/status_available.txt +19 -0
- data/spec/fixtures/responses/whois.nic.fr/tf/status_registered.expected +96 -0
- data/spec/fixtures/responses/whois.nic.fr/tf/status_registered.txt +91 -0
- data/spec/fixtures/responses/whois.nic.fr/yt/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.nic.fr/yt/response_throttled.txt +21 -0
- data/spec/fixtures/responses/whois.nic.fr/yt/status_available.expected +36 -0
- data/spec/fixtures/responses/whois.nic.fr/yt/status_available.txt +19 -0
- data/spec/fixtures/responses/whois.nic.fr/yt/status_registered.expected +96 -0
- data/spec/fixtures/responses/whois.nic.fr/yt/status_registered.txt +91 -0
- data/spec/fixtures/responses/whois.nic.gd/gd/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.nic.gd/gd/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.gd/gd/status_registered.expected +109 -0
- data/spec/fixtures/responses/whois.nic.gd/gd/status_registered.txt +73 -0
- data/spec/fixtures/responses/whois.nic.gd/gd/status_reserved.expected +12 -0
- data/spec/fixtures/responses/whois.nic.gd/gd/status_reserved.txt +1 -0
- data/spec/fixtures/responses/whois.nic.gl/gl/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.gl/gl/status_available.txt +6 -0
- data/spec/fixtures/responses/whois.nic.gl/gl/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois.nic.gl/gl/status_registered.txt +43 -0
- data/spec/fixtures/responses/whois.nic.gs/gs/property_status_available.expected +8 -0
- data/spec/fixtures/responses/whois.nic.gs/gs/property_status_available.txt +22 -0
- data/spec/fixtures/responses/whois.nic.gs/gs/property_status_ok.expected +8 -0
- data/spec/fixtures/responses/whois.nic.gs/gs/property_status_ok.txt +58 -0
- data/spec/fixtures/responses/whois.nic.gs/gs/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.gs/gs/status_available.txt +22 -0
- data/spec/fixtures/responses/whois.nic.gs/gs/status_registered.expected +45 -0
- data/spec/fixtures/responses/whois.nic.gs/gs/status_registered.txt +47 -0
- data/spec/fixtures/responses/whois.nic.hn/hn/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.hn/hn/status_available.txt +12 -0
- data/spec/fixtures/responses/whois.nic.hn/hn/status_registered.expected +44 -0
- data/spec/fixtures/responses/whois.nic.hn/hn/status_registered.txt +95 -0
- data/spec/fixtures/responses/whois.nic.ht/ht/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.ht/ht/status_available.txt +8 -0
- data/spec/fixtures/responses/whois.nic.ht/ht/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois.nic.ht/ht/status_registered.txt +91 -0
- data/spec/fixtures/responses/whois.nic.hu/hu/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.nic.hu/hu/status_available.txt +3 -0
- data/spec/fixtures/responses/whois.nic.hu/hu/status_registered.expected +48 -0
- data/spec/fixtures/responses/whois.nic.hu/hu/status_registered.txt +9 -0
- data/spec/fixtures/responses/whois.nic.im/im/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.im/im/status_available.txt +2 -0
- data/spec/fixtures/responses/whois.nic.im/im/status_registered.expected +32 -0
- data/spec/fixtures/responses/whois.nic.im/im/status_registered.txt +44 -0
- data/spec/fixtures/responses/whois.nic.io/io/property_owner_without_label.txt +16 -0
- data/spec/fixtures/responses/whois.nic.io/io/status_available.expected +52 -0
- data/spec/fixtures/responses/whois.nic.io/io/status_available.txt +8 -0
- data/spec/fixtures/responses/whois.nic.io/io/status_registered.expected +83 -0
- data/spec/fixtures/responses/whois.nic.io/io/status_registered.txt +32 -0
- data/spec/fixtures/responses/whois.nic.io/io/status_reserved.expected +52 -0
- data/spec/fixtures/responses/whois.nic.io/io/status_reserved.txt +8 -0
- data/spec/fixtures/responses/whois.nic.ir/ir/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.ir/ir/status_available.txt +14 -0
- data/spec/fixtures/responses/whois.nic.ir/ir/status_registered.expected +32 -0
- data/spec/fixtures/responses/whois.nic.ir/ir/status_registered.txt +42 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_contact_province.expected +15 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_contact_province.txt +58 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_contact_with_company_in_address.expected +15 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_contact_with_company_in_address.txt +60 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_contact_with_organization.expected +15 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_contact_with_organization.txt +53 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_autorenewperiod_clientdeleteprohibited_clientupdateprohibited.txt +63 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_available.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_available.txt +2 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_client.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_client.txt +59 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_graceperiod.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_graceperiod.txt +58 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_inactive_noregistrar.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_inactive_noregistrar.txt +60 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_no_provider.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_no_provider.txt +54 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_ok.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_ok.txt +60 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_ok_autorenew.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_ok_autorenew.txt +60 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pending-delete.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pending-delete.txt +54 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingdelete_pendingdelete.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingdelete_pendingdelete.txt +45 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingdelete_redemptionperiod.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingdelete_redemptionperiod.txt +60 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingtransfer.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingtransfer.txt +46 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingtransfer_autorenewperiod.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingtransfer_autorenewperiod.txt +38 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingupdate.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingupdate.txt +59 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingupdate_autorenewperiod.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_pendingupdate_autorenewperiod.txt +62 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_redemption_no_provider.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_redemption_no_provider.txt +42 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_reserved.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_reserved.txt +2 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_unassignable.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_status_unassignable.txt +2 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_technical_contact.expected +7 -0
- data/spec/fixtures/responses/whois.nic.it/it/property_technical_contact.txt +53 -0
- data/spec/fixtures/responses/whois.nic.it/it/response_unavailable.expected +2 -0
- data/spec/fixtures/responses/whois.nic.it/it/response_unavailable.txt +1 -0
- data/spec/fixtures/responses/whois.nic.it/it/status_available.expected +54 -0
- data/spec/fixtures/responses/whois.nic.it/it/status_available.txt +2 -0
- data/spec/fixtures/responses/whois.nic.it/it/status_registered.expected +113 -0
- data/spec/fixtures/responses/whois.nic.it/it/status_registered.txt +62 -0
- data/spec/fixtures/responses/whois.nic.it/it/status_unavailable.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/it/status_unavailable.txt +2 -0
- data/spec/fixtures/responses/whois.nic.jobs/jobs/property_nameserver_no_nameserver.expected +3 -0
- data/spec/fixtures/responses/whois.nic.jobs/jobs/property_nameserver_no_nameserver.txt +53 -0
- data/spec/fixtures/responses/whois.nic.jobs/jobs/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.nic.jobs/jobs/status_available.txt +44 -0
- data/spec/fixtures/responses/whois.nic.jobs/jobs/status_registered.expected +61 -0
- data/spec/fixtures/responses/whois.nic.jobs/jobs/status_registered.txt +53 -0
- data/spec/fixtures/responses/whois.nic.ki/ki/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.ki/ki/status_available.txt +20 -0
- data/spec/fixtures/responses/whois.nic.ki/ki/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois.nic.ki/ki/status_registered.txt +62 -0
- data/spec/fixtures/responses/whois.nic.kz/kz/property_status_missing.expected +8 -0
- data/spec/fixtures/responses/whois.nic.kz/kz/property_status_missing.txt +4 -0
- data/spec/fixtures/responses/whois.nic.kz/kz/property_status_multiple.expected +8 -0
- data/spec/fixtures/responses/whois.nic.kz/kz/property_status_multiple.txt +39 -0
- data/spec/fixtures/responses/whois.nic.kz/kz/property_status_ok.expected +8 -0
- data/spec/fixtures/responses/whois.nic.kz/kz/property_status_ok.txt +37 -0
- data/spec/fixtures/responses/whois.nic.kz/kz/property_updated_on_blank.expected +2 -0
- data/spec/fixtures/responses/whois.nic.kz/kz/property_updated_on_blank.txt +38 -0
- data/spec/fixtures/responses/whois.nic.kz/kz/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.kz/kz/status_available.txt +4 -0
- data/spec/fixtures/responses/whois.nic.kz/kz/status_registered.expected +29 -0
- data/spec/fixtures/responses/whois.nic.kz/kz/status_registered.txt +37 -0
- data/spec/fixtures/responses/whois.nic.la/la/property_status_multiple.expected +2 -0
- data/spec/fixtures/responses/whois.nic.la/la/property_status_multiple.txt +75 -0
- data/spec/fixtures/responses/whois.nic.la/la/property_status_single.expected +2 -0
- data/spec/fixtures/responses/whois.nic.la/la/property_status_single.txt +70 -0
- data/spec/fixtures/responses/whois.nic.la/la/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.nic.la/la/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.la/la/status_registered.expected +107 -0
- data/spec/fixtures/responses/whois.nic.la/la/status_registered.txt +77 -0
- data/spec/fixtures/responses/whois.nic.li/li/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.li/li/status_available.txt +2 -0
- data/spec/fixtures/responses/whois.nic.li/li/status_registered.expected +31 -0
- data/spec/fixtures/responses/whois.nic.li/li/status_registered.txt +29 -0
- data/spec/fixtures/responses/whois.nic.lk/lk/property_created_on_null.expected +2 -0
- data/spec/fixtures/responses/whois.nic.lk/lk/property_created_on_null.txt +24 -0
- data/spec/fixtures/responses/whois.nic.lk/lk/property_updated_on_null.expected +2 -0
- data/spec/fixtures/responses/whois.nic.lk/lk/property_updated_on_null.txt +31 -0
- data/spec/fixtures/responses/whois.nic.lk/lk/status_available.expected +48 -0
- data/spec/fixtures/responses/whois.nic.lk/lk/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.lk/lk/status_registered.expected +63 -0
- data/spec/fixtures/responses/whois.nic.lk/lk/status_registered.txt +24 -0
- data/spec/fixtures/responses/whois.nic.lk/xn--fzc2c9e2c/status_available.txt +0 -0
- data/spec/fixtures/responses/whois.nic.lk/xn--fzc2c9e2c/status_registered.txt +18 -0
- data/spec/fixtures/responses/whois.nic.lk/xn--xkc2al3hye2a/status_available.txt +0 -0
- data/spec/fixtures/responses/whois.nic.lk/xn--xkc2al3hye2a/status_registered.txt +18 -0
- data/spec/fixtures/responses/whois.nic.lv/lv/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.lv/lv/status_available.txt +6 -0
- data/spec/fixtures/responses/whois.nic.lv/lv/status_registered.expected +32 -0
- data/spec/fixtures/responses/whois.nic.lv/lv/status_registered.txt +37 -0
- data/spec/fixtures/responses/whois.nic.ly/ly/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.ly/ly/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.ly/ly/status_registered.expected +34 -0
- data/spec/fixtures/responses/whois.nic.ly/ly/status_registered.txt +65 -0
- data/spec/fixtures/responses/whois.nic.md/md/property_dns-update.txt +7 -0
- data/spec/fixtures/responses/whois.nic.md/md/status_available.expected +48 -0
- data/spec/fixtures/responses/whois.nic.md/md/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.md/md/status_registered.expected +60 -0
- data/spec/fixtures/responses/whois.nic.md/md/status_registered.txt +7 -0
- data/spec/fixtures/responses/whois.nic.me/me/property_nameservers_is_blank.expected +3 -0
- data/spec/fixtures/responses/whois.nic.me/me/property_nameservers_is_blank.txt +95 -0
- data/spec/fixtures/responses/whois.nic.me/me/property_updated_on_is_blank.expected +2 -0
- data/spec/fixtures/responses/whois.nic.me/me/property_updated_on_is_blank.txt +92 -0
- data/spec/fixtures/responses/whois.nic.me/me/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.nic.me/me/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.me/me/status_registered.expected +104 -0
- data/spec/fixtures/responses/whois.nic.me/me/status_registered.txt +98 -0
- data/spec/fixtures/responses/whois.nic.mg/mg/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.mg/mg/status_available.txt +20 -0
- data/spec/fixtures/responses/whois.nic.mg/mg/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois.nic.mg/mg/status_registered.txt +74 -0
- data/spec/fixtures/responses/whois.nic.ms/ms/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.ms/ms/status_available.txt +13 -0
- data/spec/fixtures/responses/whois.nic.ms/ms/status_registered.expected +45 -0
- data/spec/fixtures/responses/whois.nic.ms/ms/status_registered.txt +87 -0
- data/spec/fixtures/responses/whois.nic.mu/mu/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.mu/mu/status_available.txt +12 -0
- data/spec/fixtures/responses/whois.nic.mu/mu/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois.nic.mu/mu/status_registered.txt +79 -0
- data/spec/fixtures/responses/whois.nic.mx/mx/property_nameservers_with_ip.expected +9 -0
- data/spec/fixtures/responses/whois.nic.mx/mx/property_nameservers_with_ip.txt +56 -0
- data/spec/fixtures/responses/whois.nic.mx/mx/status_available.expected +20 -0
- data/spec/fixtures/responses/whois.nic.mx/mx/status_available.txt +11 -0
- data/spec/fixtures/responses/whois.nic.mx/mx/status_registered.expected +38 -0
- data/spec/fixtures/responses/whois.nic.mx/mx/status_registered.txt +90 -0
- data/spec/fixtures/responses/whois.nic.name/name/reserved.txt +30 -0
- data/spec/fixtures/responses/whois.nic.name/name/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.name/name/status_available.txt +25 -0
- data/spec/fixtures/responses/whois.nic.name/name/status_registered.expected +42 -0
- data/spec/fixtures/responses/whois.nic.name/name/status_registered.txt +45 -0
- data/spec/fixtures/responses/whois.nic.net.ng/ng/property_status_available.expected +8 -0
- data/spec/fixtures/responses/whois.nic.net.ng/ng/property_status_available.txt +13 -0
- data/spec/fixtures/responses/whois.nic.net.ng/ng/property_status_ok.expected +8 -0
- data/spec/fixtures/responses/whois.nic.net.ng/ng/property_status_ok.txt +56 -0
- data/spec/fixtures/responses/whois.nic.net.ng/ng/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.net.ng/ng/status_available.txt +13 -0
- data/spec/fixtures/responses/whois.nic.net.ng/ng/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois.nic.net.ng/ng/status_registered.txt +56 -0
- data/spec/fixtures/responses/whois.nic.net.sa/sa/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.net.sa/sa/status_available.txt +6 -0
- data/spec/fixtures/responses/whois.nic.net.sa/sa/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.nic.net.sa/sa/status_registered.txt +31 -0
- data/spec/fixtures/responses/whois.nic.net.sb/sb/property_status_available.expected +8 -0
- data/spec/fixtures/responses/whois.nic.net.sb/sb/property_status_available.txt +11 -0
- data/spec/fixtures/responses/whois.nic.net.sb/sb/property_status_ok.expected +8 -0
- data/spec/fixtures/responses/whois.nic.net.sb/sb/property_status_ok.txt +83 -0
- data/spec/fixtures/responses/whois.nic.net.sb/sb/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.net.sb/sb/status_available.txt +11 -0
- data/spec/fixtures/responses/whois.nic.net.sb/sb/status_registered.expected +45 -0
- data/spec/fixtures/responses/whois.nic.net.sb/sb/status_registered.txt +83 -0
- data/spec/fixtures/responses/whois.nic.nf/nf/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.nf/nf/status_available.txt +10 -0
- data/spec/fixtures/responses/whois.nic.nf/nf/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois.nic.nf/nf/status_registered.txt +52 -0
- data/spec/fixtures/responses/whois.nic.org.uy/uy/property_updated_on_empty.expected +2 -0
- data/spec/fixtures/responses/whois.nic.org.uy/uy/property_updated_on_empty.txt +27 -0
- data/spec/fixtures/responses/whois.nic.org.uy/uy/response_is_error.txt +27 -0
- data/spec/fixtures/responses/whois.nic.org.uy/uy/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.org.uy/uy/status_available.txt +12 -0
- data/spec/fixtures/responses/whois.nic.org.uy/uy/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.nic.org.uy/uy/status_registered.txt +48 -0
- data/spec/fixtures/responses/whois.nic.pm/pm/property_nameservers_with_ipv4_and_ipv6.expected +15 -0
- data/spec/fixtures/responses/whois.nic.pm/pm/property_nameservers_with_ipv4_and_ipv6.txt +88 -0
- data/spec/fixtures/responses/whois.nic.pm/pm/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.nic.pm/pm/response_throttled.txt +21 -0
- data/spec/fixtures/responses/whois.nic.pm/pm/status_available.expected +36 -0
- data/spec/fixtures/responses/whois.nic.pm/pm/status_available.txt +19 -0
- data/spec/fixtures/responses/whois.nic.pm/pm/status_registered.expected +84 -0
- data/spec/fixtures/responses/whois.nic.pm/pm/status_registered.txt +91 -0
- data/spec/fixtures/responses/whois.nic.pr/pr/response_error.txt +25 -0
- data/spec/fixtures/responses/whois.nic.pr/pr/status_available.expected +43 -0
- data/spec/fixtures/responses/whois.nic.pr/pr/status_available.txt +25 -0
- data/spec/fixtures/responses/whois.nic.pr/pr/status_registered.expected +53 -0
- data/spec/fixtures/responses/whois.nic.pr/pr/status_registered.txt +31 -0
- data/spec/fixtures/responses/whois.nic.priv.at/at/status_available.expected +22 -0
- data/spec/fixtures/responses/whois.nic.priv.at/at/status_available.txt +7 -0
- data/spec/fixtures/responses/whois.nic.priv.at/at/status_registered.expected +23 -0
- data/spec/fixtures/responses/whois.nic.priv.at/at/status_registered.txt +35 -0
- data/spec/fixtures/responses/whois.nic.pw/pw/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.nic.pw/pw/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.pw/pw/status_registered.expected +127 -0
- data/spec/fixtures/responses/whois.nic.pw/pw/status_registered.txt +85 -0
- data/spec/fixtures/responses/whois.nic.re/re/property_nameservers_with_ipv4_and_ipv6.expected +15 -0
- data/spec/fixtures/responses/whois.nic.re/re/property_nameservers_with_ipv4_and_ipv6.txt +83 -0
- data/spec/fixtures/responses/whois.nic.re/re/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.nic.re/re/response_throttled.txt +21 -0
- data/spec/fixtures/responses/whois.nic.re/re/status_available.expected +36 -0
- data/spec/fixtures/responses/whois.nic.re/re/status_available.txt +19 -0
- data/spec/fixtures/responses/whois.nic.re/re/status_registered.expected +84 -0
- data/spec/fixtures/responses/whois.nic.re/re/status_registered.txt +96 -0
- data/spec/fixtures/responses/whois.nic.sh/sh/status_available.expected +48 -0
- data/spec/fixtures/responses/whois.nic.sh/sh/status_available.txt +8 -0
- data/spec/fixtures/responses/whois.nic.sh/sh/status_registered.expected +75 -0
- data/spec/fixtures/responses/whois.nic.sh/sh/status_registered.txt +32 -0
- data/spec/fixtures/responses/whois.nic.sl/sl/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.sl/sl/status_available.txt +39 -0
- data/spec/fixtures/responses/whois.nic.sl/sl/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.nic.sl/sl/status_registered.txt +80 -0
- data/spec/fixtures/responses/whois.nic.sm/sm/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.sm/sm/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.sm/sm/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.nic.sm/sm/status_registered.txt +30 -0
- data/spec/fixtures/responses/whois.nic.sn/sn/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.nic.sn/sn/status_available.txt +3 -0
- data/spec/fixtures/responses/whois.nic.sn/sn/status_registered.expected +73 -0
- data/spec/fixtures/responses/whois.nic.sn/sn/status_registered.txt +14 -0
- data/spec/fixtures/responses/whois.nic.so/so/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.so/so/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.so/so/status_registered.expected +34 -0
- data/spec/fixtures/responses/whois.nic.so/so/status_registered.txt +22 -0
- data/spec/fixtures/responses/whois.nic.space/space/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.nic.space/space/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.space/space/status_registered.expected +117 -0
- data/spec/fixtures/responses/whois.nic.space/space/status_registered.txt +86 -0
- data/spec/fixtures/responses/whois.nic.st/st/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.st/st/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.st/st/status_registered.expected +32 -0
- data/spec/fixtures/responses/whois.nic.st/st/status_registered.txt +90 -0
- data/spec/fixtures/responses/whois.nic.tc/tc/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.tc/tc/status_available.txt +12 -0
- data/spec/fixtures/responses/whois.nic.tc/tc/status_registered.expected +48 -0
- data/spec/fixtures/responses/whois.nic.tc/tc/status_registered.txt +87 -0
- data/spec/fixtures/responses/whois.nic.tech/tech/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.nic.tech/tech/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.tech/tech/status_registered.expected +115 -0
- data/spec/fixtures/responses/whois.nic.tech/tech/status_registered.txt +74 -0
- data/spec/fixtures/responses/whois.nic.tel/tel/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.nic.tel/tel/status_available.txt +59 -0
- data/spec/fixtures/responses/whois.nic.tel/tel/status_registered.expected +103 -0
- data/spec/fixtures/responses/whois.nic.tel/tel/status_registered.txt +125 -0
- data/spec/fixtures/responses/whois.nic.tl/tl/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.nic.tl/tl/status_available.txt +22 -0
- data/spec/fixtures/responses/whois.nic.tl/tl/status_registered.expected +45 -0
- data/spec/fixtures/responses/whois.nic.tl/tl/status_registered.txt +76 -0
- data/spec/fixtures/responses/whois.nic.tm/tm/status_available.expected +48 -0
- data/spec/fixtures/responses/whois.nic.tm/tm/status_available.txt +5 -0
- data/spec/fixtures/responses/whois.nic.tm/tm/status_registered.expected +57 -0
- data/spec/fixtures/responses/whois.nic.tm/tm/status_registered.txt +12 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/property_contact_organization.txt +50 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/property_contact_person.txt +42 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/property_nameservers_with_ip.expected +12 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/property_nameservers_with_ip.txt +52 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/property_nameservers_with_trailing_space.expected +7 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/property_nameservers_with_trailing_space.txt +42 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_outside_cityinoneline.expected +17 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_outside_cityinoneline.txt +48 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_outside_citynextline.expected +17 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_outside_citynextline.txt +50 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_turkey.expected +17 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_turkey.txt +50 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/response_error_invalid_input.expected +8 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/response_error_invalid_input.txt +1 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/status_available.expected +51 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/status_invalid.expected +51 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/status_invalid.txt +1 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/status_registered.expected +103 -0
- data/spec/fixtures/responses/whois.nic.tr/tr/status_registered.txt +50 -0
- data/spec/fixtures/responses/whois.nic.travel/travel/property_status_multiple.expected +2 -0
- data/spec/fixtures/responses/whois.nic.travel/travel/property_status_multiple.txt +83 -0
- data/spec/fixtures/responses/whois.nic.travel/travel/property_status_single.expected +2 -0
- data/spec/fixtures/responses/whois.nic.travel/travel/property_status_single.txt +75 -0
- data/spec/fixtures/responses/whois.nic.travel/travel/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.nic.travel/travel/status_available.txt +25 -0
- data/spec/fixtures/responses/whois.nic.travel/travel/status_registered.expected +98 -0
- data/spec/fixtures/responses/whois.nic.travel/travel/status_registered.txt +76 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_nameservers_with_ip.expected +9 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_nameservers_with_ip.txt +52 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_registrant_type_individual.txt +45 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_registrant_type_unknown.txt +50 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_registrar_godaddy.expected +6 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_registrar_godaddy.txt +47 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_registrar_without_trading_name.expected +6 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_registrar_without_trading_name.txt +48 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_missing.expected +8 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_missing.txt +20 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_no_longer_required.expected +8 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_no_longer_required.txt +49 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_no_status_listed.expected +8 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_no_status_listed.txt +48 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_processing_registration.expected +8 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_processing_registration.txt +49 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_processing_renewal.expected +8 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_processing_renewal.txt +49 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_registered_until_expiry_date.expected +8 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_registered_until_expiry_date.txt +50 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_suspended.expected +8 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/property_status_suspended.txt +51 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/response_throttled.txt +9 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/status_available.expected +38 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/status_available.txt +20 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/status_invalid.expected +9 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/status_invalid.txt +22 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/status_registered.expected +68 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/status_registered.txt +50 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/status_reserved.expected +71 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/status_reserved.txt +48 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/status_suspended.expected +34 -0
- data/spec/fixtures/responses/whois.nic.uk/uk/status_suspended.txt +51 -0
- data/spec/fixtures/responses/whois.nic.us/us/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.nic.us/us/status_available.txt +29 -0
- data/spec/fixtures/responses/whois.nic.us/us/status_registered.expected +101 -0
- data/spec/fixtures/responses/whois.nic.us/us/status_registered.txt +102 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_expires_on_missing.expected +2 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_expires_on_missing.txt +48 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_nameservers.expected +7 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_nameservers.txt +48 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_nameservers_missing.expected +3 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_nameservers_missing.txt +45 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_status_activo.expected +8 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_status_activo.txt +45 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_status_missing.expected +8 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_status_missing.txt +10 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_status_suspendido.expected +8 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_status_suspendido.txt +49 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_updated_on.expected +3 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_updated_on.txt +48 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_updated_on_blank.expected +2 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/property_updated_on_blank.txt +45 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/status_available.txt +10 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/status_inactive.expected +30 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/status_inactive.txt +49 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/status_registered.expected +25 -0
- data/spec/fixtures/responses/whois.nic.ve/ve/status_registered.txt +45 -0
- data/spec/fixtures/responses/whois.nic.wed/wed/status_available.txt +9 -0
- data/spec/fixtures/responses/whois.nic.wed/wed/status_registered.txt +67 -0
- data/spec/fixtures/responses/whois.nic.wf/wf/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.nic.wf/wf/response_throttled.txt +21 -0
- data/spec/fixtures/responses/whois.nic.wf/wf/status_available.expected +36 -0
- data/spec/fixtures/responses/whois.nic.wf/wf/status_available.txt +19 -0
- data/spec/fixtures/responses/whois.nic.wf/wf/status_registered.expected +96 -0
- data/spec/fixtures/responses/whois.nic.wf/wf/status_registered.txt +91 -0
- data/spec/fixtures/responses/whois.nic.xxx/xxx/status_available.expected +54 -0
- data/spec/fixtures/responses/whois.nic.xxx/xxx/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.xxx/xxx/status_registered.expected +107 -0
- data/spec/fixtures/responses/whois.nic.xxx/xxx/status_registered.txt +66 -0
- data/spec/fixtures/responses/whois.nic.xxx/xxx/status_reserved.expected +12 -0
- data/spec/fixtures/responses/whois.nic.xxx/xxx/status_reserved.txt +1 -0
- data/spec/fixtures/responses/whois.nic.xyz/xyz/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.nic.xyz/xyz/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.xyz/xyz/status_registered.expected +124 -0
- data/spec/fixtures/responses/whois.nic.xyz/xyz/status_registered.txt +73 -0
- data/spec/fixtures/responses/whois.norid.no/no/status_available.expected +18 -0
- data/spec/fixtures/responses/whois.norid.no/no/status_available.txt +5 -0
- data/spec/fixtures/responses/whois.norid.no/no/status_registered.expected +20 -0
- data/spec/fixtures/responses/whois.norid.no/no/status_registered.txt +38 -0
- data/spec/fixtures/responses/whois.pairnic.com/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.pairnic.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.pairnic.com/status_registered.expected +97 -0
- data/spec/fixtures/responses/whois.pairnic.com/status_registered.txt +70 -0
- data/spec/fixtures/responses/whois.pandi.or.id/id/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.pandi.or.id/id/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.pandi.or.id/id/status_registered.expected +115 -0
- data/spec/fixtures/responses/whois.pandi.or.id/id/status_registered.txt +66 -0
- data/spec/fixtures/responses/whois.pir.org/org/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.pir.org/org/response_throttled.txt +1 -0
- data/spec/fixtures/responses/whois.pir.org/org/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.pir.org/org/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.pir.org/org/status_registered.expected +106 -0
- data/spec/fixtures/responses/whois.pir.org/org/status_registered.txt +67 -0
- data/spec/fixtures/responses/whois.pnina.ps/ps/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.pnina.ps/ps/status_available.txt +21 -0
- data/spec/fixtures/responses/whois.pnina.ps/ps/status_registered.expected +52 -0
- data/spec/fixtures/responses/whois.pnina.ps/ps/status_registered.txt +96 -0
- data/spec/fixtures/responses/whois.register.bg/bg/property_nameservers_with_ip.expected +9 -0
- data/spec/fixtures/responses/whois.register.bg/bg/property_nameservers_with_ip.txt +42 -0
- data/spec/fixtures/responses/whois.register.bg/bg/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.register.bg/bg/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.register.bg/bg/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.register.bg/bg/status_registered.txt +45 -0
- data/spec/fixtures/responses/whois.register.com/registered_without_updated_on.expected +3 -0
- data/spec/fixtures/responses/whois.register.com/registered_without_updated_on.txt +92 -0
- data/spec/fixtures/responses/whois.register.com/status_registered.expected +101 -0
- data/spec/fixtures/responses/whois.register.com/status_registered.txt +92 -0
- data/spec/fixtures/responses/whois.register.si/si/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.register.si/si/status_available.txt +30 -0
- data/spec/fixtures/responses/whois.register.si/si/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.register.si/si/status_registered.txt +51 -0
- data/spec/fixtures/responses/whois.registre.ma/ma/status_available.expected +18 -0
- data/spec/fixtures/responses/whois.registre.ma/ma/status_available.txt +2 -0
- data/spec/fixtures/responses/whois.registre.ma/ma/status_registered.expected +20 -0
- data/spec/fixtures/responses/whois.registre.ma/ma/status_registered.txt +18 -0
- data/spec/fixtures/responses/whois.registro.br/br/property_nameservers_with_ip.expected +15 -0
- data/spec/fixtures/responses/whois.registro.br/br/property_nameservers_with_ip.txt +50 -0
- data/spec/fixtures/responses/whois.registro.br/br/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.registro.br/br/status_available.txt +18 -0
- data/spec/fixtures/responses/whois.registro.br/br/status_available_limited.expected +5 -0
- data/spec/fixtures/responses/whois.registro.br/br/status_available_limited.txt +22 -0
- data/spec/fixtures/responses/whois.registro.br/br/status_registered.expected +95 -0
- data/spec/fixtures/responses/whois.registro.br/br/status_registered.txt +56 -0
- data/spec/fixtures/responses/whois.registro.br/br/status_registered_limited.expected +5 -0
- data/spec/fixtures/responses/whois.registro.br/br/status_registered_limited.txt +23 -0
- data/spec/fixtures/responses/whois.registry.gy/gy/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.registry.gy/gy/status_available.txt +16 -0
- data/spec/fixtures/responses/whois.registry.gy/gy/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois.registry.gy/gy/status_registered.txt +87 -0
- data/spec/fixtures/responses/whois.registry.hm/hm/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.registry.hm/hm/status_available.txt +31 -0
- data/spec/fixtures/responses/whois.registry.hm/hm/status_registered.expected +29 -0
- data/spec/fixtures/responses/whois.registry.hm/hm/status_registered.txt +78 -0
- data/spec/fixtures/responses/whois.registry.om/om/status_available.expected +49 -0
- data/spec/fixtures/responses/whois.registry.om/om/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.registry.om/om/status_registered.expected +94 -0
- data/spec/fixtures/responses/whois.registry.om/om/status_registered.txt +23 -0
- data/spec/fixtures/responses/whois.registry.om/om/status_reserved.expected +12 -0
- data/spec/fixtures/responses/whois.registry.om/om/status_reserved.txt +1 -0
- data/spec/fixtures/responses/whois.registry.qa/qa/property_nameservers_without_ips.expected +12 -0
- data/spec/fixtures/responses/whois.registry.qa/qa/property_nameservers_without_ips.txt +22 -0
- data/spec/fixtures/responses/whois.registry.qa/qa/status_available.expected +49 -0
- data/spec/fixtures/responses/whois.registry.qa/qa/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.registry.qa/qa/status_registered.expected +84 -0
- data/spec/fixtures/responses/whois.registry.qa/qa/status_registered.txt +21 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/case_token_whois_privacy.expected +11 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/case_token_whois_privacy.txt +36 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/property_nameservers_hyphenated.expected +9 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/property_nameservers_hyphenated.txt +36 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/property_status_expired.expected +8 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/property_status_expired.txt +37 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/property_status_in_transfer.expected +8 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/property_status_in_transfer.txt +37 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/property_status_locked.expected +8 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/property_status_locked.txt +40 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/status_registered.expected +87 -0
- data/spec/fixtures/responses/whois.rnids.rs/rs/status_registered.txt +44 -0
- data/spec/fixtures/responses/whois.rotld.ro/ro/property_status_updateprohibited.expected +8 -0
- data/spec/fixtures/responses/whois.rotld.ro/ro/property_status_updateprohibited.txt +28 -0
- data/spec/fixtures/responses/whois.rotld.ro/ro/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.rotld.ro/ro/status_available.txt +17 -0
- data/spec/fixtures/responses/whois.rotld.ro/ro/status_registered.expected +39 -0
- data/spec/fixtures/responses/whois.rotld.ro/ro/status_registered.txt +28 -0
- data/spec/fixtures/responses/whois.rrpproxy.net/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.rrpproxy.net/status_available.txt +43 -0
- data/spec/fixtures/responses/whois.rrpproxy.net/status_registered.expected +109 -0
- data/spec/fixtures/responses/whois.rrpproxy.net/status_registered.txt +85 -0
- data/spec/fixtures/responses/whois.safenames.net/status_registered.expected +106 -0
- data/spec/fixtures/responses/whois.safenames.net/status_registered.txt +139 -0
- data/spec/fixtures/responses/whois.schlund.info/registered_without_update_on.expected +2 -0
- data/spec/fixtures/responses/whois.schlund.info/registered_without_update_on.txt +66 -0
- data/spec/fixtures/responses/whois.schlund.info/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.schlund.info/status_available.txt +21 -0
- data/spec/fixtures/responses/whois.schlund.info/status_registered.expected +101 -0
- data/spec/fixtures/responses/whois.schlund.info/status_registered.txt +66 -0
- data/spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_1.expected +11 -0
- data/spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_1.txt +98 -0
- data/spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_with_ip.expected +12 -0
- data/spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_with_ip.txt +94 -0
- data/spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_2.expected +11 -0
- data/spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_2.txt +94 -0
- data/spec/fixtures/responses/whois.sgnic.sg/sg/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.sgnic.sg/sg/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.sgnic.sg/sg/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.sgnic.sg/sg/status_registered.txt +54 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_dakt.expected +8 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_dakt.txt +25 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_exp.expected +8 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_exp.txt +27 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_held.expected +8 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_held.txt +17 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_lnot.expected +8 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_lnot.txt +26 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_ok.expected +8 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_ok.txt +27 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_ta.expected +8 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_ta.txt +25 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_warn.expected +8 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_warn.txt +24 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/status_available.txt +7 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/sk/status_registered.txt +27 -0
- data/spec/fixtures/responses/whois.smallregistry.net/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.smallregistry.net/status_available.txt +21 -0
- data/spec/fixtures/responses/whois.smallregistry.net/status_registered.expected +91 -0
- data/spec/fixtures/responses/whois.smallregistry.net/status_registered.txt +89 -0
- data/spec/fixtures/responses/whois.srs.net.nz/nz/property_status_pendingrelease.expected +8 -0
- data/spec/fixtures/responses/whois.srs.net.nz/nz/property_status_pendingrelease.txt +68 -0
- data/spec/fixtures/responses/whois.srs.net.nz/nz/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.srs.net.nz/nz/response_throttled.txt +27 -0
- data/spec/fixtures/responses/whois.srs.net.nz/nz/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.srs.net.nz/nz/status_available.txt +27 -0
- data/spec/fixtures/responses/whois.srs.net.nz/nz/status_invalid.expected +34 -0
- data/spec/fixtures/responses/whois.srs.net.nz/nz/status_invalid.txt +27 -0
- data/spec/fixtures/responses/whois.srs.net.nz/nz/status_registered.expected +113 -0
- data/spec/fixtures/responses/whois.srs.net.nz/nz/status_registered.txt +73 -0
- data/spec/fixtures/responses/whois.sx/sx/property_status_premium_name.expected +8 -0
- data/spec/fixtures/responses/whois.sx/sx/property_status_premium_name.txt +46 -0
- data/spec/fixtures/responses/whois.sx/sx/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.sx/sx/status_available.txt +46 -0
- data/spec/fixtures/responses/whois.sx/sx/status_registered.expected +111 -0
- data/spec/fixtures/responses/whois.sx/sx/status_registered.txt +80 -0
- data/spec/fixtures/responses/whois.sx/sx/status_unavailable.expected +8 -0
- data/spec/fixtures/responses/whois.sx/sx/status_unavailable.txt +46 -0
- data/spec/fixtures/responses/whois.tcinet.ru/ru/property_nameservers_with_ip.expected +12 -0
- data/spec/fixtures/responses/whois.tcinet.ru/ru/property_nameservers_with_ip.txt +22 -0
- data/spec/fixtures/responses/whois.tcinet.ru/ru/status_available.expected +44 -0
- data/spec/fixtures/responses/whois.tcinet.ru/ru/status_available.txt +9 -0
- data/spec/fixtures/responses/whois.tcinet.ru/ru/status_registered.expected +60 -0
- data/spec/fixtures/responses/whois.tcinet.ru/ru/status_registered.txt +21 -0
- data/spec/fixtures/responses/whois.tcinet.ru/su/status_available.expected +44 -0
- data/spec/fixtures/responses/whois.tcinet.ru/su/status_available.txt +9 -0
- data/spec/fixtures/responses/whois.tcinet.ru/su/status_registered.expected +60 -0
- data/spec/fixtures/responses/whois.tcinet.ru/su/status_registered.txt +20 -0
- data/spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_available.expected +44 -0
- data/spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_available.txt +9 -0
- data/spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_registered.expected +63 -0
- data/spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_registered.txt +20 -0
- data/spec/fixtures/responses/whois.thnic.co.th/th/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.thnic.co.th/th/status_available.txt +4 -0
- data/spec/fixtures/responses/whois.thnic.co.th/th/status_registered.expected +34 -0
- data/spec/fixtures/responses/whois.thnic.co.th/th/status_registered.txt +24 -0
- data/spec/fixtures/responses/whois.tld.ee/ee/property_status_serverhold.expected +123 -0
- data/spec/fixtures/responses/whois.tld.ee/ee/property_status_serverhold.txt +44 -0
- data/spec/fixtures/responses/whois.tld.ee/ee/status_available.expected +49 -0
- data/spec/fixtures/responses/whois.tld.ee/ee/status_available.txt +5 -0
- data/spec/fixtures/responses/whois.tld.ee/ee/status_expired.expected +108 -0
- data/spec/fixtures/responses/whois.tld.ee/ee/status_expired.txt +46 -0
- data/spec/fixtures/responses/whois.tld.ee/ee/status_registered.expected +115 -0
- data/spec/fixtures/responses/whois.tld.ee/ee/status_registered.txt +47 -0
- data/spec/fixtures/responses/whois.tld.sy/sy/status_available.expected +34 -0
- data/spec/fixtures/responses/whois.tld.sy/sy/status_available.txt +6 -0
- data/spec/fixtures/responses/whois.tld.sy/sy/status_registered.expected +44 -0
- data/spec/fixtures/responses/whois.tld.sy/sy/status_registered.txt +25 -0
- data/spec/fixtures/responses/whois.tonic.to/to/response_incomplete.expected +6 -0
- data/spec/fixtures/responses/whois.tonic.to/to/response_incomplete.txt +1 -0
- data/spec/fixtures/responses/whois.tonic.to/to/status_available.expected +50 -0
- data/spec/fixtures/responses/whois.tonic.to/to/status_available.txt +2 -0
- data/spec/fixtures/responses/whois.tonic.to/to/status_registered.expected +50 -0
- data/spec/fixtures/responses/whois.tonic.to/to/status_registered.txt +3 -0
- data/spec/fixtures/responses/whois.tucows.com/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.tucows.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.tucows.com/status_registered.expected +99 -0
- data/spec/fixtures/responses/whois.tucows.com/status_registered.txt +102 -0
- data/spec/fixtures/responses/whois.twnic.net.tw/tw/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.twnic.net.tw/tw/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.twnic.net.tw/tw/status_registered.expected +33 -0
- data/spec/fixtures/responses/whois.twnic.net.tw/tw/status_registered.txt +32 -0
- data/spec/fixtures/responses/whois.tznic.or.tz/tz/property_status_expired.expected +8 -0
- data/spec/fixtures/responses/whois.tznic.or.tz/tz/property_status_expired.txt +56 -0
- data/spec/fixtures/responses/whois.tznic.or.tz/tz/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.tznic.or.tz/tz/status_available.txt +15 -0
- data/spec/fixtures/responses/whois.tznic.or.tz/tz/status_registered.expected +102 -0
- data/spec/fixtures/responses/whois.tznic.or.tz/tz/status_registered.txt +53 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_clienthold.expected +8 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_clienthold.txt +106 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_clienttransferprohibited.expected +8 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_clienttransferprohibited.txt +99 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_graceperiod.expected +8 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_graceperiod.txt +106 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_ok.expected +8 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_ok.txt +92 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_pendingdelete.expected +8 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_pendingdelete.txt +107 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_redemptionperiod.expected +8 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/property_status_redemptionperiod.txt +76 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/status_available.txt +8 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/status_registered.expected +105 -0
- data/spec/fixtures/responses/whois.ua/ua/uaepp/status_registered.txt +92 -0
- data/spec/fixtures/responses/whois.ua/ua/uanic/property_contacts_multiple.expected +36 -0
- data/spec/fixtures/responses/whois.ua/ua/uanic/property_contacts_multiple.txt +83 -0
- data/spec/fixtures/responses/whois.ua/ua/uanic/status_registered.expected +85 -0
- data/spec/fixtures/responses/whois.ua/ua/uanic/status_registered.txt +83 -0
- data/spec/fixtures/responses/whois.udag.net/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.udag.net/status_available.txt +22 -0
- data/spec/fixtures/responses/whois.udag.net/status_registered.expected +108 -0
- data/spec/fixtures/responses/whois.udag.net/status_registered.txt +78 -0
- data/spec/fixtures/responses/whois.uniregistry.net/tattoo/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.uniregistry.net/tattoo/status_available.txt +39 -0
- data/spec/fixtures/responses/whois.uniregistry.net/tattoo/status_registered.expected +118 -0
- data/spec/fixtures/responses/whois.uniregistry.net/tattoo/status_registered.txt +95 -0
- data/spec/fixtures/responses/whois.uniregistry.net/tattoo/status_unavailable.txt +36 -0
- data/spec/fixtures/responses/whois.usp.ac.fj/fj/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.usp.ac.fj/fj/status_available.txt +18 -0
- data/spec/fixtures/responses/whois.usp.ac.fj/fj/status_registered.expected +32 -0
- data/spec/fixtures/responses/whois.usp.ac.fj/fj/status_registered.txt +26 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/com/property_nameserver_no_nameserver.expected +3 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/com/property_nameserver_no_nameserver.txt +67 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/com/property_status_pendingdelete.txt +53 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/com/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/com/status_available.txt +43 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/com/status_registered.expected +69 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/com/status_registered.txt +60 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/net/status_available.expected +46 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/net/status_available.txt +43 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/net/status_registered.expected +69 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/net/status_registered.txt +60 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/response_unavailable.expected +2 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/response_unavailable.txt +13 -0
- data/spec/fixtures/responses/whois.verisign-grs.com/status_registered.txt +53 -0
- data/spec/fixtures/responses/whois.website.ws/ws/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.website.ws/ws/status_available.txt +12 -0
- data/spec/fixtures/responses/whois.website.ws/ws/status_registered.expected +34 -0
- data/spec/fixtures/responses/whois.website.ws/ws/status_registered.txt +34 -0
- data/spec/fixtures/responses/whois.wildwestdomains.com/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.wildwestdomains.com/status_available.txt +21 -0
- data/spec/fixtures/responses/whois.wildwestdomains.com/status_registered.expected +114 -0
- data/spec/fixtures/responses/whois.wildwestdomains.com/status_registered.txt +92 -0
- data/spec/fixtures/responses/whois.yoursrs.com/status_available.expected +47 -0
- data/spec/fixtures/responses/whois.yoursrs.com/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.yoursrs.com/status_registered.expected +97 -0
- data/spec/fixtures/responses/whois.yoursrs.com/status_registered.txt +53 -0
- data/spec/fixtures/responses/whois.yoursrs.com/status_registered_with_no_last_updated.expected +2 -0
- data/spec/fixtures/responses/whois.yoursrs.com/status_registered_with_no_last_updated.txt +53 -0
- data/spec/fixtures/responses/whois.za.net/za.net/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.za.net/za.net/status_available.txt +9 -0
- data/spec/fixtures/responses/whois.za.net/za.net/status_registered.expected +29 -0
- data/spec/fixtures/responses/whois.za.net/za.net/status_registered.txt +42 -0
- data/spec/fixtures/responses/whois.za.org/za.org/status_available.expected +23 -0
- data/spec/fixtures/responses/whois.za.org/za.org/status_available.txt +9 -0
- data/spec/fixtures/responses/whois.za.org/za.org/status_registered.expected +31 -0
- data/spec/fixtures/responses/whois.za.org/za.org/status_registered.txt +44 -0
- data/spec/fixtures/responses/whois1.nic.bi/bi/status_available.expected +34 -0
- data/spec/fixtures/responses/whois1.nic.bi/bi/status_available.txt +10 -0
- data/spec/fixtures/responses/whois1.nic.bi/bi/status_registered.expected +49 -0
- data/spec/fixtures/responses/whois1.nic.bi/bi/status_registered.txt +79 -0
- data/spec/integration/whois_spec.rb +73 -0
- data/spec/spec_helper.rb +20 -0
- data/spec/support/example/parser_example_group.rb +39 -0
- data/spec/support/helpers/spec_helper.rb +31 -0
- data/spec/support/matchers/support_property.rb +5 -0
- data/spec/tlds.yml +1400 -0
- data/spec/whois/parser/contact_spec.rb +51 -0
- data/spec/whois/parser/nameserver_spec.rb +55 -0
- data/spec/whois/parser/registrar_spec.rb +50 -0
- data/spec/whois/parser/super_struct_spec.rb +27 -0
- data/spec/whois/parser_extensions/parser_spec.rb +31 -0
- data/spec/whois/parser_extensions/record_spec.rb +307 -0
- data/spec/whois/parser_extensions/whois_spec.rb +72 -0
- data/spec/whois/parser_spec.rb +438 -0
- data/spec/whois/parsers/base_spec.rb +260 -0
- data/spec/whois/parsers/blank_spec.rb +18 -0
- data/spec/whois/parsers/responses/capetown-whois.registry.net.za/capetown/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/capetown-whois.registry.net.za/capetown/status_registered_spec.rb +153 -0
- data/spec/whois/parsers/responses/ccwhois.ksregistry.net/vg/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/ccwhois.ksregistry.net/vg/status_registered_spec.rb +161 -0
- data/spec/whois/parsers/responses/ccwhois.verisign-grs.com/cc/property_nameserver_no_nameserver_spec.rb +30 -0
- data/spec/whois/parsers/responses/ccwhois.verisign-grs.com/cc/status_available_spec.rb +90 -0
- data/spec/whois/parsers/responses/ccwhois.verisign-grs.com/cc/status_registered_spec.rb +113 -0
- data/spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/property_contact_fax_empty_spec.rb +44 -0
- data/spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/status_registered_spec.rb +158 -0
- data/spec/whois/parsers/responses/durban-whois.registry.net.za/durban/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/durban-whois.registry.net.za/durban/status_registered_spec.rb +156 -0
- data/spec/whois/parsers/responses/joburg-whois.registry.net.za/joburg/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/joburg-whois.registry.net.za/joburg/status_registered_spec.rb +157 -0
- data/spec/whois/parsers/responses/kero.yachay.pe/pe/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/kero.yachay.pe/pe/status_available_spec.rb +65 -0
- data/spec/whois/parsers/responses/kero.yachay.pe/pe/status_inactive_spec.rb +66 -0
- data/spec/whois/parsers/responses/kero.yachay.pe/pe/status_registered_spec.rb +73 -0
- data/spec/whois/parsers/responses/kero.yachay.pe/pe/status_suspended_spec.rb +65 -0
- data/spec/whois/parsers/responses/org-whois.registry.net.za/org.za/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/org-whois.registry.net.za/org.za/status_registered_spec.rb +158 -0
- data/spec/whois/parsers/responses/tvwhois.verisign-grs.com/tv/property_nameserver_no_nameserver_spec.rb +30 -0
- data/spec/whois/parsers/responses/tvwhois.verisign-grs.com/tv/status_available_spec.rb +90 -0
- data/spec/whois/parsers/responses/tvwhois.verisign-grs.com/tv/status_registered_spec.rb +109 -0
- data/spec/whois/parsers/responses/whois.1und1.info/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.1und1.info/status_registered_spec.rb +147 -0
- data/spec/whois/parsers/responses/whois.35.com/status_registered_spec.rb +140 -0
- data/spec/whois/parsers/responses/whois.aeda.net.ae/ae/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.aeda.net.ae/ae/status_registered_spec.rb +64 -0
- data/spec/whois/parsers/responses/whois.aero/status_available_spec.rb +103 -0
- data/spec/whois/parsers/responses/whois.aero/status_registered_spec.rb +157 -0
- data/spec/whois/parsers/responses/whois.aero/status_reserved_spec.rb +103 -0
- data/spec/whois/parsers/responses/whois.afilias-grs.info/bz/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.afilias-grs.info/bz/status_registered_spec.rb +113 -0
- data/spec/whois/parsers/responses/whois.afilias-grs.info/gi/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.afilias-grs.info/gi/status_registered_spec.rb +148 -0
- data/spec/whois/parsers/responses/whois.afilias-grs.info/lc/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.afilias-grs.info/lc/status_registered_spec.rb +148 -0
- data/spec/whois/parsers/responses/whois.afilias-grs.info/mn/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.afilias-grs.info/mn/status_registered_spec.rb +152 -0
- data/spec/whois/parsers/responses/whois.afilias-grs.info/sc/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.afilias-grs.info/sc/status_registered_spec.rb +151 -0
- data/spec/whois/parsers/responses/whois.afilias-grs.info/vc/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.afilias-grs.info/vc/status_registered_spec.rb +152 -0
- data/spec/whois/parsers/responses/whois.afilias.net/info/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.afilias.net/info/status_registered_spec.rb +152 -0
- data/spec/whois/parsers/responses/whois.afilias.net/info/status_reserved_spec.rb +34 -0
- data/spec/whois/parsers/responses/whois.afilias.net/pro/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.afilias.net/pro/status_registered_spec.rb +152 -0
- data/spec/whois/parsers/responses/whois.afilias.net/pro/status_reserved_spec.rb +34 -0
- data/spec/whois/parsers/responses/whois.amnic.net/am/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.amnic.net/am/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.ascio.com/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.ascio.com/status_registered_spec.rb +144 -0
- data/spec/whois/parsers/responses/whois.ati.tn/tn/property_contact_updated_none_spec.rb +35 -0
- data/spec/whois/parsers/responses/whois.ati.tn/tn/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.ati.tn/tn/status_registered_spec.rb +163 -0
- data/spec/whois/parsers/responses/whois.audns.net.au/au/property_status_with_multiple_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.audns.net.au/au/status_available_spec.rb +97 -0
- data/spec/whois/parsers/responses/whois.audns.net.au/au/status_registered_spec.rb +141 -0
- data/spec/whois/parsers/responses/whois.ax/ax/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.ax/ax/status_registered_spec.rb +69 -0
- data/spec/whois/parsers/responses/whois.biz/biz/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.biz/biz/status_registered_spec.rb +148 -0
- data/spec/whois/parsers/responses/whois.bnnic.bn/bn/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.bnnic.bn/bn/status_registered_spec.rb +79 -0
- data/spec/whois/parsers/responses/whois.cat/cat/property_status_missing_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.cat/cat/property_status_multiple_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.cat/cat/property_status_ok_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.cat/cat/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.cat/cat/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.cctld.by/by/status_available_spec.rb +95 -0
- data/spec/whois/parsers/responses/whois.cctld.by/by/status_registered_spec.rb +105 -0
- data/spec/whois/parsers/responses/whois.cctld.uz/uz/property_expires_on_dash_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.cctld.uz/uz/property_status_reserved_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.cctld.uz/uz/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.cctld.uz/uz/status_registered_spec.rb +67 -0
- data/spec/whois/parsers/responses/whois.cdmon.com/com/status_registered_spec.rb +141 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/ae.org/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/ae.org/status_registered_spec.rb +155 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/ar.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/ar.com/status_registered_spec.rb +159 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/br.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/br.com/status_registered_spec.rb +155 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/cn.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/cn.com/status_registered_spec.rb +151 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/de.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/de.com/status_registered_spec.rb +155 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/eu.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/eu.com/status_registered_spec.rb +161 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/gb.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/gb.com/status_registered_spec.rb +159 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/gb.net/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/gb.net/status_registered_spec.rb +165 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/gr.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/gr.com/status_registered_spec.rb +133 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/hu.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/hu.com/status_registered_spec.rb +151 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/jp.net/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/jp.net/status_registered_spec.rb +151 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/jpn.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/jpn.com/status_registered_spec.rb +155 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/kr.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/kr.com/status_registered_spec.rb +167 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/no.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/qc.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/qc.com/status_registered_spec.rb +155 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/ru.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/ru.com/status_registered_spec.rb +147 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/sa.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/sa.com/status_registered_spec.rb +151 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/se.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/se.com/status_registered_spec.rb +159 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/se.net/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/se.net/status_registered_spec.rb +161 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/uk.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/uk.com/status_registered_spec.rb +155 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/uk.net/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/uk.net/status_registered_spec.rb +155 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/us.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/us.com/status_registered_spec.rb +159 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/us.org/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/uy.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/uy.com/status_registered_spec.rb +151 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/za.com/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.centralnic.com/za.com/status_registered_spec.rb +151 -0
- data/spec/whois/parsers/responses/whois.cira.ca/ca/field_without_value_spec.rb +43 -0
- data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_autorenew_grace_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_available_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_pendingdelete_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_redemption_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_registered_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_tobereleased_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.cira.ca/ca/status_available_spec.rb +108 -0
- data/spec/whois/parsers/responses/whois.cira.ca/ca/status_invalid_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.cira.ca/ca/status_registered_spec.rb +162 -0
- data/spec/whois/parsers/responses/whois.cmc.iq/iq/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.cmc.iq/iq/status_registered_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.cnnic.cn/cn/property_status_ok_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.cnnic.cn/cn/property_status_reserved_list_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.cnnic.cn/cn/status_available_spec.rb +102 -0
- data/spec/whois/parsers/responses/whois.cnnic.cn/cn/status_registered_spec.rb +120 -0
- data/spec/whois/parsers/responses/whois.cnnic.cn/cn/status_reserved_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.co.ca/co.ca/status_available_spec.rb +65 -0
- data/spec/whois/parsers/responses/whois.co.ca/co.ca/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.co.ca/co.ca/status_reserved_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.co.pl/co.pl/status_available_spec.rb +95 -0
- data/spec/whois/parsers/responses/whois.co.pl/co.pl/status_registered_spec.rb +100 -0
- data/spec/whois/parsers/responses/whois.co.ug/ug/property_status_active_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.co.ug/ug/property_status_unconfirmed_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.co.ug/ug/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.co.ug/ug/status_registered_spec.rb +69 -0
- data/spec/whois/parsers/responses/whois.comlaude.com/status_registered_spec.rb +132 -0
- data/spec/whois/parsers/responses/whois.corporatedomains.com/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.corporatedomains.com/status_registered_spec.rb +158 -0
- data/spec/whois/parsers/responses/whois.denic.de/de/property_nameservers_with_ip_spec.rb +50 -0
- data/spec/whois/parsers/responses/whois.denic.de/de/response_error_55000000010_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.denic.de/de/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.denic.de/de/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.denic.de/de/status_failed_ace_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.denic.de/de/status_failed_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.denic.de/de/status_invalid_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.denic.de/de/status_registered_spec.rb +129 -0
- data/spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/property_status_deactivated_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/property_status_reserved_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/status_available_spec.rb +65 -0
- data/spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/status_registered_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.dns.be/be/property_nameservers_with_ip_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.dns.be/be/property_status_available_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.dns.be/be/property_status_not_available_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.dns.be/be/property_status_notallowed_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.dns.be/be/property_status_outofservice_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.dns.be/be/property_status_quarantine_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.dns.be/be/response_blocked_spec.rb +34 -0
- data/spec/whois/parsers/responses/whois.dns.be/be/response_throttled_hourly_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.dns.be/be/response_throttled_limit_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.dns.be/be/status_available_spec.rb +80 -0
- data/spec/whois/parsers/responses/whois.dns.be/be/status_invalid_spec.rb +80 -0
- data/spec/whois/parsers/responses/whois.dns.be/be/status_registered_spec.rb +92 -0
- data/spec/whois/parsers/responses/whois.dns.hr/hr/status_available_spec.rb +95 -0
- data/spec/whois/parsers/responses/whois.dns.hr/hr/status_registered_spec.rb +110 -0
- data/spec/whois/parsers/responses/whois.dns.lu/lu/property_nameservers_with_ip_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.dns.lu/lu/status_available_spec.rb +83 -0
- data/spec/whois/parsers/responses/whois.dns.lu/lu/status_registered_spec.rb +117 -0
- data/spec/whois/parsers/responses/whois.dns.pl/pl/property_expires_on_not_defined_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.dns.pl/pl/property_nameservers_with_ip_spec.rb +36 -0
- data/spec/whois/parsers/responses/whois.dns.pl/pl/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.dns.pl/pl/status_available_spec.rb +91 -0
- data/spec/whois/parsers/responses/whois.dns.pl/pl/status_registered_spec.rb +121 -0
- data/spec/whois/parsers/responses/whois.dns.pt/pt/property_nameservers_spec.rb +38 -0
- data/spec/whois/parsers/responses/whois.dns.pt/pt/property_status_techpro_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.dns.pt/pt/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.dns.pt/pt/status_inactive_spec.rb +62 -0
- data/spec/whois/parsers/responses/whois.dns.pt/pt/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.dns.pt/pt/status_reserved_spec.rb +61 -0
- data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/property_nameservers_with_ip_spec.rb +36 -0
- data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/property_status_inactive_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/response_throttled_daily_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/response_unavailable_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/status_available_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/status_redemption_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/status_registered_spec.rb +80 -0
- data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/case_token_application_pending_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/property_contacts_multiple_spec.rb +48 -0
- data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/property_contacts_not_matching_id_spec.rb +34 -0
- data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/property_nameservers_with_ip_spec.rb +48 -0
- data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/status_registered_spec.rb +118 -0
- data/spec/whois/parsers/responses/whois.domreg.lt/lt/property_nameservers_with_ip_spec.rb +42 -0
- data/spec/whois/parsers/responses/whois.domreg.lt/lt/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.domreg.lt/lt/status_registered_spec.rb +67 -0
- data/spec/whois/parsers/responses/whois.donuts.co/bike/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.donuts.co/bike/status_registered_spec.rb +156 -0
- data/spec/whois/parsers/responses/whois.dot.cf/cf/property_expires_on_blank_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.dot.cf/cf/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.dot.cf/cf/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.dot.tk/tk/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.dot.tk/tk/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.dotgov.gov/gov/status_available_spec.rb +59 -0
- data/spec/whois/parsers/responses/whois.dotgov.gov/gov/status_registered_spec.rb +59 -0
- data/spec/whois/parsers/responses/whois.dotmobiregistry.net/mobi/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.dotmobiregistry.net/mobi/status_registered_spec.rb +152 -0
- data/spec/whois/parsers/responses/whois.dotpostregistry.net/post/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.dotpostregistry.net/post/status_registered_spec.rb +148 -0
- data/spec/whois/parsers/responses/whois.dreamhost.com/property_contact_private_spec.rb +78 -0
- data/spec/whois/parsers/responses/whois.dreamhost.com/status_registered_spec.rb +132 -0
- data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_with_additional_organization_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_without_address_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_without_zip_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case1_spec.rb +43 -0
- data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case2_spec.rb +43 -0
- data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case3_spec.rb +43 -0
- data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case4_spec.rb +43 -0
- data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_spec.rb +43 -0
- data/spec/whois/parsers/responses/whois.educause.edu/edu/property_updated_on_unknown_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.educause.edu/edu/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.educause.edu/edu/status_registered_spec.rb +151 -0
- data/spec/whois/parsers/responses/whois.eenet.ee/ee/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.eenet.ee/ee/status_registered_spec.rb +66 -0
- data/spec/whois/parsers/responses/whois.enom.com/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.enom.com/status_registered_spec.rb +158 -0
- data/spec/whois/parsers/responses/whois.enom.com/status_registered_with_blank_updated_date_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.eu.org/eu.org/status_available_spec.rb +59 -0
- data/spec/whois/parsers/responses/whois.eu.org/eu.org/status_registered_spec.rb +59 -0
- data/spec/whois/parsers/responses/whois.eu/eu/property_nameservers_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.eu/eu/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.eu/eu/status_available_spec.rb +96 -0
- data/spec/whois/parsers/responses/whois.eu/eu/status_registered_spec.rb +116 -0
- data/spec/whois/parsers/responses/whois.fi/fi/property_status_graceperiod_spec.rb +119 -0
- data/spec/whois/parsers/responses/whois.fi/fi/status_available_spec.rb +96 -0
- data/spec/whois/parsers/responses/whois.fi/fi/status_registered_spec.rb +123 -0
- data/spec/whois/parsers/responses/whois.fi/fi/status_reserved_spec.rb +96 -0
- data/spec/whois/parsers/responses/whois.gandi.net/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.gandi.net/status_registered_spec.rb +161 -0
- data/spec/whois/parsers/responses/whois.gg/gg/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.gg/gg/status_registered_spec.rb +79 -0
- data/spec/whois/parsers/responses/whois.godaddy.com/status_registered_spec.rb +187 -0
- data/spec/whois/parsers/responses/whois.gov.za/gov.za/status_available_spec.rb +59 -0
- data/spec/whois/parsers/responses/whois.gov.za/gov.za/status_registered_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.hkirc.hk/hk/property_expires_on_null_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.hkirc.hk/hk/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.hkirc.hk/hk/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.iana.org/int/status_available_spec.rb +78 -0
- data/spec/whois/parsers/responses/whois.iana.org/int/status_registered_spec.rb +146 -0
- data/spec/whois/parsers/responses/whois.iana.org/tld/status_not_assigned_spec.rb +79 -0
- data/spec/whois/parsers/responses/whois.iis.nu/nu/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.iis.nu/nu/status_registered_spec.rb +123 -0
- data/spec/whois/parsers/responses/whois.iis.se/se/property_datetime_is_dash_spec.rb +41 -0
- data/spec/whois/parsers/responses/whois.iis.se/se/property_nameservers_single_spec.rb +34 -0
- data/spec/whois/parsers/responses/whois.iis.se/se/property_nameservers_with_ip_spec.rb +42 -0
- data/spec/whois/parsers/responses/whois.iis.se/se/property_status_inactive_spec.rb +78 -0
- data/spec/whois/parsers/responses/whois.iis.se/se/property_status_ok_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.iis.se/se/property_status_serverhold_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.iis.se/se/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.iis.se/se/status_registered_spec.rb +123 -0
- data/spec/whois/parsers/responses/whois.in.ua/in.ua/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.in.ua/in.ua/status_registered_spec.rb +68 -0
- data/spec/whois/parsers/responses/whois.inregistry.net/in/property_status_missing_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.inregistry.net/in/property_status_multiple_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.inregistry.net/in/property_status_ok_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.inregistry.net/in/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.inregistry.net/in/status_registered_spec.rb +157 -0
- data/spec/whois/parsers/responses/whois.isnic.is/is/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.isnic.is/is/status_registered_spec.rb +66 -0
- data/spec/whois/parsers/responses/whois.isoc.org.il/il/property_status_missing_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.isoc.org.il/il/property_status_transfer_allowed_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.isoc.org.il/il/property_status_transfer_locked_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.isoc.org.il/il/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.isoc.org.il/il/status_registered_spec.rb +73 -0
- data/spec/whois/parsers/responses/whois.ja.net/ac.uk/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.ja.net/ac.uk/status_registered_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.ja.net/gov.uk/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.ja.net/gov.uk/status_registered_spec.rb +79 -0
- data/spec/whois/parsers/responses/whois.je/je/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.je/je/status_registered_spec.rb +79 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/co.jp/property_state_deleted_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/co.jp/property_state_registered_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/jp/property_status_suspended_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/jp/property_status_to_be_suspended_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range_spec.rb +30 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/jp/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/jp/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/jp/status_reserved_spec.rb +61 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/property_created_on_missing_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/property_state_reserved_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/status_reserved_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.kenic.or.ke/ke/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.kenic.or.ke/ke/status_invalid_spec.rb +65 -0
- data/spec/whois/parsers/responses/whois.kenic.or.ke/ke/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.kg/kg/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.kg/kg/status_registered_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.kr/kr/property_nameservers_with_ip_spec.rb +36 -0
- data/spec/whois/parsers/responses/whois.kr/kr/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.kr/kr/status_registered_spec.rb +67 -0
- data/spec/whois/parsers/responses/whois.markmonitor.com/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.markmonitor.com/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.markmonitor.com/status_registered_spec.rb +158 -0
- data/spec/whois/parsers/responses/whois.monic.mo/mo/status_available_spec.rb +95 -0
- data/spec/whois/parsers/responses/whois.monic.mo/mo/status_registered_spec.rb +103 -0
- data/spec/whois/parsers/responses/whois.museum/museum/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.museum/museum/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.mynic.my/my/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.mynic.my/my/status_registered_spec.rb +69 -0
- data/spec/whois/parsers/responses/whois.na-nic.com.na/na/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.na-nic.com.na/na/status_registered_spec.rb +86 -0
- data/spec/whois/parsers/responses/whois.nc/nc/property_contact_without_state_and_address_spec.rb +42 -0
- data/spec/whois/parsers/responses/whois.nc/nc/property_contact_without_state_spec.rb +42 -0
- data/spec/whois/parsers/responses/whois.nc/nc/status_available_spec.rb +96 -0
- data/spec/whois/parsers/responses/whois.nc/nc/status_registered_spec.rb +117 -0
- data/spec/whois/parsers/responses/whois.netcom.cm/cm/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.netcom.cm/cm/status_registered_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.netcom.cm/cm/status_suspended_spec.rb +86 -0
- data/spec/whois/parsers/responses/whois.networksolutions.com/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.networksolutions.com/status_registered_spec.rb +154 -0
- data/spec/whois/parsers/responses/whois.nic.ac/ac/status_available_spec.rb +96 -0
- data/spec/whois/parsers/responses/whois.nic.ac/ac/status_registered_spec.rb +127 -0
- data/spec/whois/parsers/responses/whois.nic.af/af/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.af/af/status_registered_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.nic.ag/ag/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.ag/ag/status_registered_spec.rb +152 -0
- data/spec/whois/parsers/responses/whois.nic.ai/ai/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.ai/ai/status_registered_spec.rb +68 -0
- data/spec/whois/parsers/responses/whois.nic.as/as/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.as/as/status_registered_spec.rb +72 -0
- data/spec/whois/parsers/responses/whois.nic.asia/asia/property_status_multiple_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.asia/asia/property_status_single_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.asia/asia/status_available_spec.rb +103 -0
- data/spec/whois/parsers/responses/whois.nic.asia/asia/status_registered_spec.rb +161 -0
- data/spec/whois/parsers/responses/whois.nic.asia/asia/status_reserved_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.at/at/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.at/at/status_registered_spec.rb +69 -0
- data/spec/whois/parsers/responses/whois.nic.bj/bj/status_available_spec.rb +96 -0
- data/spec/whois/parsers/responses/whois.nic.bj/bj/status_registered_spec.rb +117 -0
- data/spec/whois/parsers/responses/whois.nic.bo/bo/status_available_spec.rb +69 -0
- data/spec/whois/parsers/responses/whois.nic.bo/bo/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.nic.cd/cd/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.cd/cd/status_registered_spec.rb +79 -0
- data/spec/whois/parsers/responses/whois.nic.ch/ch/property_contacts_spec.rb +47 -0
- data/spec/whois/parsers/responses/whois.nic.ch/ch/property_nameservers_with_ip_spec.rb +38 -0
- data/spec/whois/parsers/responses/whois.nic.ch/ch/status_available_spec.rb +77 -0
- data/spec/whois/parsers/responses/whois.nic.ch/ch/status_registered_spec.rb +91 -0
- data/spec/whois/parsers/responses/whois.nic.ci/ci/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.ci/ci/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.nic.cl/cl/status_available_spec.rb +55 -0
- data/spec/whois/parsers/responses/whois.nic.cl/cl/status_registered_spec.rb +67 -0
- data/spec/whois/parsers/responses/whois.nic.co/co/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.nic.co/co/status_registered_spec.rb +148 -0
- data/spec/whois/parsers/responses/whois.nic.college/college/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.college/college/status_registered_spec.rb +171 -0
- data/spec/whois/parsers/responses/whois.nic.coop/coop/property_status_multiple_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.coop/coop/property_status_single_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.coop/coop/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.coop/coop/status_registered_spec.rb +67 -0
- data/spec/whois/parsers/responses/whois.nic.cx/cx/property_updated_on_empty_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.cx/cx/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.cx/cx/status_registered_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.nic.cz/cz/case_nset_contact_same_name_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.nic.cz/cz/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.cz/cz/response_with_keyset_spec.rb +42 -0
- data/spec/whois/parsers/responses/whois.nic.cz/cz/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.nic.cz/cz/status_registered_spec.rb +152 -0
- data/spec/whois/parsers/responses/whois.nic.design/design/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.design/design/status_registered_spec.rb +163 -0
- data/spec/whois/parsers/responses/whois.nic.dm/dm/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.dm/dm/status_registered_spec.rb +152 -0
- data/spec/whois/parsers/responses/whois.nic.dz/dz/status_available_spec.rb +59 -0
- data/spec/whois/parsers/responses/whois.nic.dz/dz/status_registered_spec.rb +59 -0
- data/spec/whois/parsers/responses/whois.nic.ec/ex/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.ec/ex/status_registered_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.es/es/status_available_spec.rb +95 -0
- data/spec/whois/parsers/responses/whois.nic.es/es/status_registered_spec.rb +104 -0
- data/spec/whois/parsers/responses/whois.nic.fm/fm/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.nic.fm/fm/status_registered_spec.rb +143 -0
- data/spec/whois/parsers/responses/whois.nic.fo/fo/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.nic.fo/fo/status_registered_spec.rb +135 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/property_contact_without_address_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/property_contact_without_changed_spec.rb +45 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/property_nameservers_multiple_ipv4_spec.rb +38 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/property_nameservers_spec.rb +38 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb +54 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_active_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_blocked_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_missing_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_not_open_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_redemption_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_registered_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/status_available_spec.rb +78 -0
- data/spec/whois/parsers/responses/whois.nic.fr/fr/status_registered_spec.rb +134 -0
- data/spec/whois/parsers/responses/whois.nic.fr/tf/property_status_frozen_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.fr/tf/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.fr/tf/status_available_spec.rb +78 -0
- data/spec/whois/parsers/responses/whois.nic.fr/tf/status_registered_spec.rb +138 -0
- data/spec/whois/parsers/responses/whois.nic.fr/yt/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.fr/yt/status_available_spec.rb +78 -0
- data/spec/whois/parsers/responses/whois.nic.fr/yt/status_registered_spec.rb +138 -0
- data/spec/whois/parsers/responses/whois.nic.gd/gd/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.gd/gd/status_registered_spec.rb +157 -0
- data/spec/whois/parsers/responses/whois.nic.gd/gd/status_reserved_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.nic.gl/gl/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.gl/gl/status_registered_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.nic.gs/gs/property_status_available_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.gs/gs/property_status_ok_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.gs/gs/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.gs/gs/status_registered_spec.rb +86 -0
- data/spec/whois/parsers/responses/whois.nic.hn/hn/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.hn/hn/status_registered_spec.rb +85 -0
- data/spec/whois/parsers/responses/whois.nic.ht/ht/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.ht/ht/status_registered_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.nic.hu/hu/status_available_spec.rb +94 -0
- data/spec/whois/parsers/responses/whois.nic.hu/hu/status_registered_spec.rb +95 -0
- data/spec/whois/parsers/responses/whois.nic.im/im/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.im/im/status_registered_spec.rb +69 -0
- data/spec/whois/parsers/responses/whois.nic.io/io/status_available_spec.rb +101 -0
- data/spec/whois/parsers/responses/whois.nic.io/io/status_registered_spec.rb +132 -0
- data/spec/whois/parsers/responses/whois.nic.io/io/status_reserved_spec.rb +101 -0
- data/spec/whois/parsers/responses/whois.nic.ir/ir/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.ir/ir/status_registered_spec.rb +69 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_contact_province_spec.rb +42 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_contact_with_company_in_address_spec.rb +42 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_contact_with_organization_spec.rb +42 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_available_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_client_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_graceperiod_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_inactive_noregistrar_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_no_provider_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_ok_autorenew_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_ok_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pending-delete_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingdelete_pendingdelete_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingdelete_redemptionperiod_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingtransfer_autorenewperiod_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingtransfer_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingupdate_autorenewperiod_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingupdate_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_redemption_no_provider_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_reserved_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_status_unassignable_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/property_technical_contact_spec.rb +34 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/response_unavailable_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/status_available_spec.rb +103 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/status_registered_spec.rb +162 -0
- data/spec/whois/parsers/responses/whois.nic.it/it/status_unavailable_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.jobs/jobs/property_nameserver_no_nameserver_spec.rb +30 -0
- data/spec/whois/parsers/responses/whois.nic.jobs/jobs/status_available_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.nic.jobs/jobs/status_registered_spec.rb +105 -0
- data/spec/whois/parsers/responses/whois.nic.ki/ki/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.ki/ki/status_registered_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.nic.kz/kz/property_status_missing_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.kz/kz/property_status_multiple_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.kz/kz/property_status_ok_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.kz/kz/property_updated_on_blank_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.kz/kz/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.kz/kz/status_registered_spec.rb +66 -0
- data/spec/whois/parsers/responses/whois.nic.la/la/property_status_multiple_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.la/la/property_status_single_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.la/la/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.la/la/status_registered_spec.rb +155 -0
- data/spec/whois/parsers/responses/whois.nic.li/li/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.li/li/status_registered_spec.rb +68 -0
- data/spec/whois/parsers/responses/whois.nic.lk/lk/property_created_on_null_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.lk/lk/property_updated_on_null_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.lk/lk/status_available_spec.rb +96 -0
- data/spec/whois/parsers/responses/whois.nic.lk/lk/status_registered_spec.rb +111 -0
- data/spec/whois/parsers/responses/whois.nic.lv/lv/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.lv/lv/status_registered_spec.rb +69 -0
- data/spec/whois/parsers/responses/whois.nic.ly/ly/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.ly/ly/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.nic.md/md/status_available_spec.rb +96 -0
- data/spec/whois/parsers/responses/whois.nic.md/md/status_registered_spec.rb +108 -0
- data/spec/whois/parsers/responses/whois.nic.me/me/property_nameservers_is_blank_spec.rb +30 -0
- data/spec/whois/parsers/responses/whois.nic.me/me/property_updated_on_is_blank_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.me/me/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.me/me/status_registered_spec.rb +152 -0
- data/spec/whois/parsers/responses/whois.nic.mg/mg/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.mg/mg/status_registered_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.nic.ms/ms/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.ms/ms/status_registered_spec.rb +86 -0
- data/spec/whois/parsers/responses/whois.nic.mu/mu/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.mu/mu/status_registered_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.nic.mx/mx/property_nameservers_with_ip_spec.rb +36 -0
- data/spec/whois/parsers/responses/whois.nic.mx/mx/status_available_spec.rb +55 -0
- data/spec/whois/parsers/responses/whois.nic.mx/mx/status_registered_spec.rb +73 -0
- data/spec/whois/parsers/responses/whois.nic.name/name/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.name/name/status_registered_spec.rb +79 -0
- data/spec/whois/parsers/responses/whois.nic.net.ng/ng/property_status_available_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.net.ng/ng/property_status_ok_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.net.ng/ng/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.net.ng/ng/status_registered_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.nic.net.sa/sa/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.net.sa/sa/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.nic.net.sb/sb/property_status_available_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.net.sb/sb/property_status_ok_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.net.sb/sb/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.net.sb/sb/status_registered_spec.rb +86 -0
- data/spec/whois/parsers/responses/whois.nic.nf/nf/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.nf/nf/status_registered_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.nic.org.uy/uy/property_updated_on_empty_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.org.uy/uy/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.org.uy/uy/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.nic.pm/pm/property_nameservers_with_ipv4_and_ipv6_spec.rb +42 -0
- data/spec/whois/parsers/responses/whois.nic.pm/pm/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.pm/pm/status_available_spec.rb +78 -0
- data/spec/whois/parsers/responses/whois.nic.pm/pm/status_registered_spec.rb +126 -0
- data/spec/whois/parsers/responses/whois.nic.pr/pr/status_available_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.nic.pr/pr/status_registered_spec.rb +100 -0
- data/spec/whois/parsers/responses/whois.nic.priv.at/at/status_available_spec.rb +59 -0
- data/spec/whois/parsers/responses/whois.nic.priv.at/at/status_registered_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.pw/pw/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.pw/pw/status_registered_spec.rb +175 -0
- data/spec/whois/parsers/responses/whois.nic.re/re/property_nameservers_with_ipv4_and_ipv6_spec.rb +42 -0
- data/spec/whois/parsers/responses/whois.nic.re/re/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.re/re/status_available_spec.rb +78 -0
- data/spec/whois/parsers/responses/whois.nic.re/re/status_registered_spec.rb +126 -0
- data/spec/whois/parsers/responses/whois.nic.sh/sh/status_available_spec.rb +96 -0
- data/spec/whois/parsers/responses/whois.nic.sh/sh/status_registered_spec.rb +123 -0
- data/spec/whois/parsers/responses/whois.nic.sl/sl/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.sl/sl/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.nic.sm/sm/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.sm/sm/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.nic.sn/sn/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.sn/sn/status_registered_spec.rb +121 -0
- data/spec/whois/parsers/responses/whois.nic.so/so/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.so/so/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.nic.space/space/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.space/space/status_registered_spec.rb +165 -0
- data/spec/whois/parsers/responses/whois.nic.st/st/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.st/st/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.nic.tc/tc/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.tc/tc/status_registered_spec.rb +89 -0
- data/spec/whois/parsers/responses/whois.nic.tech/tech/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.tech/tech/status_registered_spec.rb +163 -0
- data/spec/whois/parsers/responses/whois.nic.tel/tel/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.nic.tel/tel/status_registered_spec.rb +150 -0
- data/spec/whois/parsers/responses/whois.nic.tl/tl/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.nic.tl/tl/status_registered_spec.rb +86 -0
- data/spec/whois/parsers/responses/whois.nic.tm/tm/status_available_spec.rb +96 -0
- data/spec/whois/parsers/responses/whois.nic.tm/tm/status_registered_spec.rb +105 -0
- data/spec/whois/parsers/responses/whois.nic.tr/tr/property_nameservers_with_ip_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.tr/tr/property_nameservers_with_trailing_space_spec.rb +34 -0
- data/spec/whois/parsers/responses/whois.nic.tr/tr/property_registrant_contact_outside_cityinoneline_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.nic.tr/tr/property_registrant_contact_outside_citynextline_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.nic.tr/tr/property_registrant_contact_turkey_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.nic.tr/tr/response_error_invalid_input_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.tr/tr/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.tr/tr/status_invalid_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.tr/tr/status_registered_spec.rb +150 -0
- data/spec/whois/parsers/responses/whois.nic.travel/travel/property_status_multiple_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.travel/travel/property_status_single_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.travel/travel/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.nic.travel/travel/status_registered_spec.rb +144 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/property_nameservers_with_ip_spec.rb +36 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/property_registrar_godaddy_spec.rb +33 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/property_registrar_without_trading_name_spec.rb +33 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_missing_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_no_longer_required_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_no_status_listed_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_processing_registration_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_processing_renewal_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_registered_until_expiry_date_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_suspended_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/status_available_spec.rb +80 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/status_invalid_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/status_registered_spec.rb +111 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/status_reserved_spec.rb +114 -0
- data/spec/whois/parsers/responses/whois.nic.uk/uk/status_suspended_spec.rb +72 -0
- data/spec/whois/parsers/responses/whois.nic.us/us/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.nic.us/us/status_registered_spec.rb +148 -0
- data/spec/whois/parsers/responses/whois.nic.ve/ve/property_expires_on_missing_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.ve/ve/property_nameservers_missing_spec.rb +30 -0
- data/spec/whois/parsers/responses/whois.nic.ve/ve/property_nameservers_spec.rb +34 -0
- data/spec/whois/parsers/responses/whois.nic.ve/ve/property_status_activo_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.ve/ve/property_status_missing_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.ve/ve/property_status_suspendido_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.nic.ve/ve/property_updated_on_blank_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.ve/ve/property_updated_on_spec.rb +30 -0
- data/spec/whois/parsers/responses/whois.nic.ve/ve/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.nic.ve/ve/status_inactive_spec.rb +67 -0
- data/spec/whois/parsers/responses/whois.nic.ve/ve/status_registered_spec.rb +62 -0
- data/spec/whois/parsers/responses/whois.nic.wf/wf/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.nic.wf/wf/status_available_spec.rb +78 -0
- data/spec/whois/parsers/responses/whois.nic.wf/wf/status_registered_spec.rb +138 -0
- data/spec/whois/parsers/responses/whois.nic.xxx/xxx/status_available_spec.rb +103 -0
- data/spec/whois/parsers/responses/whois.nic.xxx/xxx/status_registered_spec.rb +156 -0
- data/spec/whois/parsers/responses/whois.nic.xxx/xxx/status_reserved_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.nic.xyz/xyz/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.nic.xyz/xyz/status_registered_spec.rb +172 -0
- data/spec/whois/parsers/responses/whois.norid.no/no/status_available_spec.rb +54 -0
- data/spec/whois/parsers/responses/whois.norid.no/no/status_registered_spec.rb +56 -0
- data/spec/whois/parsers/responses/whois.pairnic.com/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.pairnic.com/status_registered_spec.rb +143 -0
- data/spec/whois/parsers/responses/whois.pandi.or.id/id/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.pandi.or.id/id/status_registered_spec.rb +163 -0
- data/spec/whois/parsers/responses/whois.pir.org/org/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.pir.org/org/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.pir.org/org/status_registered_spec.rb +157 -0
- data/spec/whois/parsers/responses/whois.pnina.ps/ps/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.pnina.ps/ps/status_registered_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.register.bg/bg/property_nameservers_with_ip_spec.rb +36 -0
- data/spec/whois/parsers/responses/whois.register.bg/bg/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.register.bg/bg/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.register.com/registered_without_updated_on_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.register.com/status_registered_spec.rb +147 -0
- data/spec/whois/parsers/responses/whois.register.si/si/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.register.si/si/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.registre.ma/ma/status_available_spec.rb +54 -0
- data/spec/whois/parsers/responses/whois.registre.ma/ma/status_registered_spec.rb +56 -0
- data/spec/whois/parsers/responses/whois.registro.br/br/property_nameservers_with_ip_spec.rb +42 -0
- data/spec/whois/parsers/responses/whois.registro.br/br/status_available_limited_spec.rb +34 -0
- data/spec/whois/parsers/responses/whois.registro.br/br/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.registro.br/br/status_registered_limited_spec.rb +34 -0
- data/spec/whois/parsers/responses/whois.registro.br/br/status_registered_spec.rb +137 -0
- data/spec/whois/parsers/responses/whois.registry.gy/gy/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.registry.gy/gy/status_registered_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.registry.hm/hm/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.registry.hm/hm/status_registered_spec.rb +66 -0
- data/spec/whois/parsers/responses/whois.registry.om/om/status_available_spec.rb +97 -0
- data/spec/whois/parsers/responses/whois.registry.om/om/status_registered_spec.rb +142 -0
- data/spec/whois/parsers/responses/whois.registry.om/om/status_reserved_spec.rb +44 -0
- data/spec/whois/parsers/responses/whois.registry.qa/qa/property_nameservers_without_ips_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.registry.qa/qa/status_available_spec.rb +97 -0
- data/spec/whois/parsers/responses/whois.registry.qa/qa/status_registered_spec.rb +132 -0
- data/spec/whois/parsers/responses/whois.rnids.rs/rs/case_token_whois_privacy_spec.rb +42 -0
- data/spec/whois/parsers/responses/whois.rnids.rs/rs/property_nameservers_hyphenated_spec.rb +36 -0
- data/spec/whois/parsers/responses/whois.rnids.rs/rs/property_status_expired_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.rnids.rs/rs/property_status_in_transfer_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.rnids.rs/rs/property_status_locked_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.rnids.rs/rs/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.rnids.rs/rs/status_registered_spec.rb +135 -0
- data/spec/whois/parsers/responses/whois.rotld.ro/ro/property_status_updateprohibited_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.rotld.ro/ro/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.rotld.ro/ro/status_registered_spec.rb +76 -0
- data/spec/whois/parsers/responses/whois.rrpproxy.net/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.rrpproxy.net/status_registered_spec.rb +155 -0
- data/spec/whois/parsers/responses/whois.safenames.net/status_registered_spec.rb +152 -0
- data/spec/whois/parsers/responses/whois.schlund.info/registered_without_update_on_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.schlund.info/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.schlund.info/status_registered_spec.rb +147 -0
- data/spec/whois/parsers/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_spec.rb +38 -0
- data/spec/whois/parsers/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_with_ip_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.sgnic.sg/sg/property_nameservers_schema_2_spec.rb +38 -0
- data/spec/whois/parsers/responses/whois.sgnic.sg/sg/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.sgnic.sg/sg/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_dakt_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_exp_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_held_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_lnot_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_ok_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_ta_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_warn_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.smallregistry.net/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.smallregistry.net/status_registered_spec.rb +139 -0
- data/spec/whois/parsers/responses/whois.srs.net.nz/nz/property_status_pendingrelease_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.srs.net.nz/nz/response_throttled_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.srs.net.nz/nz/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.srs.net.nz/nz/status_invalid_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.srs.net.nz/nz/status_registered_spec.rb +161 -0
- data/spec/whois/parsers/responses/whois.sx/sx/property_status_premium_name_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.sx/sx/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.sx/sx/status_registered_spec.rb +159 -0
- data/spec/whois/parsers/responses/whois.sx/sx/status_unavailable_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.tcinet.ru/ru/property_nameservers_with_ip_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.tcinet.ru/ru/status_available_spec.rb +91 -0
- data/spec/whois/parsers/responses/whois.tcinet.ru/ru/status_registered_spec.rb +107 -0
- data/spec/whois/parsers/responses/whois.tcinet.ru/su/status_available_spec.rb +91 -0
- data/spec/whois/parsers/responses/whois.tcinet.ru/su/status_registered_spec.rb +107 -0
- data/spec/whois/parsers/responses/whois.tcinet.ru/xn--p1ai/status_available_spec.rb +91 -0
- data/spec/whois/parsers/responses/whois.tcinet.ru/xn--p1ai/status_registered_spec.rb +110 -0
- data/spec/whois/parsers/responses/whois.thnic.co.th/th/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.thnic.co.th/th/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.tld.ee/ee/property_status_serverhold_spec.rb +176 -0
- data/spec/whois/parsers/responses/whois.tld.ee/ee/status_available_spec.rb +98 -0
- data/spec/whois/parsers/responses/whois.tld.ee/ee/status_expired_spec.rb +159 -0
- data/spec/whois/parsers/responses/whois.tld.ee/ee/status_registered_spec.rb +168 -0
- data/spec/whois/parsers/responses/whois.tld.sy/sy/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois.tld.sy/sy/status_registered_spec.rb +85 -0
- data/spec/whois/parsers/responses/whois.tonic.to/to/response_incomplete_spec.rb +34 -0
- data/spec/whois/parsers/responses/whois.tonic.to/to/status_available_spec.rb +99 -0
- data/spec/whois/parsers/responses/whois.tonic.to/to/status_registered_spec.rb +99 -0
- data/spec/whois/parsers/responses/whois.tucows.com/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.tucows.com/status_registered_spec.rb +145 -0
- data/spec/whois/parsers/responses/whois.twnic.net.tw/tw/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.twnic.net.tw/tw/status_registered_spec.rb +70 -0
- data/spec/whois/parsers/responses/whois.tznic.or.tz/tz/property_status_expired_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.tznic.or.tz/tz/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.tznic.or.tz/tz/status_registered_spec.rb +149 -0
- data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_clienthold_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_clienttransferprohibited_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_graceperiod_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_ok_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_pendingdelete_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_redemptionperiod_spec.rb +39 -0
- data/spec/whois/parsers/responses/whois.ua/ua/uaepp/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.ua/ua/uaepp/status_registered_spec.rb +152 -0
- data/spec/whois/parsers/responses/whois.ua/ua/uanic/property_contacts_multiple_spec.rb +62 -0
- data/spec/whois/parsers/responses/whois.ua/ua/uanic/status_registered_spec.rb +132 -0
- data/spec/whois/parsers/responses/whois.udag.net/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.udag.net/status_registered_spec.rb +154 -0
- data/spec/whois/parsers/responses/whois.uniregistry.net/tattoo/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.uniregistry.net/tattoo/status_registered_spec.rb +164 -0
- data/spec/whois/parsers/responses/whois.usp.ac.fj/fj/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.usp.ac.fj/fj/status_registered_spec.rb +69 -0
- data/spec/whois/parsers/responses/whois.verisign-grs.com/com/property_nameserver_no_nameserver_spec.rb +30 -0
- data/spec/whois/parsers/responses/whois.verisign-grs.com/com/status_available_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.verisign-grs.com/com/status_registered_spec.rb +113 -0
- data/spec/whois/parsers/responses/whois.verisign-grs.com/net/status_available_spec.rb +90 -0
- data/spec/whois/parsers/responses/whois.verisign-grs.com/net/status_registered_spec.rb +113 -0
- data/spec/whois/parsers/responses/whois.verisign-grs.com/response_unavailable_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.website.ws/ws/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.website.ws/ws/status_registered_spec.rb +71 -0
- data/spec/whois/parsers/responses/whois.wildwestdomains.com/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.wildwestdomains.com/status_registered_spec.rb +160 -0
- data/spec/whois/parsers/responses/whois.yoursrs.com/status_available_spec.rb +93 -0
- data/spec/whois/parsers/responses/whois.yoursrs.com/status_registered_spec.rb +143 -0
- data/spec/whois/parsers/responses/whois.yoursrs.com/status_registered_with_no_last_updated_spec.rb +29 -0
- data/spec/whois/parsers/responses/whois.za.net/za.net/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.za.net/za.net/status_registered_spec.rb +66 -0
- data/spec/whois/parsers/responses/whois.za.org/za.org/status_available_spec.rb +60 -0
- data/spec/whois/parsers/responses/whois.za.org/za.org/status_registered_spec.rb +68 -0
- data/spec/whois/parsers/responses/whois1.nic.bi/bi/status_available_spec.rb +75 -0
- data/spec/whois/parsers/responses/whois1.nic.bi/bi/status_registered_spec.rb +90 -0
- data/spec/whois/safe_record_spec.rb +165 -0
- data/tasks/spec.rake +201 -0
- data/utils/fixupd.rb +60 -0
- data/utils/matrix.rb +68 -0
- data/utils/mkwhois.rb +31 -0
- data/whois-parser.gemspec +22 -38
- metadata +4664 -13
@@ -0,0 +1,40 @@
|
|
1
|
+
Access to CCTLD WHOIS information is provided to assist persons in
|
2
|
+
determining the contents of a domain name registration record in the
|
3
|
+
Afilias registry database. The data in this record is provided by
|
4
|
+
Afilias Limited for informational purposes only, and Afilias does not
|
5
|
+
guarantee its accuracy. This service is intended only for query-based
|
6
|
+
access. You agree that you will use this data only for lawful purposes
|
7
|
+
and that, under no circumstances will you use this data to: (a) allow,
|
8
|
+
enable, or otherwise support the transmission by e-mail, telephone, or
|
9
|
+
facsimile of mass unsolicited, commercial advertising or solicitations
|
10
|
+
to entities other than the data recipient's own existing customers; or
|
11
|
+
(b) enable high volume, automated, electronic processes that send
|
12
|
+
queries or data to the systems of Registry Operator, a Registrar, or
|
13
|
+
Afilias except as reasonably necessary to register domain names or
|
14
|
+
modify existing registrations. All rights reserved. Afilias reserves
|
15
|
+
the right to modify these terms at any time. By submitting this query,
|
16
|
+
you agree to abide by this policy.
|
17
|
+
|
18
|
+
Domain ID:D355891-LRCC
|
19
|
+
Domain Name:BELIZENIC.BZ
|
20
|
+
Created On:30-Apr-2001 19:00:00 UTC
|
21
|
+
Last Updated On:17-Mar-2009 15:34:51 UTC
|
22
|
+
Expiration Date:30-Apr-2010 19:00:00 UTC
|
23
|
+
Sponsoring Registrar:University Management Limited (R113-LRCC)
|
24
|
+
Whois Server:whois.belizenic.bz
|
25
|
+
Referral URL:http://www.belizenic.bz
|
26
|
+
Status:OK
|
27
|
+
Name Server:NS1.BELIZENIC.BZ
|
28
|
+
Name Server:PIXIE.UCB.EDU.BZ
|
29
|
+
Name Server:
|
30
|
+
Name Server:
|
31
|
+
Name Server:
|
32
|
+
Name Server:
|
33
|
+
Name Server:
|
34
|
+
Name Server:
|
35
|
+
Name Server:
|
36
|
+
Name Server:
|
37
|
+
Name Server:
|
38
|
+
Name Server:
|
39
|
+
Name Server:
|
40
|
+
|
@@ -0,0 +1,78 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# ARIN WHOIS data and services are subject to the Terms of Use
|
4
|
+
# available at: https://www.arin.net/whois_tou.html
|
5
|
+
#
|
6
|
+
# If you see inaccuracies in the results, please report at
|
7
|
+
# http://www.arin.net/public/whoisinaccuracy/index.xhtml
|
8
|
+
#
|
9
|
+
|
10
|
+
|
11
|
+
#
|
12
|
+
# Query terms are ambiguous. The query is assumed to be:
|
13
|
+
# "n 144.134.121.81"
|
14
|
+
#
|
15
|
+
# Use "?" to get help.
|
16
|
+
#
|
17
|
+
|
18
|
+
#
|
19
|
+
# The following results may also be obtained via:
|
20
|
+
# http://whois.arin.net/rest/nets;q=144.134.121.81?showDetails=true&showARIN=false&ext=netref2
|
21
|
+
#
|
22
|
+
|
23
|
+
NetRange: 144.130.0.0 - 144.140.255.255
|
24
|
+
CIDR: 144.132.0.0/14, 144.136.0.0/14, 144.130.0.0/15, 144.140.0.0/16
|
25
|
+
OriginAS:
|
26
|
+
NetName: APNIC-ERX-144-130-0-0
|
27
|
+
NetHandle: NET-144-130-0-0-1
|
28
|
+
Parent: NET-144-0-0-0-0
|
29
|
+
NetType: Early Registrations, Transferred to APNIC
|
30
|
+
Comment: This IP address range is not registered in the ARIN database.
|
31
|
+
Comment: This range was transferred to the APNIC Whois Database as
|
32
|
+
Comment: part of the ERX (Early Registration Transfer) project.
|
33
|
+
Comment: For details, refer to the APNIC Whois Database via
|
34
|
+
Comment: WHOIS.APNIC.NET or http://wq.apnic.net/apnic-bin/whois.pl
|
35
|
+
Comment:
|
36
|
+
Comment: ** IMPORTANT NOTE: APNIC is the Regional Internet Registry
|
37
|
+
Comment: for the Asia Pacific region. APNIC does not operate networks
|
38
|
+
Comment: using this IP address range and is not able to investigate
|
39
|
+
Comment: spam or abuse reports relating to these addresses. For more
|
40
|
+
Comment: help, refer to http://www.apnic.net/apnic-info/whois_search2/abuse-and-spamming
|
41
|
+
RegDate: 2004-01-07
|
42
|
+
Updated: 2009-10-08
|
43
|
+
Ref: http://whois.arin.net/rest/net/NET-144-130-0-0-1
|
44
|
+
|
45
|
+
OrgName: Asia Pacific Network Information Centre
|
46
|
+
OrgId: APNIC
|
47
|
+
Address: PO Box 3646
|
48
|
+
City: South Brisbane
|
49
|
+
StateProv: QLD
|
50
|
+
PostalCode: 4101
|
51
|
+
Country: AU
|
52
|
+
RegDate:
|
53
|
+
Updated: 2012-01-24
|
54
|
+
Ref: http://whois.arin.net/rest/org/APNIC
|
55
|
+
|
56
|
+
ReferralServer: whois://whois.apnic.net
|
57
|
+
|
58
|
+
OrgTechHandle: AWC12-ARIN
|
59
|
+
OrgTechName: APNIC Whois Contact
|
60
|
+
OrgTechPhone: +61 7 3858 3188
|
61
|
+
OrgTechEmail: search-apnic-not-arin@apnic.net
|
62
|
+
OrgTechRef: http://whois.arin.net/rest/poc/AWC12-ARIN
|
63
|
+
|
64
|
+
OrgAbuseHandle: AWC12-ARIN
|
65
|
+
OrgAbuseName: APNIC Whois Contact
|
66
|
+
OrgAbusePhone: +61 7 3858 3188
|
67
|
+
OrgAbuseEmail: search-apnic-not-arin@apnic.net
|
68
|
+
OrgAbuseRef: http://whois.arin.net/rest/poc/AWC12-ARIN
|
69
|
+
|
70
|
+
|
71
|
+
#
|
72
|
+
# ARIN WHOIS data and services are subject to the Terms of Use
|
73
|
+
# available at: https://www.arin.net/whois_tou.html
|
74
|
+
#
|
75
|
+
# If you see inaccuracies in the results, please report at
|
76
|
+
# http://www.arin.net/public/whoisinaccuracy/index.xhtml
|
77
|
+
#
|
78
|
+
|
@@ -0,0 +1,52 @@
|
|
1
|
+
#
|
2
|
+
# The following results may also be obtained via:
|
3
|
+
# http://whois.arin.net/rest/nets;q=4.2.2.1?showDetails=true&showARIN=false&ext=netref2
|
4
|
+
#
|
5
|
+
|
6
|
+
NetRange: 4.0.0.0 - 4.255.255.255
|
7
|
+
CIDR: 4.0.0.0/8
|
8
|
+
OriginAS:
|
9
|
+
NetName: LVLT-ORG-4-8
|
10
|
+
NetHandle: NET-4-0-0-0-1
|
11
|
+
Parent:
|
12
|
+
NetType: Direct Allocation
|
13
|
+
RegDate: 1992-12-01
|
14
|
+
Updated: 2012-02-24
|
15
|
+
Ref: http://whois.arin.net/rest/net/NET-4-0-0-0-1
|
16
|
+
|
17
|
+
|
18
|
+
OrgName: Level 3 Communications, Inc.
|
19
|
+
OrgId: LVLT
|
20
|
+
Address: 1025 Eldorado Blvd.
|
21
|
+
City: Broomfield
|
22
|
+
StateProv: CO
|
23
|
+
PostalCode: 80021
|
24
|
+
Country: US
|
25
|
+
RegDate: 1998-05-22
|
26
|
+
Updated: 2012-01-30
|
27
|
+
Comment: ADDRESSES WITHIN THIS BLOCK ARE NON-PORTABLE
|
28
|
+
Ref: http://whois.arin.net/rest/org/LVLT
|
29
|
+
|
30
|
+
OrgTechHandle: IPADD5-ARIN
|
31
|
+
OrgTechName: ipaddressing
|
32
|
+
OrgTechPhone: +1-877-453-8353
|
33
|
+
OrgTechEmail: ipaddressing@level3.com
|
34
|
+
OrgTechRef: http://whois.arin.net/rest/poc/IPADD5-ARIN
|
35
|
+
|
36
|
+
OrgNOCHandle: NOCSU27-ARIN
|
37
|
+
OrgNOCName: NOC Support
|
38
|
+
OrgNOCPhone: +1-877-453-8353
|
39
|
+
OrgNOCEmail: noc.coreip@level3.com
|
40
|
+
OrgNOCRef: http://whois.arin.net/rest/poc/NOCSU27-ARIN
|
41
|
+
|
42
|
+
OrgAbuseHandle: APL8-ARIN
|
43
|
+
OrgAbuseName: Abuse POC LVLT
|
44
|
+
OrgAbusePhone: +1-877-453-8353
|
45
|
+
OrgAbuseEmail: security@level3.com
|
46
|
+
OrgAbuseRef: http://whois.arin.net/rest/poc/APL8-ARIN
|
47
|
+
|
48
|
+
#
|
49
|
+
# ARIN WHOIS data and services are subject to the Terms of Use
|
50
|
+
# available at: https://www.arin.net/whois_tou.html
|
51
|
+
#
|
52
|
+
|
@@ -0,0 +1,50 @@
|
|
1
|
+
% This is the RIPE Database query service.
|
2
|
+
% The objects are in RPSL format.
|
3
|
+
%
|
4
|
+
% The RIPE Database is subject to Terms and Conditions.
|
5
|
+
% See http://www.ripe.net/db/support/db-terms-conditions.pdf
|
6
|
+
|
7
|
+
% Note: this output has been filtered.
|
8
|
+
% To receive output for a database update, use the "-B" flag.
|
9
|
+
|
10
|
+
% Information related to '128.79.0.0 - 128.79.63.0'
|
11
|
+
|
12
|
+
inetnum: 128.79.0.0 - 128.79.63.0
|
13
|
+
netname: BOUYGTEL-ISP-CABLE
|
14
|
+
descr: Pool for Broadband CABLE customers
|
15
|
+
remarks: INFRA-AW
|
16
|
+
country: FR
|
17
|
+
admin-c: NOCB1-RIPE
|
18
|
+
tech-c: NOCB1-RIPE
|
19
|
+
status: ASSIGNED PA
|
20
|
+
mnt-by: BYTEL-MNT
|
21
|
+
mnt-lower: BYTEL-MNT
|
22
|
+
mnt-routes: BYTEL-MNT
|
23
|
+
source: RIPE # Filtered
|
24
|
+
|
25
|
+
role: Network Operation Centre Bouygues Telecom FAI
|
26
|
+
remarks: Bouygues Telecom ISP
|
27
|
+
address: Bouygues Telecom
|
28
|
+
address: 13-15 avenue du Marechal Juin
|
29
|
+
address: 92366 Meudon-la-Foret cedex
|
30
|
+
address: France
|
31
|
+
abuse-mailbox: abuse_box@bouyguestelecom.fr
|
32
|
+
admin-c: LH761-RIPE
|
33
|
+
admin-c: FT4354-RIPE
|
34
|
+
tech-c: LH761-RIPE
|
35
|
+
tech-c: FT4354-RIPE
|
36
|
+
nic-hdl: NOCB1-RIPE
|
37
|
+
mnt-by: BYTEL-MNT
|
38
|
+
source: RIPE # Filtered
|
39
|
+
|
40
|
+
% Information related to '128.78.0.0/15AS5410'
|
41
|
+
|
42
|
+
route: 128.78.0.0/15
|
43
|
+
descr: BOUYGUES Telecom ISP Wireline
|
44
|
+
origin: AS5410
|
45
|
+
mnt-by: BYTEL-MNT
|
46
|
+
source: RIPE # Filtered
|
47
|
+
|
48
|
+
% This query was served by the RIPE Database Query Service version 1.66.3 (WHOIS2)
|
49
|
+
|
50
|
+
|
@@ -0,0 +1,63 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# ARIN WHOIS data and services are subject to the Terms of Use
|
4
|
+
# available at: https://www.arin.net/whois_tou.html
|
5
|
+
#
|
6
|
+
|
7
|
+
|
8
|
+
#
|
9
|
+
# The following results may also be obtained via:
|
10
|
+
# http://whois.arin.net/rest/nets;q=69.65.39.166?showDetails=true&showARIN=false&ext=netref2
|
11
|
+
#
|
12
|
+
|
13
|
+
NetRange: 69.65.0.0 - 69.65.63.255
|
14
|
+
CIDR: 69.65.0.0/18
|
15
|
+
OriginAS: AS32181
|
16
|
+
NetName: IPNAP
|
17
|
+
NetHandle: NET-69-65-0-0-1
|
18
|
+
Parent: NET-69-0-0-0-0
|
19
|
+
NetType: Direct Allocation
|
20
|
+
Comment: www.gigenet.com
|
21
|
+
RegDate: 2003-07-30
|
22
|
+
Updated: 2013-05-09
|
23
|
+
Ref: http://whois.arin.net/rest/net/NET-69-65-0-0-1
|
24
|
+
|
25
|
+
OrgName: GigeNET
|
26
|
+
OrgId: DMPL
|
27
|
+
Address: 545 E Algonquin Rd
|
28
|
+
Address: Suite D
|
29
|
+
City: Arlington Heights
|
30
|
+
StateProv: IL
|
31
|
+
PostalCode: 60005
|
32
|
+
Country: US
|
33
|
+
RegDate: 2011-03-04
|
34
|
+
Updated: 2011-06-23
|
35
|
+
Comment: http://www.gigenet.com
|
36
|
+
Ref: http://whois.arin.net/rest/org/DMPL
|
37
|
+
|
38
|
+
ReferralServer: rwhois://rwhois.servernap.net:4321
|
39
|
+
|
40
|
+
OrgAbuseHandle: ABUSE2935-ARIN
|
41
|
+
OrgAbuseName: Abuse Department
|
42
|
+
OrgAbusePhone: +1-800-561-2656
|
43
|
+
OrgAbuseEmail: abuse@gigenet.com
|
44
|
+
OrgAbuseRef: http://whois.arin.net/rest/poc/ABUSE2935-ARIN
|
45
|
+
|
46
|
+
OrgNOCHandle: IPADM152-ARIN
|
47
|
+
OrgNOCName: IP Administrator
|
48
|
+
OrgNOCPhone: +1-800-561-2656
|
49
|
+
OrgNOCEmail: ip-admin@coloquest.com
|
50
|
+
OrgNOCRef: http://whois.arin.net/rest/poc/IPADM152-ARIN
|
51
|
+
|
52
|
+
OrgTechHandle: IPADM152-ARIN
|
53
|
+
OrgTechName: IP Administrator
|
54
|
+
OrgTechPhone: +1-800-561-2656
|
55
|
+
OrgTechEmail: ip-admin@coloquest.com
|
56
|
+
OrgTechRef: http://whois.arin.net/rest/poc/IPADM152-ARIN
|
57
|
+
|
58
|
+
|
59
|
+
#
|
60
|
+
# ARIN WHOIS data and services are subject to the Terms of Use
|
61
|
+
# available at: https://www.arin.net/whois_tou.html
|
62
|
+
#
|
63
|
+
|
@@ -0,0 +1,63 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# ARIN WHOIS data and services are subject to the Terms of Use
|
4
|
+
# available at: https://www.arin.net/whois_tou.html
|
5
|
+
#
|
6
|
+
|
7
|
+
|
8
|
+
#
|
9
|
+
# The following results may also be obtained via:
|
10
|
+
# http://whois.arin.net/rest/nets;q=69.65.39.166?showDetails=true&showARIN=false&ext=netref2
|
11
|
+
#
|
12
|
+
|
13
|
+
NetRange: 69.65.0.0 - 69.65.63.255
|
14
|
+
CIDR: 69.65.0.0/18
|
15
|
+
OriginAS: AS32181
|
16
|
+
NetName: IPNAP
|
17
|
+
NetHandle: NET-69-65-0-0-1
|
18
|
+
Parent: NET-69-0-0-0-0
|
19
|
+
NetType: Direct Allocation
|
20
|
+
Comment: www.gigenet.com
|
21
|
+
RegDate: 2003-07-30
|
22
|
+
Updated: 2013-05-09
|
23
|
+
Ref: http://whois.arin.net/rest/net/NET-69-65-0-0-1
|
24
|
+
|
25
|
+
OrgName: GigeNET
|
26
|
+
OrgId: DMPL
|
27
|
+
Address: 545 E Algonquin Rd
|
28
|
+
Address: Suite D
|
29
|
+
City: Arlington Heights
|
30
|
+
StateProv: IL
|
31
|
+
PostalCode: 60005
|
32
|
+
Country: US
|
33
|
+
RegDate: 2011-03-04
|
34
|
+
Updated: 2011-06-23
|
35
|
+
Comment: http://www.gigenet.com
|
36
|
+
Ref: http://whois.arin.net/rest/org/DMPL
|
37
|
+
|
38
|
+
ReferralServer: rwhois://rwhois.servernap.net:4321
|
39
|
+
|
40
|
+
OrgAbuseHandle: ABUSE2935-ARIN
|
41
|
+
OrgAbuseName: Abuse Department
|
42
|
+
OrgAbusePhone: +1-800-561-2656
|
43
|
+
OrgAbuseEmail: abuse@gigenet.com
|
44
|
+
OrgAbuseRef: http://whois.arin.net/rest/poc/ABUSE2935-ARIN
|
45
|
+
|
46
|
+
OrgNOCHandle: IPADM152-ARIN
|
47
|
+
OrgNOCName: IP Administrator
|
48
|
+
OrgNOCPhone: +1-800-561-2656
|
49
|
+
OrgNOCEmail: ip-admin@coloquest.com
|
50
|
+
OrgNOCRef: http://whois.arin.net/rest/poc/IPADM152-ARIN
|
51
|
+
|
52
|
+
OrgTechHandle: IPADM152-ARIN
|
53
|
+
OrgTechName: IP Administrator
|
54
|
+
OrgTechPhone: +1-800-561-2656
|
55
|
+
OrgTechEmail: ip-admin@coloquest.com
|
56
|
+
OrgTechRef: http://whois.arin.net/rest/poc/IPADM152-ARIN
|
57
|
+
|
58
|
+
|
59
|
+
#
|
60
|
+
# ARIN WHOIS data and services are subject to the Terms of Use
|
61
|
+
# available at: https://www.arin.net/whois_tou.html
|
62
|
+
#
|
63
|
+
|
@@ -0,0 +1,56 @@
|
|
1
|
+
#
|
2
|
+
# Query terms are ambiguous. The query is assumed to be:
|
3
|
+
# "n 130.66.76.222"
|
4
|
+
#
|
5
|
+
# Use "?" to get help.
|
6
|
+
#
|
7
|
+
|
8
|
+
#
|
9
|
+
# The following results may also be obtained via:
|
10
|
+
# http://whois.arin.net/rest/nets;q=130.66.76.222?showDetails=true&showARIN=false&ext=netref2
|
11
|
+
#
|
12
|
+
|
13
|
+
NetRange: 130.66.0.0 - 130.67.255.255
|
14
|
+
CIDR: 130.66.0.0/15
|
15
|
+
OriginAS:
|
16
|
+
NetName: RIPE-ERX-130-66-0-0
|
17
|
+
NetHandle: NET-130-66-0-0-1
|
18
|
+
Parent: NET-130-0-0-0-0
|
19
|
+
NetType: Early Registrations, Transferred to RIPE NCC
|
20
|
+
Comment: These addresses have been further assigned to users in
|
21
|
+
Comment: the RIPE NCC region. Contact information can be found in
|
22
|
+
Comment: the RIPE database at http://www.ripe.net/whois
|
23
|
+
RegDate: 2003-11-12
|
24
|
+
Updated: 2003-11-12
|
25
|
+
Ref: http://whois.arin.net/rest/net/NET-130-66-0-0-1
|
26
|
+
|
27
|
+
OrgName: RIPE Network Coordination Centre
|
28
|
+
OrgId: RIPE
|
29
|
+
Address: P.O. Box 10096
|
30
|
+
City: Amsterdam
|
31
|
+
StateProv:
|
32
|
+
PostalCode: 1001EB
|
33
|
+
Country: NL
|
34
|
+
RegDate:
|
35
|
+
Updated: 2011-09-24
|
36
|
+
Ref: http://whois.arin.net/rest/org/RIPE
|
37
|
+
|
38
|
+
ReferralServer: whois://whois.ripe.net:43
|
39
|
+
|
40
|
+
OrgAbuseHandle: RNO29-ARIN
|
41
|
+
OrgAbuseName: RIPE NCC Operations
|
42
|
+
OrgAbusePhone: +31 20 535 4444
|
43
|
+
OrgAbuseEmail: hostmaster@ripe.net
|
44
|
+
OrgAbuseRef: http://whois.arin.net/rest/poc/RNO29-ARIN
|
45
|
+
|
46
|
+
OrgTechHandle: RNO29-ARIN
|
47
|
+
OrgTechName: RIPE NCC Operations
|
48
|
+
OrgTechPhone: +31 20 535 4444
|
49
|
+
OrgTechEmail: hostmaster@ripe.net
|
50
|
+
OrgTechRef: http://whois.arin.net/rest/poc/RNO29-ARIN
|
51
|
+
|
52
|
+
#
|
53
|
+
# ARIN WHOIS data and services are subject to the Terms of Use
|
54
|
+
# available at: https://www.arin.net/whois_tou.html
|
55
|
+
#
|
56
|
+
|
@@ -0,0 +1,210 @@
|
|
1
|
+
|
2
|
+
Whois Server Version 2.0
|
3
|
+
|
4
|
+
Domain names in the .com and .net domains can now be registered
|
5
|
+
with many different competing registrars. Go to http://www.internic.net
|
6
|
+
for detailed information.
|
7
|
+
|
8
|
+
Server Name: GOOGLE.COM.ZZZZZ.GET.LAID.AT.WWW.SWINGINGCOMMUNITY.COM
|
9
|
+
IP Address: 69.41.185.195
|
10
|
+
Registrar: TUCOWS INC.
|
11
|
+
Whois Server: whois.tucows.com
|
12
|
+
Referral URL: http://domainhelp.opensrs.net
|
13
|
+
|
14
|
+
Server Name: GOOGLE.COM.ZZZZZ.DOWNLOAD.MOVIE.ONLINE.ZML2.COM
|
15
|
+
IP Address: 64.28.187.63
|
16
|
+
Registrar: DIRECTI INTERNET SOLUTIONS PVT. LTD. D/B/A PUBLICDOMAINREGISTRY.COM
|
17
|
+
Whois Server: whois.PublicDomainRegistry.com
|
18
|
+
Referral URL: http://www.PublicDomainRegistry.com
|
19
|
+
|
20
|
+
Server Name: GOOGLE.COM.ZOMBIED.AND.HACKED.BY.WWW.WEB-HACK.COM
|
21
|
+
IP Address: 217.107.217.167
|
22
|
+
Registrar: DOMAINCONTEXT, INC.
|
23
|
+
Whois Server: whois.domaincontext.com
|
24
|
+
Referral URL: http://www.domaincontext.com
|
25
|
+
|
26
|
+
Server Name: GOOGLE.COM.ZNAET.PRODOMEN.COM
|
27
|
+
IP Address: 62.149.23.126
|
28
|
+
Registrar: DIRECTI INTERNET SOLUTIONS PVT. LTD. D/B/A PUBLICDOMAINREGISTRY.COM
|
29
|
+
Whois Server: whois.PublicDomainRegistry.com
|
30
|
+
Referral URL: http://www.PublicDomainRegistry.com
|
31
|
+
|
32
|
+
Server Name: GOOGLE.COM.WORDT.DOOR.VEEL.WHTERS.GEBRUIKT.SERVERTJE.NET
|
33
|
+
IP Address: 62.41.27.144
|
34
|
+
Registrar: KEY-SYSTEMS GMBH
|
35
|
+
Whois Server: whois.rrpproxy.net
|
36
|
+
Referral URL: http://www.key-systems.net
|
37
|
+
|
38
|
+
Server Name: GOOGLE.COM.VN
|
39
|
+
Registrar: ONLINENIC, INC.
|
40
|
+
Whois Server: whois.onlinenic.com
|
41
|
+
Referral URL: http://www.OnlineNIC.com
|
42
|
+
|
43
|
+
Server Name: GOOGLE.COM.UY
|
44
|
+
Registrar: DIRECTI INTERNET SOLUTIONS PVT. LTD. D/B/A PUBLICDOMAINREGISTRY.COM
|
45
|
+
Whois Server: whois.PublicDomainRegistry.com
|
46
|
+
Referral URL: http://www.PublicDomainRegistry.com
|
47
|
+
|
48
|
+
Server Name: GOOGLE.COM.UA
|
49
|
+
Registrar: DIRECTI INTERNET SOLUTIONS PVT. LTD. D/B/A PUBLICDOMAINREGISTRY.COM
|
50
|
+
Whois Server: whois.PublicDomainRegistry.com
|
51
|
+
Referral URL: http://www.PublicDomainRegistry.com
|
52
|
+
|
53
|
+
Server Name: GOOGLE.COM.TW
|
54
|
+
Registrar: WEB COMMERCE COMMUNICATIONS LIMITED DBA WEBNIC.CC
|
55
|
+
Whois Server: whois.webnic.cc
|
56
|
+
Referral URL: http://www.webnic.cc
|
57
|
+
|
58
|
+
Server Name: GOOGLE.COM.TR
|
59
|
+
Registrar: DIRECTI INTERNET SOLUTIONS PVT. LTD. D/B/A PUBLICDOMAINREGISTRY.COM
|
60
|
+
Whois Server: whois.PublicDomainRegistry.com
|
61
|
+
Referral URL: http://www.PublicDomainRegistry.com
|
62
|
+
|
63
|
+
Server Name: GOOGLE.COM.SUCKS.FIND.CRACKZ.WITH.SEARCH.GULLI.COM
|
64
|
+
IP Address: 80.190.192.24
|
65
|
+
Registrar: EPAG DOMAINSERVICES GMBH
|
66
|
+
Whois Server: whois.enterprice.net
|
67
|
+
Referral URL: http://www.enterprice.net
|
68
|
+
|
69
|
+
Server Name: GOOGLE.COM.SPROSIUYANDEKSA.RU
|
70
|
+
Registrar: MELBOURNE IT, LTD. D/B/A INTERNET NAMES WORLDWIDE
|
71
|
+
Whois Server: whois.melbourneit.com
|
72
|
+
Referral URL: http://www.melbourneit.com
|
73
|
+
|
74
|
+
Server Name: GOOGLE.COM.SERVES.PR0N.FOR.ALLIYAH.NET
|
75
|
+
IP Address: 84.255.209.69
|
76
|
+
Registrar: GODADDY.COM, INC.
|
77
|
+
Whois Server: whois.godaddy.com
|
78
|
+
Referral URL: http://registrar.godaddy.com
|
79
|
+
|
80
|
+
Server Name: GOOGLE.COM.SA
|
81
|
+
Registrar: OMNIS NETWORK, LLC
|
82
|
+
Whois Server: whois.omnis.com
|
83
|
+
Referral URL: http://domains.omnis.com
|
84
|
+
|
85
|
+
Server Name: GOOGLE.COM.PLZ.GIVE.A.PR8.TO.AUDIOTRACKER.NET
|
86
|
+
IP Address: 213.251.184.30
|
87
|
+
Registrar: OVH
|
88
|
+
Whois Server: whois.ovh.com
|
89
|
+
Referral URL: http://www.ovh.com
|
90
|
+
|
91
|
+
Server Name: GOOGLE.COM.MX
|
92
|
+
Registrar: DIRECTI INTERNET SOLUTIONS PVT. LTD. D/B/A PUBLICDOMAINREGISTRY.COM
|
93
|
+
Whois Server: whois.PublicDomainRegistry.com
|
94
|
+
Referral URL: http://www.PublicDomainRegistry.com
|
95
|
+
|
96
|
+
Server Name: GOOGLE.COM.IS.SHIT.SQUAREBOARDS.COM
|
97
|
+
IP Address: 203.170.84.81
|
98
|
+
Registrar: AUST DOMAINS INTERNATIONAL PTY LTD DBA AUST DOMAINS, INC.
|
99
|
+
Whois Server: whois.syra.com.au
|
100
|
+
Referral URL: http://www.syra.com.au
|
101
|
+
|
102
|
+
Server Name: GOOGLE.COM.IS.NOT.HOSTED.BY.ACTIVEDOMAINDNS.NET
|
103
|
+
IP Address: 217.148.161.5
|
104
|
+
Registrar: ENOM, INC.
|
105
|
+
Whois Server: whois.enom.com
|
106
|
+
Referral URL: http://www.enom.com
|
107
|
+
|
108
|
+
Server Name: GOOGLE.COM.IS.HOSTED.ON.PROFITHOSTING.NET
|
109
|
+
IP Address: 66.49.213.213
|
110
|
+
Registrar: NAME.COM LLC
|
111
|
+
Whois Server: whois.name.com
|
112
|
+
Referral URL: http://www.name.com
|
113
|
+
|
114
|
+
Server Name: GOOGLE.COM.IS.APPROVED.BY.NUMEA.COM
|
115
|
+
IP Address: 213.228.0.43
|
116
|
+
Registrar: GANDI SAS
|
117
|
+
Whois Server: whois.gandi.net
|
118
|
+
Referral URL: http://www.gandi.net
|
119
|
+
|
120
|
+
Server Name: GOOGLE.COM.HAS.LESS.FREE.PORN.IN.ITS.SEARCH.ENGINE.THAN.SECZY.COM
|
121
|
+
IP Address: 209.187.114.130
|
122
|
+
Registrar: TUCOWS INC.
|
123
|
+
Whois Server: whois.tucows.com
|
124
|
+
Referral URL: http://domainhelp.opensrs.net
|
125
|
+
|
126
|
+
Server Name: GOOGLE.COM.DO
|
127
|
+
Registrar: GODADDY.COM, INC.
|
128
|
+
Whois Server: whois.godaddy.com
|
129
|
+
Referral URL: http://registrar.godaddy.com
|
130
|
+
|
131
|
+
Server Name: GOOGLE.COM.CO
|
132
|
+
Registrar: NAMESECURE.COM
|
133
|
+
Whois Server: whois.namesecure.com
|
134
|
+
Referral URL: http://www.namesecure.com
|
135
|
+
|
136
|
+
Server Name: GOOGLE.COM.BR
|
137
|
+
Registrar: ENOM, INC.
|
138
|
+
Whois Server: whois.enom.com
|
139
|
+
Referral URL: http://www.enom.com
|
140
|
+
|
141
|
+
Server Name: GOOGLE.COM.BEYONDWHOIS.COM
|
142
|
+
IP Address: 203.36.226.2
|
143
|
+
Registrar: TUCOWS INC.
|
144
|
+
Whois Server: whois.tucows.com
|
145
|
+
Referral URL: http://domainhelp.opensrs.net
|
146
|
+
|
147
|
+
Server Name: GOOGLE.COM.AU
|
148
|
+
Registrar: PLANETDOMAIN PTY LTD.
|
149
|
+
Whois Server: whois.planetdomain.com
|
150
|
+
Referral URL: http://www.planetdomain.com
|
151
|
+
|
152
|
+
Server Name: GOOGLE.COM.ACQUIRED.BY.CALITEC.NET
|
153
|
+
IP Address: 85.190.27.2
|
154
|
+
Registrar: ENOM, INC.
|
155
|
+
Whois Server: whois.enom.com
|
156
|
+
Referral URL: http://www.enom.com
|
157
|
+
|
158
|
+
Domain Name: GOOGLE.COM
|
159
|
+
Registrar: MARKMONITOR INC.
|
160
|
+
Whois Server: whois.markmonitor.com
|
161
|
+
Referral URL: http://www.markmonitor.com
|
162
|
+
Name Server: NS1.GOOGLE.COM
|
163
|
+
Name Server: NS2.GOOGLE.COM
|
164
|
+
Name Server: NS3.GOOGLE.COM
|
165
|
+
Name Server: NS4.GOOGLE.COM
|
166
|
+
Status: clientDeleteProhibited
|
167
|
+
Status: clientTransferProhibited
|
168
|
+
Status: clientUpdateProhibited
|
169
|
+
Status: serverDeleteProhibited
|
170
|
+
Status: serverTransferProhibited
|
171
|
+
Status: serverUpdateProhibited
|
172
|
+
Updated Date: 18-nov-2008
|
173
|
+
Creation Date: 15-sep-1997
|
174
|
+
Expiration Date: 14-sep-2011
|
175
|
+
|
176
|
+
>>> Last update of whois database: Mon, 06 Jul 2009 10:12:55 UTC <<<
|
177
|
+
|
178
|
+
NOTICE: The expiration date displayed in this record is the date the
|
179
|
+
registrar's sponsorship of the domain name registration in the registry is
|
180
|
+
currently set to expire. This date does not necessarily reflect the expiration
|
181
|
+
date of the domain name registrant's agreement with the sponsoring
|
182
|
+
registrar. Users may consult the sponsoring registrar's Whois database to
|
183
|
+
view the registrar's reported date of expiration for this registration.
|
184
|
+
|
185
|
+
TERMS OF USE: You are not authorized to access or query our Whois
|
186
|
+
database through the use of electronic processes that are high-volume and
|
187
|
+
automated except as reasonably necessary to register domain names or
|
188
|
+
modify existing registrations; the Data in VeriSign Global Registry
|
189
|
+
Services' ("VeriSign") Whois database is provided by VeriSign for
|
190
|
+
information purposes only, and to assist persons in obtaining information
|
191
|
+
about or related to a domain name registration record. VeriSign does not
|
192
|
+
guarantee its accuracy. By submitting a Whois query, you agree to abide
|
193
|
+
by the following terms of use: You agree that you may use this Data only
|
194
|
+
for lawful purposes and that under no circumstances will you use this Data
|
195
|
+
to: (1) allow, enable, or otherwise support the transmission of mass
|
196
|
+
unsolicited, commercial advertising or solicitations via e-mail, telephone,
|
197
|
+
or facsimile; or (2) enable high volume, automated, electronic processes
|
198
|
+
that apply to VeriSign (or its computer systems). The compilation,
|
199
|
+
repackaging, dissemination or other use of this Data is expressly
|
200
|
+
prohibited without the prior written consent of VeriSign. You agree not to
|
201
|
+
use electronic processes that are automated and high-volume to access or
|
202
|
+
query the Whois database except as reasonably necessary to register
|
203
|
+
domain names or modify existing registrations. VeriSign reserves the right
|
204
|
+
to restrict your access to the Whois database in its sole discretion to ensure
|
205
|
+
operational stability. VeriSign may restrict or terminate your access to the
|
206
|
+
Whois database for failure to abide by these terms of use. VeriSign
|
207
|
+
reserves the right to modify these terms at any time.
|
208
|
+
|
209
|
+
The Registry database contains ONLY .COM, .NET, .EDU domains and
|
210
|
+
Registrars.
|