whois 2.0.4 → 2.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +36 -1
- data/Rakefile +6 -5
- data/lib/whois/definitions/tlds.rb +3 -2
- data/lib/whois/record/parser/NOTES.txt +1 -0
- data/lib/whois/record/parser/whois.audns.net.au.rb +1 -1
- data/lib/whois/record/parser/whois.cira.ca.rb +23 -4
- data/lib/whois/record/parser/whois.dns.be.rb +8 -0
- data/lib/whois/record/parser/whois.eu.rb +3 -3
- data/lib/whois/record/parser/whois.meregistry.net.rb +3 -3
- data/lib/whois/record/parser/whois.nic.asia.rb +2 -1
- data/lib/whois/record/parser/whois.nic.cz.rb +4 -2
- data/lib/whois/record/parser/whois.nic.it.rb +7 -5
- data/lib/whois/record/parser/whois.nic.sm.rb +78 -0
- data/lib/whois/record/parser/whois.nic.uk.rb +2 -0
- data/lib/whois/record/parser/whois.nic.xxx.rb +147 -0
- data/lib/whois/record/parser/whois.registro.br.rb +20 -6
- data/lib/whois/record/parser/whois.sk-nic.sk.rb +17 -3
- data/lib/whois/record/parser/whois.srs.net.nz.rb +15 -0
- data/lib/whois/server/adapters/verisign.rb +1 -1
- data/lib/whois/version.rb +1 -1
- data/spec/fixtures/referrals/crsnic.com_referral_missing.txt +50 -0
- data/spec/fixtures/responses/whois.biz/status_registered.expected +3 -3
- data/spec/fixtures/responses/whois.cat/status_registered.expected +3 -3
- data/spec/fixtures/responses/whois.cira.ca/schema-2/property_status_unavailable.txt +11 -0
- data/spec/fixtures/responses/whois.cira.ca/schema-2/status_available.expected +7 -0
- data/spec/fixtures/responses/whois.cira.ca/schema-2/status_invalid.expected +9 -0
- data/spec/fixtures/responses/whois.cira.ca/schema-2/status_invalid.txt +11 -0
- data/spec/fixtures/responses/whois.cira.ca/schema-2/status_registered.expected +7 -0
- data/spec/fixtures/responses/whois.dns.be/response_throttled.expected +2 -0
- data/spec/fixtures/responses/whois.dns.be/response_throttled.txt +40 -0
- data/spec/fixtures/responses/whois.eu/property_nameservers.expected +17 -0
- data/spec/fixtures/responses/whois.eu/{property_nameservers_with_ip.txt → property_nameservers.txt} +20 -7
- data/spec/fixtures/responses/whois.eu/status_registered.txt +1 -1
- data/spec/fixtures/responses/whois.meregistry.net/property_updated_on_is_blank.expected +2 -0
- data/spec/fixtures/responses/whois.meregistry.net/property_updated_on_is_blank.txt +92 -0
- data/spec/fixtures/responses/whois.museum/status_registered.expected +1 -1
- data/spec/fixtures/responses/{whois.nic.it/property_status_pendingdelete.expected → whois.nic.asia/property_status_client_delete_prohibited.expected} +0 -0
- data/spec/fixtures/responses/whois.nic.asia/property_status_client_delete_prohibited.txt +160 -0
- data/spec/fixtures/responses/whois.nic.asia/property_status_client_transfer_prohibited.expected +8 -0
- data/spec/fixtures/responses/whois.nic.asia/property_status_client_transfer_prohibited.txt +159 -0
- data/spec/fixtures/responses/whois.nic.cz/property_status_update_prohibited.expected +8 -0
- data/spec/fixtures/responses/whois.nic.cz/property_status_update_prohibited.txt +83 -0
- data/spec/fixtures/responses/whois.nic.it/property_status_no_provider.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/property_status_no_provider.txt +54 -0
- data/spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_pendingdelete.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_pendingdelete.txt +45 -0
- data/spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/{property_status_pendingdelete.txt → property_status_pendingdelete_redemptionperiod.txt} +0 -0
- data/spec/fixtures/responses/whois.nic.it/property_status_redemption_no_provider.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/property_status_redemption_no_provider.txt +42 -0
- data/spec/fixtures/responses/{whois.ripe.net/sm → whois.nic.sm}/status_available.expected +2 -2
- data/spec/fixtures/responses/whois.nic.sm/status_available.txt +1 -0
- data/spec/fixtures/responses/{whois.ripe.net/sm → whois.nic.sm}/status_registered.expected +4 -2
- data/spec/fixtures/responses/whois.nic.sm/status_registered.txt +30 -0
- data/spec/fixtures/responses/whois.nic.uk/status_invalid.expected +4 -0
- data/spec/fixtures/responses/whois.nic.xxx/status_available.expected +57 -0
- data/spec/fixtures/responses/whois.nic.xxx/status_available.txt +1 -0
- data/spec/fixtures/responses/whois.nic.xxx/status_registered.expected +106 -0
- data/spec/fixtures/responses/whois.nic.xxx/status_registered.txt +98 -0
- data/spec/fixtures/responses/whois.registro.br/status_available.expected +5 -4
- data/spec/fixtures/responses/whois.registro.br/status_registered.expected +12 -4
- data/spec/fixtures/responses/whois.registro.br/status_registered.txt +29 -5
- data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_exp.expected +8 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_exp.txt +27 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_held.expected +1 -1
- data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_lnot.expected +8 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_lnot.txt +26 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_warn.expected +8 -0
- data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_warn.txt +24 -0
- data/spec/fixtures/responses/whois.srs.net.nz/status_invalid.expected +7 -0
- data/spec/tlds +90 -89
- data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver_spec.rb +1 -1
- data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_available_spec.rb +13 -13
- data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_registered_spec.rb +13 -13
- data/spec/whois/record/parser/responses/kero.yachay.pe/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/kero.yachay.pe/status_inactive_spec.rb +7 -7
- data/spec/whois/record/parser/responses/kero.yachay.pe/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.aeda.net.ae/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.aeda.net.ae/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.aero/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.aero/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.afilias.info/status_available_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.afilias.info/status_registered_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.ai/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ai/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.arnes.si/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.arnes.si/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.audns.net.au/property_status_with_multiple_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.audns.net.au/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.audns.net.au/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.biz/status_available_spec.rb +15 -15
- data/spec/whois/record/parser/responses/whois.biz/status_registered_spec.rb +18 -18
- data/spec/whois/record/parser/responses/whois.cat/property_status_missing_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.cat/property_status_multiple_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.cat/property_status_ok_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.cat/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.cat/status_registered_spec.rb +10 -10
- data/spec/whois/record/parser/responses/whois.cctld.uz/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.cctld.uz/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_available_spec.rb +8 -8
- data/spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_registered_spec.rb +8 -8
- data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_autorenew_grace_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_available_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_redemption_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_registered_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_tobereleased_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_available_spec.rb +18 -8
- data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_invalid_spec.rb +39 -0
- data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_registered_spec.rb +18 -8
- data/spec/whois/record/parser/responses/whois.cnnic.cn/property_status_ok_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.cnnic.cn/status_available_spec.rb +17 -17
- data/spec/whois/record/parser/responses/whois.cnnic.cn/status_registered_spec.rb +17 -17
- data/spec/whois/record/parser/responses/whois.cnnic.cn/status_reserved_spec.rb +4 -4
- data/spec/whois/record/parser/responses/whois.co.ca/status_available_spec.rb +8 -8
- data/spec/whois/record/parser/responses/whois.co.ca/status_registered_spec.rb +8 -8
- data/spec/whois/record/parser/responses/whois.co.ca/status_reserved_spec.rb +4 -4
- data/spec/whois/record/parser/responses/whois.co.pl/status_available_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.co.pl/status_registered_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.co.ug/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.co.ug/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.coza.net.za/status_available_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.coza.net.za/status_registered_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.crsnic.net/property_nameserver_no_nameserver_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.crsnic.net/property_registrar_with_multiple_entries_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.crsnic.net/status_available_spec.rb +13 -13
- data/spec/whois/record/parser/responses/whois.crsnic.net/status_registered_spec.rb +13 -13
- data/spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_available_spec.rb +14 -14
- data/spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_registered_spec.rb +14 -14
- data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_available_spec.rb +14 -14
- data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_invalid_spec.rb +14 -14
- data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_registered_spec.rb +14 -14
- data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/response_throttled_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_available_spec.rb +14 -14
- data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_ace_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_invalid_spec.rb +14 -14
- data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_registered_spec.rb +15 -15
- data/spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dns.be/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.dns.be/response_throttled_spec.rb +29 -0
- data/spec/whois/record/parser/responses/whois.dns.be/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dns.be/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dns.lu/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.dns.lu/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dns.lu/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dns.pl/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.dns.pl/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dns.pl/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dns.pt/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dns.pt/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dns.pt/status_reserved_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.domain-registry.nl/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_daily_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_unavailable_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_quarantine_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.domain.kg/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.domain.kg/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.domainregistry.ie/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.domainregistry.ie/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.domainregistry.ie/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.domainregistry.my/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.domainregistry.my/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.domreg.lt/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.domreg.lt/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.domreg.lt/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dot.tk/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dot.tk/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.educause.edu/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.educause.edu/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.eenet.ee/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.eenet.ee/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.eu.org/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.eu.org/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.eu/property_nameservers_spec.rb +44 -0
- data/spec/whois/record/parser/responses/whois.eu/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.eu/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ficora.fi/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ficora.fi/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.gg/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.gg/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.gov.za/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.gov.za/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.hkirc.hk/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.hkirc.hk/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.iam.net.ma/status_available_spec.rb +6 -6
- data/spec/whois/record/parser/responses/whois.iam.net.ma/status_registered_spec.rb +6 -6
- data/spec/whois/record/parser/responses/whois.iana.org/status_available_spec.rb +10 -10
- data/spec/whois/record/parser/responses/whois.iana.org/status_not_assigned_spec.rb +10 -10
- data/spec/whois/record/parser/responses/whois.iana.org/status_registered_spec.rb +10 -10
- data/spec/whois/record/parser/responses/whois.in.ua/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.in.ua/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.isnic.is/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.isnic.is/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_missing_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_allowed_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_locked_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.isoc.org.il/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.isoc.org.il/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.je/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.je/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_expires_on_missing_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_reserved_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.kenic.or.ke/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.kenic.or.ke/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.kr/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.kr/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.kr/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.markmonitor.com/status_registered_spec.rb +11 -11
- data/spec/whois/record/parser/responses/whois.meregistry.net/property_nameservers_is_missing_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.meregistry.net/property_updated_on_is_blank_spec.rb +29 -0
- data/spec/whois/record/parser/responses/whois.meregistry.net/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.meregistry.net/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.museum/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.museum/status_registered_spec.rb +8 -8
- data/spec/whois/record/parser/responses/whois.na-nic.com.na/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.na-nic.com.na/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.net.ua/property_nameservers_uppercase_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.net.ua/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.net.ua/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.netcom.cm/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.netcom.cm/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic-se.se/property_datetime_is_dash_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic-se.se/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic-se.se/status_available_spec.rb +6 -6
- data/spec/whois/record/parser/responses/whois.nic-se.se/status_inactive_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic-se.se/status_registered_spec.rb +6 -6
- data/spec/whois/record/parser/responses/whois.nic.ac/status_available_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.ac/status_registered_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.af/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.af/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ag/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ag/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.am/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.am/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.as/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.as/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.asia/property_status_client_delete_prohibited_spec.rb +39 -0
- data/spec/whois/record/parser/responses/whois.nic.asia/property_status_client_transfer_prohibited_spec.rb +39 -0
- data/spec/whois/record/parser/responses/whois.nic.asia/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.asia/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.at/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.at/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.bo/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.nic.bo/status_registered_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.nic.cc/property_nameserver_no_nameserver_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.cc/status_available_spec.rb +13 -13
- data/spec/whois/record/parser/responses/whois.nic.cc/status_registered_spec.rb +13 -13
- data/spec/whois/record/parser/responses/whois.nic.cd/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.cd/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ch/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.ch/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ch/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ci/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ci/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ck/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ck/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.cl/status_available_spec.rb +6 -6
- data/spec/whois/record/parser/responses/whois.nic.cl/status_registered_spec.rb +6 -6
- data/spec/whois/record/parser/responses/whois.nic.co/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.co/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.coop/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.coop/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.cx/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.cx/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.cz/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.cz/property_status_expired_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.cz/property_status_missing_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.cz/property_status_paid_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.cz/property_status_update_prohibited_spec.rb +39 -0
- data/spec/whois/record/parser/responses/whois.nic.cz/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.cz/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.dz/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.dz/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ec/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ec/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_missing_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_redemption_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_registered_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.fr/fr/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.fr/fr/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.fr/pm/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.fr/pm/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.fr/re/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.fr/re/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.fr/tf/property_status_frozen_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.fr/tf/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.fr/tf/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.fr/wf/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.fr/wf/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.fr/yt/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.fr/yt/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.gl/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.gl/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.gov/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.gov/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.gs/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.gs/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ht/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ht/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_company_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_private_person_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_without_address_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_available_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_in_progress_spec.rb +15 -15
- data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_registered_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_available_spec.rb +14 -14
- data/spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_registered_spec.rb +14 -14
- data/spec/whois/record/parser/responses/whois.nic.im/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.im/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.io/status_available_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.io/status_registered_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.ir/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ir/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.it/property_contact_province_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.it/property_contact_with_company_in_address_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.it/property_contact_with_organization_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_active_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_available_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_client_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_graceperiod_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_inactive_noregistrar_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_no_provider_spec.rb +39 -0
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_ok_autorenew_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_ok_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.it/{property_status_pendingdelete_spec.rb → property_status_pendingdelete_pendingdelete_spec.rb} +7 -7
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod_spec.rb +39 -0
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingupdate_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_redemption_no_provider_spec.rb +39 -0
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_unassignable_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.it/property_technical_contact_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.it/response_unavailable_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.it/status_available_spec.rb +17 -17
- data/spec/whois/record/parser/responses/whois.nic.it/status_registered_spec.rb +17 -17
- data/spec/whois/record/parser/responses/whois.nic.ki/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ki/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.kz/property_status_missing_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.kz/property_status_multiple_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.kz/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.kz/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.la/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.la/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.li/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.li/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.lv/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.lv/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ly/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ly/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.md/status_available_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.md/status_registered_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.mg/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.mg/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ms/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ms/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.mu/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.mu/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.mx/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.mx/status_available_spec.rb +6 -6
- data/spec/whois/record/parser/responses/whois.nic.mx/status_registered_spec.rb +6 -6
- data/spec/whois/record/parser/responses/whois.nic.name/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.name/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.net.nf/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.net.nf/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.net.ng/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.net.ng/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.net.sa/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.net.sa/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.nu/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.nu/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.org.uy/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.org.uy/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.pr/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.pr/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.priv.at/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.priv.at/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.sh/status_available_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.sh/status_registered_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.sl/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.sl/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/{whois.ripe.net/sm → whois.nic.sm}/status_available_spec.rb +13 -13
- data/spec/whois/record/parser/responses/{whois.ripe.net/sm → whois.nic.sm}/status_registered_spec.rb +15 -13
- data/spec/whois/record/parser/responses/whois.nic.sn/status_available_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.sn/status_registered_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.so/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.so/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.st/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.st/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.tel/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.tel/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.tl/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.tl/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.tm/status_available_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.tm/status_registered_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_trailing_space_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.tr/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.tr/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.travel/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.travel/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.tv/property_nameserver_no_nameserver_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.tv/status_available_spec.rb +13 -13
- data/spec/whois/record/parser/responses/whois.nic.tv/status_registered_spec.rb +13 -13
- data/spec/whois/record/parser/responses/whois.nic.uk/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.uk/property_registrar_without_trading_name_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.uk/property_status_missing_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_registration_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_renewal_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.uk/property_status_registered_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.uk/property_status_suspended_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.uk/status_available_spec.rb +9 -9
- data/spec/whois/record/parser/responses/whois.nic.uk/status_invalid_spec.rb +7 -2
- data/spec/whois/record/parser/responses/whois.nic.uk/status_registered_spec.rb +10 -10
- data/spec/whois/record/parser/responses/whois.nic.uk/status_suspended_spec.rb +8 -8
- data/spec/whois/record/parser/responses/whois.nic.us/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.us/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ve/property_expires_on_missing_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_missing_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.ve/property_status_activo_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.ve/property_status_missing_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.ve/property_status_suspendido_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_blank_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.nic.ve/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ve/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.ve/status_suspended_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.nic.xxx/status_available_spec.rb +108 -0
- data/spec/whois/record/parser/responses/whois.nic.xxx/status_registered_spec.rb +157 -0
- data/spec/whois/record/parser/responses/whois.norid.no/status_available_spec.rb +6 -6
- data/spec/whois/record/parser/responses/whois.norid.no/status_registered_spec.rb +6 -6
- data/spec/whois/record/parser/responses/whois.org.za/status_available_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.org.za/status_registered_spec.rb +16 -16
- data/spec/whois/record/parser/responses/whois.pandi.or.id/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.pandi.or.id/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.pnina.ps/property_nameservers_with_nodns_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.pnina.ps/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.pnina.ps/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/response_throttled_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_available_spec.rb +14 -14
- data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_registered_spec.rb +15 -15
- data/spec/whois/record/parser/responses/whois.register.bg/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.register.bg/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.register.bg/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.registro.br/status_available_limited_spec.rb +2 -2
- data/spec/whois/record/parser/responses/whois.registro.br/status_available_spec.rb +12 -11
- data/spec/whois/record/parser/responses/whois.registro.br/status_registered_limited_spec.rb +2 -2
- data/spec/whois/record/parser/responses/whois.registro.br/status_registered_spec.rb +19 -11
- data/spec/whois/record/parser/responses/whois.registry.gy/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.registry.gy/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.registry.hm/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.registry.hm/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.registry.in/property_status_missing_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.registry.in/property_status_multiple_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.registry.in/property_status_ok_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.registry.in/status_available_spec.rb +8 -8
- data/spec/whois/record/parser/responses/whois.registry.in/status_registered_spec.rb +8 -8
- data/spec/whois/record/parser/responses/whois.registrypro.pro/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.registrypro.pro/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ripe.net/fo/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ripe.net/fo/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ripe.net/gm/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ripe.net/gm/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ripe.net/mc/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ripe.net/mc/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ripe.net/va/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ripe.net/va/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.ripn.net/ru/property_nameservers_with_ip_spec.rb +1 -1
- data/spec/whois/record/parser/responses/whois.ripn.net/ru/status_available_spec.rb +11 -11
- data/spec/whois/record/parser/responses/whois.ripn.net/ru/status_registered_spec.rb +11 -11
- data/spec/whois/record/parser/responses/whois.ripn.net/su/status_available_spec.rb +11 -11
- data/spec/whois/record/parser/responses/whois.ripn.net/su/status_registered_spec.rb +11 -11
- data/spec/whois/record/parser/responses/whois.ripn.net/xn--p1ai/status_available_spec.rb +11 -11
- data/spec/whois/record/parser/responses/whois.ripn.net/xn--p1ai/status_registered_spec.rb +11 -11
- data/spec/whois/record/parser/responses/whois.rotld.ro/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.rotld.ro/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.samoanic.ws/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.samoanic.ws/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.sgnic.sg/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.sgnic.sg/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_dakt_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_exp_spec.rb +39 -0
- data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_held_spec.rb +4 -4
- data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_lnot_spec.rb +39 -0
- data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_ok_spec.rb +3 -3
- data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_warn_spec.rb +39 -0
- data/spec/whois/record/parser/responses/whois.sk-nic.sk/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.sk-nic.sk/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.srs.net.nz/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.srs.net.nz/status_invalid_spec.rb +17 -7
- data/spec/whois/record/parser/responses/whois.srs.net.nz/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.thnic.co.th/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.thnic.co.th/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.tld.ee/status_available_spec.rb +11 -11
- data/spec/whois/record/parser/responses/whois.tld.ee/status_expired_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.tld.ee/status_registered_spec.rb +11 -11
- data/spec/whois/record/parser/responses/whois.tonic.to/response_incomplete_spec.rb +2 -2
- data/spec/whois/record/parser/responses/whois.tonic.to/status_available_spec.rb +17 -17
- data/spec/whois/record/parser/responses/whois.tonic.to/status_registered_spec.rb +17 -17
- data/spec/whois/record/parser/responses/whois.twnic.net.tw/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.twnic.net.tw/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.tznic.or.tz/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.tznic.or.tz/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.usp.ac.fj/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.usp.ac.fj/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.za.net/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.za.net/status_registered_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.za.org/status_available_spec.rb +7 -7
- data/spec/whois/record/parser/responses/whois.za.org/status_registered_spec.rb +7 -7
- data/spec/whois/server/adapters/verisign_spec.rb +16 -5
- data/whois.gemspec +14 -11
- metadata +78 -21
- data/spec/fixtures/responses/whois.eu/property_nameservers_with_ip.expected +0 -9
- data/spec/fixtures/responses/whois.ripe.net/sm/status_available.txt +0 -11
- data/spec/fixtures/responses/whois.ripe.net/sm/status_registered.txt +0 -60
- data/spec/whois/record/parser/responses/whois.eu/property_nameservers_with_ip_spec.rb +0 -36
@@ -21,82 +21,82 @@ describe Whois::Record::Parser::WhoisCozaNetZa, "status_available.expected" do
|
|
21
21
|
@parser = klass.new(part)
|
22
22
|
end
|
23
23
|
|
24
|
-
|
24
|
+
describe "#disclaimer" do
|
25
25
|
it do
|
26
26
|
lambda { @parser.disclaimer }.should raise_error(Whois::PropertyNotSupported)
|
27
27
|
end
|
28
28
|
end
|
29
|
-
|
29
|
+
describe "#domain" do
|
30
30
|
it do
|
31
31
|
lambda { @parser.domain }.should raise_error(Whois::PropertyNotSupported)
|
32
32
|
end
|
33
33
|
end
|
34
|
-
|
34
|
+
describe "#domain_id" do
|
35
35
|
it do
|
36
36
|
lambda { @parser.domain_id }.should raise_error(Whois::PropertyNotSupported)
|
37
37
|
end
|
38
38
|
end
|
39
|
-
|
39
|
+
describe "#referral_url" do
|
40
40
|
it do
|
41
41
|
lambda { @parser.referral_url }.should raise_error(Whois::PropertyNotSupported)
|
42
42
|
end
|
43
43
|
end
|
44
|
-
|
44
|
+
describe "#referral_whois" do
|
45
45
|
it do
|
46
46
|
lambda { @parser.referral_whois }.should raise_error(Whois::PropertyNotSupported)
|
47
47
|
end
|
48
48
|
end
|
49
|
-
|
49
|
+
describe "#status" do
|
50
50
|
it do
|
51
51
|
@parser.status.should == :available
|
52
52
|
end
|
53
53
|
end
|
54
|
-
|
54
|
+
describe "#available?" do
|
55
55
|
it do
|
56
56
|
@parser.available?.should == true
|
57
57
|
end
|
58
58
|
end
|
59
|
-
|
59
|
+
describe "#registered?" do
|
60
60
|
it do
|
61
61
|
@parser.registered?.should == false
|
62
62
|
end
|
63
63
|
end
|
64
|
-
|
64
|
+
describe "#created_on" do
|
65
65
|
it do
|
66
66
|
lambda { @parser.created_on }.should raise_error(Whois::PropertyNotSupported)
|
67
67
|
end
|
68
68
|
end
|
69
|
-
|
69
|
+
describe "#updated_on" do
|
70
70
|
it do
|
71
71
|
lambda { @parser.updated_on }.should raise_error(Whois::PropertyNotSupported)
|
72
72
|
end
|
73
73
|
end
|
74
|
-
|
74
|
+
describe "#expires_on" do
|
75
75
|
it do
|
76
76
|
lambda { @parser.expires_on }.should raise_error(Whois::PropertyNotSupported)
|
77
77
|
end
|
78
78
|
end
|
79
|
-
|
79
|
+
describe "#registrar" do
|
80
80
|
it do
|
81
81
|
lambda { @parser.registrar }.should raise_error(Whois::PropertyNotSupported)
|
82
82
|
end
|
83
83
|
end
|
84
|
-
|
84
|
+
describe "#registrant_contacts" do
|
85
85
|
it do
|
86
86
|
lambda { @parser.registrant_contacts }.should raise_error(Whois::PropertyNotSupported)
|
87
87
|
end
|
88
88
|
end
|
89
|
-
|
89
|
+
describe "#admin_contacts" do
|
90
90
|
it do
|
91
91
|
lambda { @parser.admin_contacts }.should raise_error(Whois::PropertyNotSupported)
|
92
92
|
end
|
93
93
|
end
|
94
|
-
|
94
|
+
describe "#technical_contacts" do
|
95
95
|
it do
|
96
96
|
lambda { @parser.technical_contacts }.should raise_error(Whois::PropertyNotSupported)
|
97
97
|
end
|
98
98
|
end
|
99
|
-
|
99
|
+
describe "#nameservers" do
|
100
100
|
it do
|
101
101
|
lambda { @parser.nameservers }.should raise_error(Whois::PropertyNotSupported)
|
102
102
|
end
|
@@ -21,82 +21,82 @@ describe Whois::Record::Parser::WhoisCozaNetZa, "status_registered.expected" do
|
|
21
21
|
@parser = klass.new(part)
|
22
22
|
end
|
23
23
|
|
24
|
-
|
24
|
+
describe "#disclaimer" do
|
25
25
|
it do
|
26
26
|
lambda { @parser.disclaimer }.should raise_error(Whois::PropertyNotSupported)
|
27
27
|
end
|
28
28
|
end
|
29
|
-
|
29
|
+
describe "#domain" do
|
30
30
|
it do
|
31
31
|
lambda { @parser.domain }.should raise_error(Whois::PropertyNotSupported)
|
32
32
|
end
|
33
33
|
end
|
34
|
-
|
34
|
+
describe "#domain_id" do
|
35
35
|
it do
|
36
36
|
lambda { @parser.domain_id }.should raise_error(Whois::PropertyNotSupported)
|
37
37
|
end
|
38
38
|
end
|
39
|
-
|
39
|
+
describe "#referral_url" do
|
40
40
|
it do
|
41
41
|
lambda { @parser.referral_url }.should raise_error(Whois::PropertyNotSupported)
|
42
42
|
end
|
43
43
|
end
|
44
|
-
|
44
|
+
describe "#referral_whois" do
|
45
45
|
it do
|
46
46
|
lambda { @parser.referral_whois }.should raise_error(Whois::PropertyNotSupported)
|
47
47
|
end
|
48
48
|
end
|
49
|
-
|
49
|
+
describe "#status" do
|
50
50
|
it do
|
51
51
|
@parser.status.should == :registered
|
52
52
|
end
|
53
53
|
end
|
54
|
-
|
54
|
+
describe "#available?" do
|
55
55
|
it do
|
56
56
|
@parser.available?.should == false
|
57
57
|
end
|
58
58
|
end
|
59
|
-
|
59
|
+
describe "#registered?" do
|
60
60
|
it do
|
61
61
|
@parser.registered?.should == true
|
62
62
|
end
|
63
63
|
end
|
64
|
-
|
64
|
+
describe "#created_on" do
|
65
65
|
it do
|
66
66
|
lambda { @parser.created_on }.should raise_error(Whois::PropertyNotSupported)
|
67
67
|
end
|
68
68
|
end
|
69
|
-
|
69
|
+
describe "#updated_on" do
|
70
70
|
it do
|
71
71
|
lambda { @parser.updated_on }.should raise_error(Whois::PropertyNotSupported)
|
72
72
|
end
|
73
73
|
end
|
74
|
-
|
74
|
+
describe "#expires_on" do
|
75
75
|
it do
|
76
76
|
lambda { @parser.expires_on }.should raise_error(Whois::PropertyNotSupported)
|
77
77
|
end
|
78
78
|
end
|
79
|
-
|
79
|
+
describe "#registrar" do
|
80
80
|
it do
|
81
81
|
lambda { @parser.registrar }.should raise_error(Whois::PropertyNotSupported)
|
82
82
|
end
|
83
83
|
end
|
84
|
-
|
84
|
+
describe "#registrant_contacts" do
|
85
85
|
it do
|
86
86
|
lambda { @parser.registrant_contacts }.should raise_error(Whois::PropertyNotSupported)
|
87
87
|
end
|
88
88
|
end
|
89
|
-
|
89
|
+
describe "#admin_contacts" do
|
90
90
|
it do
|
91
91
|
lambda { @parser.admin_contacts }.should raise_error(Whois::PropertyNotSupported)
|
92
92
|
end
|
93
93
|
end
|
94
|
-
|
94
|
+
describe "#technical_contacts" do
|
95
95
|
it do
|
96
96
|
lambda { @parser.technical_contacts }.should raise_error(Whois::PropertyNotSupported)
|
97
97
|
end
|
98
98
|
end
|
99
|
-
|
99
|
+
describe "#nameservers" do
|
100
100
|
it do
|
101
101
|
lambda { @parser.nameservers }.should raise_error(Whois::PropertyNotSupported)
|
102
102
|
end
|
data/spec/whois/record/parser/responses/whois.crsnic.net/property_nameserver_no_nameserver_spec.rb
CHANGED
@@ -21,7 +21,7 @@ describe Whois::Record::Parser::WhoisCrsnicNet, "property_nameserver_no_nameserv
|
|
21
21
|
@parser = klass.new(part)
|
22
22
|
end
|
23
23
|
|
24
|
-
|
24
|
+
describe "#nameservers" do
|
25
25
|
it do
|
26
26
|
@parser.nameservers.should be_a(Array)
|
27
27
|
@parser.nameservers.should == []
|
@@ -21,7 +21,7 @@ describe Whois::Record::Parser::WhoisCrsnicNet, "property_registrar_with_multipl
|
|
21
21
|
@parser = klass.new(part)
|
22
22
|
end
|
23
23
|
|
24
|
-
|
24
|
+
describe "#registrar" do
|
25
25
|
it do
|
26
26
|
@parser.registrar.should be_a(_registrar)
|
27
27
|
@parser.registrar.id.should == nil
|
@@ -21,67 +21,67 @@ describe Whois::Record::Parser::WhoisCrsnicNet, "status_available.expected" do
|
|
21
21
|
@parser = klass.new(part)
|
22
22
|
end
|
23
23
|
|
24
|
-
|
24
|
+
describe "#disclaimer" do
|
25
25
|
it do
|
26
26
|
@parser.disclaimer.should == "TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or modify existing registrations; the Data in VeriSign Global Registry Services' (\"VeriSign\") Whois database is provided by VeriSign for information purposes only, and to assist persons in obtaining information about or related to a domain name registration record. VeriSign does not guarantee its accuracy. By submitting a Whois query, you agree to abide by the following terms of use: You agree that you may use this Data only for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes that apply to VeriSign (or its computer systems). The compilation, repackaging, dissemination or other use of this Data is expressly prohibited without the prior written consent of VeriSign. You agree not to use electronic processes that are automated and high-volume to access or query the Whois database except as reasonably necessary to register domain names or modify existing registrations. VeriSign reserves the right to restrict your access to the Whois database in its sole discretion to ensure operational stability. VeriSign may restrict or terminate your access to the Whois database for failure to abide by these terms of use. VeriSign reserves the right to modify these terms at any time."
|
27
27
|
end
|
28
28
|
end
|
29
|
-
|
29
|
+
describe "#domain" do
|
30
30
|
it do
|
31
31
|
@parser.domain.should == "googlelkjhgfdfghjklkjhgf.net"
|
32
32
|
end
|
33
33
|
end
|
34
|
-
|
34
|
+
describe "#domain_id" do
|
35
35
|
it do
|
36
36
|
lambda { @parser.domain_id }.should raise_error(Whois::PropertyNotSupported)
|
37
37
|
end
|
38
38
|
end
|
39
|
-
|
39
|
+
describe "#referral_whois" do
|
40
40
|
it do
|
41
41
|
@parser.referral_whois.should == nil
|
42
42
|
end
|
43
43
|
end
|
44
|
-
|
44
|
+
describe "#referral_url" do
|
45
45
|
it do
|
46
46
|
@parser.referral_url.should == nil
|
47
47
|
end
|
48
48
|
end
|
49
|
-
|
49
|
+
describe "#status" do
|
50
50
|
it do
|
51
51
|
@parser.status.should == nil
|
52
52
|
end
|
53
53
|
end
|
54
|
-
|
54
|
+
describe "#available?" do
|
55
55
|
it do
|
56
56
|
@parser.available?.should == true
|
57
57
|
end
|
58
58
|
end
|
59
|
-
|
59
|
+
describe "#registered?" do
|
60
60
|
it do
|
61
61
|
@parser.registered?.should == false
|
62
62
|
end
|
63
63
|
end
|
64
|
-
|
64
|
+
describe "#created_on" do
|
65
65
|
it do
|
66
66
|
@parser.created_on.should == nil
|
67
67
|
end
|
68
68
|
end
|
69
|
-
|
69
|
+
describe "#updated_on" do
|
70
70
|
it do
|
71
71
|
@parser.updated_on.should == nil
|
72
72
|
end
|
73
73
|
end
|
74
|
-
|
74
|
+
describe "#expires_on" do
|
75
75
|
it do
|
76
76
|
@parser.expires_on.should == nil
|
77
77
|
end
|
78
78
|
end
|
79
|
-
|
79
|
+
describe "#registrar" do
|
80
80
|
it do
|
81
81
|
@parser.registrar.should == nil
|
82
82
|
end
|
83
83
|
end
|
84
|
-
|
84
|
+
describe "#nameservers" do
|
85
85
|
it do
|
86
86
|
@parser.nameservers.should be_a(Array)
|
87
87
|
@parser.nameservers.should == []
|
@@ -21,65 +21,65 @@ describe Whois::Record::Parser::WhoisCrsnicNet, "status_registered.expected" do
|
|
21
21
|
@parser = klass.new(part)
|
22
22
|
end
|
23
23
|
|
24
|
-
|
24
|
+
describe "#disclaimer" do
|
25
25
|
it do
|
26
26
|
@parser.disclaimer.should == "TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or modify existing registrations; the Data in VeriSign Global Registry Services' (\"VeriSign\") Whois database is provided by VeriSign for information purposes only, and to assist persons in obtaining information about or related to a domain name registration record. VeriSign does not guarantee its accuracy. By submitting a Whois query, you agree to abide by the following terms of use: You agree that you may use this Data only for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes that apply to VeriSign (or its computer systems). The compilation, repackaging, dissemination or other use of this Data is expressly prohibited without the prior written consent of VeriSign. You agree not to use electronic processes that are automated and high-volume to access or query the Whois database except as reasonably necessary to register domain names or modify existing registrations. VeriSign reserves the right to restrict your access to the Whois database in its sole discretion to ensure operational stability. VeriSign may restrict or terminate your access to the Whois database for failure to abide by these terms of use. VeriSign reserves the right to modify these terms at any time."
|
27
27
|
end
|
28
28
|
end
|
29
|
-
|
29
|
+
describe "#domain" do
|
30
30
|
it do
|
31
31
|
@parser.domain.should == "google.net"
|
32
32
|
end
|
33
33
|
end
|
34
|
-
|
34
|
+
describe "#domain_id" do
|
35
35
|
it do
|
36
36
|
lambda { @parser.domain_id }.should raise_error(Whois::PropertyNotSupported)
|
37
37
|
end
|
38
38
|
end
|
39
|
-
|
39
|
+
describe "#referral_whois" do
|
40
40
|
it do
|
41
41
|
@parser.referral_whois.should == "whois.markmonitor.com"
|
42
42
|
end
|
43
43
|
end
|
44
|
-
|
44
|
+
describe "#referral_url" do
|
45
45
|
it do
|
46
46
|
@parser.referral_url.should == "http://www.markmonitor.com"
|
47
47
|
end
|
48
48
|
end
|
49
|
-
|
49
|
+
describe "#status" do
|
50
50
|
it do
|
51
51
|
@parser.status.should == ["clientDeleteProhibited", "clientTransferProhibited", "clientUpdateProhibited"]
|
52
52
|
end
|
53
53
|
end
|
54
|
-
|
54
|
+
describe "#available?" do
|
55
55
|
it do
|
56
56
|
@parser.available?.should == false
|
57
57
|
end
|
58
58
|
end
|
59
|
-
|
59
|
+
describe "#registered?" do
|
60
60
|
it do
|
61
61
|
@parser.registered?.should == true
|
62
62
|
end
|
63
63
|
end
|
64
|
-
|
64
|
+
describe "#created_on" do
|
65
65
|
it do
|
66
66
|
@parser.created_on.should be_a(Time)
|
67
67
|
@parser.created_on.should == Time.parse("1999-03-15")
|
68
68
|
end
|
69
69
|
end
|
70
|
-
|
70
|
+
describe "#updated_on" do
|
71
71
|
it do
|
72
72
|
@parser.updated_on.should be_a(Time)
|
73
73
|
@parser.updated_on.should == Time.parse("2009-02-10")
|
74
74
|
end
|
75
75
|
end
|
76
|
-
|
76
|
+
describe "#expires_on" do
|
77
77
|
it do
|
78
78
|
@parser.expires_on.should be_a(Time)
|
79
79
|
@parser.expires_on.should == Time.parse("2010-03-15")
|
80
80
|
end
|
81
81
|
end
|
82
|
-
|
82
|
+
describe "#registrar" do
|
83
83
|
it do
|
84
84
|
@parser.registrar.should be_a(_registrar)
|
85
85
|
@parser.registrar.id.should == nil
|
@@ -88,7 +88,7 @@ describe Whois::Record::Parser::WhoisCrsnicNet, "status_registered.expected" do
|
|
88
88
|
@parser.registrar.url.should == "http://www.markmonitor.com"
|
89
89
|
end
|
90
90
|
end
|
91
|
-
|
91
|
+
describe "#nameservers" do
|
92
92
|
it do
|
93
93
|
@parser.nameservers.should be_a(Array)
|
94
94
|
@parser.nameservers.should have(4).items
|
data/spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_available_spec.rb
CHANGED
@@ -21,75 +21,75 @@ describe Whois::Record::Parser::WhoisDenicDe, "status_available.expected" do
|
|
21
21
|
@parser = klass.new(part)
|
22
22
|
end
|
23
23
|
|
24
|
-
|
24
|
+
describe "#disclaimer" do
|
25
25
|
it do
|
26
26
|
@parser.disclaimer.should == "All the domain data that is visible in the whois search is protected by law. It is not permitted to use it for any purpose other than technical or administrative requirements associated with the operation of the Internet or in order to contact the domain holder over legal problems. You are not permitted to save it electronically or in any other way without DENIC's express written permission. It is prohibited, in particular, to use it for advertising or any similar purpose. By maintaining the connection you assure that you have a legitimate interest in the data and that you will only use it for the stated purposes. You are aware that DENIC maintains the right to initiate legal proceedings against you in the event of any breach of this assurance and to bar you from using its whois query."
|
27
27
|
end
|
28
28
|
end
|
29
|
-
|
29
|
+
describe "#domain" do
|
30
30
|
it do
|
31
31
|
@parser.domain.should == nil
|
32
32
|
end
|
33
33
|
end
|
34
|
-
|
34
|
+
describe "#domain_id" do
|
35
35
|
it do
|
36
36
|
lambda { @parser.domain_id }.should raise_error(Whois::PropertyNotSupported)
|
37
37
|
end
|
38
38
|
end
|
39
|
-
|
39
|
+
describe "#status" do
|
40
40
|
it do
|
41
41
|
@parser.status.should == :available
|
42
42
|
end
|
43
43
|
end
|
44
|
-
|
44
|
+
describe "#available?" do
|
45
45
|
it do
|
46
46
|
@parser.available?.should == true
|
47
47
|
end
|
48
48
|
end
|
49
|
-
|
49
|
+
describe "#registered?" do
|
50
50
|
it do
|
51
51
|
@parser.registered?.should == false
|
52
52
|
end
|
53
53
|
end
|
54
|
-
|
54
|
+
describe "#created_on" do
|
55
55
|
it do
|
56
56
|
lambda { @parser.created_on }.should raise_error(Whois::PropertyNotSupported)
|
57
57
|
end
|
58
58
|
end
|
59
|
-
|
59
|
+
describe "#updated_on" do
|
60
60
|
it do
|
61
61
|
@parser.updated_on.should == nil
|
62
62
|
end
|
63
63
|
end
|
64
|
-
|
64
|
+
describe "#expires_on" do
|
65
65
|
it do
|
66
66
|
lambda { @parser.expires_on }.should raise_error(Whois::PropertyNotSupported)
|
67
67
|
end
|
68
68
|
end
|
69
|
-
|
69
|
+
describe "#registrar" do
|
70
70
|
it do
|
71
71
|
@parser.registrar.should == nil
|
72
72
|
end
|
73
73
|
end
|
74
|
-
|
74
|
+
describe "#registrant_contacts" do
|
75
75
|
it do
|
76
76
|
@parser.registrant_contacts.should be_a(Array)
|
77
77
|
@parser.registrant_contacts.should == []
|
78
78
|
end
|
79
79
|
end
|
80
|
-
|
80
|
+
describe "#admin_contacts" do
|
81
81
|
it do
|
82
82
|
@parser.admin_contacts.should be_a(Array)
|
83
83
|
@parser.admin_contacts.should == []
|
84
84
|
end
|
85
85
|
end
|
86
|
-
|
86
|
+
describe "#technical_contacts" do
|
87
87
|
it do
|
88
88
|
@parser.technical_contacts.should be_a(Array)
|
89
89
|
@parser.technical_contacts.should == []
|
90
90
|
end
|
91
91
|
end
|
92
|
-
|
92
|
+
describe "#nameservers" do
|
93
93
|
it do
|
94
94
|
@parser.nameservers.should be_a(Array)
|
95
95
|
@parser.nameservers.should == []
|