whois 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.rdoc +10 -0
- data/lib/whois/definitions/tlds.rb +1 -0
- data/lib/whois/errors.rb +1 -0
- data/lib/whois/record/parser/whois.nic-se.se.rb +4 -4
- data/lib/whois/record/parser/whois.nic.it.rb +3 -3
- data/lib/whois/version.rb +1 -1
- data/spec/fixtures/responses/whois.nic-se.se/property_datetime_is_dash.expected +10 -0
- data/spec/fixtures/responses/whois.nic-se.se/property_datetime_is_dash.txt +34 -0
- data/spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer.txt +46 -0
- data/spec/fixtures/responses/whois.nic.it/property_status_pendingupdate.expected +8 -0
- data/spec/fixtures/responses/whois.nic.it/property_status_pendingupdate.txt +59 -0
- data/spec/whois/record/parser/responses/whois.nic-se.se/property_datetime_is_dash_spec.rb +41 -0
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_spec.rb +39 -0
- data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingupdate_spec.rb +39 -0
- data/whois.gemspec +3 -3
- metadata +11 -2
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: whois
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 2.0.
|
5
|
+
version: 2.0.4
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Simone Carletti
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-05-
|
13
|
+
date: 2011-05-10 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rspec
|
@@ -732,6 +732,8 @@ files:
|
|
732
732
|
- spec/fixtures/responses/whois.netcom.cm/status_available.txt
|
733
733
|
- spec/fixtures/responses/whois.netcom.cm/status_registered.expected
|
734
734
|
- spec/fixtures/responses/whois.netcom.cm/status_registered.txt
|
735
|
+
- spec/fixtures/responses/whois.nic-se.se/property_datetime_is_dash.expected
|
736
|
+
- spec/fixtures/responses/whois.nic-se.se/property_datetime_is_dash.txt
|
735
737
|
- spec/fixtures/responses/whois.nic-se.se/property_nameservers_with_ip.expected
|
736
738
|
- spec/fixtures/responses/whois.nic-se.se/property_nameservers_with_ip.txt
|
737
739
|
- spec/fixtures/responses/whois.nic-se.se/property_status_inactive.txt
|
@@ -943,6 +945,10 @@ files:
|
|
943
945
|
- spec/fixtures/responses/whois.nic.it/property_status_ok_autorenew.txt
|
944
946
|
- spec/fixtures/responses/whois.nic.it/property_status_pendingdelete.expected
|
945
947
|
- spec/fixtures/responses/whois.nic.it/property_status_pendingdelete.txt
|
948
|
+
- spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer.expected
|
949
|
+
- spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer.txt
|
950
|
+
- spec/fixtures/responses/whois.nic.it/property_status_pendingupdate.expected
|
951
|
+
- spec/fixtures/responses/whois.nic.it/property_status_pendingupdate.txt
|
946
952
|
- spec/fixtures/responses/whois.nic.it/property_status_unassignable.expected
|
947
953
|
- spec/fixtures/responses/whois.nic.it/property_status_unassignable.txt
|
948
954
|
- spec/fixtures/responses/whois.nic.it/property_technical_contact.expected
|
@@ -1544,6 +1550,7 @@ files:
|
|
1544
1550
|
- spec/whois/record/parser/responses/whois.net.ua/status_registered_spec.rb
|
1545
1551
|
- spec/whois/record/parser/responses/whois.netcom.cm/status_available_spec.rb
|
1546
1552
|
- spec/whois/record/parser/responses/whois.netcom.cm/status_registered_spec.rb
|
1553
|
+
- spec/whois/record/parser/responses/whois.nic-se.se/property_datetime_is_dash_spec.rb
|
1547
1554
|
- spec/whois/record/parser/responses/whois.nic-se.se/property_nameservers_with_ip_spec.rb
|
1548
1555
|
- spec/whois/record/parser/responses/whois.nic-se.se/status_available_spec.rb
|
1549
1556
|
- spec/whois/record/parser/responses/whois.nic-se.se/status_inactive_spec.rb
|
@@ -1647,6 +1654,8 @@ files:
|
|
1647
1654
|
- spec/whois/record/parser/responses/whois.nic.it/property_status_ok_autorenew_spec.rb
|
1648
1655
|
- spec/whois/record/parser/responses/whois.nic.it/property_status_ok_spec.rb
|
1649
1656
|
- spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_spec.rb
|
1657
|
+
- spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_spec.rb
|
1658
|
+
- spec/whois/record/parser/responses/whois.nic.it/property_status_pendingupdate_spec.rb
|
1650
1659
|
- spec/whois/record/parser/responses/whois.nic.it/property_status_unassignable_spec.rb
|
1651
1660
|
- spec/whois/record/parser/responses/whois.nic.it/property_technical_contact_spec.rb
|
1652
1661
|
- spec/whois/record/parser/responses/whois.nic.it/response_unavailable_spec.rb
|