domain_prefix 0.3.0.3 → 0.3.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -6
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/data/effective_tld_names.dat +373 -25
- data/domain_prefix.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 515ae45ac9aca6b074e3c85700a0c758122c5600
|
|
4
|
+
data.tar.gz: 4dece8f9a3f1943d52693a9882c8c7142dbaf927
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 782097b55fc2f632ebc911e33dd04a55d0b98ed8e11841bcc2e89f0966203ff09751f7f7194dde9ac66a0f3550705b60712168d4c62ba46d8a61fcb66378a227
|
|
7
|
+
data.tar.gz: 12dc2992c505852f2444e6dafea09a53e70b51466a19717a14d7620772a185423f743dd1dd596d91e19549040bcceaf86b566091f61365b6735d60561defaa06
|
data/Gemfile.lock
CHANGED
|
@@ -29,15 +29,15 @@ GEM
|
|
|
29
29
|
rake
|
|
30
30
|
rdoc
|
|
31
31
|
json (1.8.1)
|
|
32
|
-
jwt (0.1.
|
|
32
|
+
jwt (0.1.13)
|
|
33
33
|
multi_json (>= 1.5)
|
|
34
|
-
mini_portile (0.
|
|
34
|
+
mini_portile (0.6.0)
|
|
35
35
|
minitest (4.7.5)
|
|
36
|
-
multi_json (1.
|
|
36
|
+
multi_json (1.10.1)
|
|
37
37
|
multi_xml (0.5.5)
|
|
38
38
|
multipart-post (2.0.0)
|
|
39
|
-
nokogiri (1.6.1)
|
|
40
|
-
mini_portile (
|
|
39
|
+
nokogiri (1.6.2.1)
|
|
40
|
+
mini_portile (= 0.6.0)
|
|
41
41
|
oauth2 (0.9.3)
|
|
42
42
|
faraday (>= 0.8, < 0.10)
|
|
43
43
|
jwt (~> 0.1.8)
|
|
@@ -45,7 +45,7 @@ GEM
|
|
|
45
45
|
multi_xml (~> 0.5)
|
|
46
46
|
rack (~> 1.2)
|
|
47
47
|
rack (1.5.2)
|
|
48
|
-
rake (10.3.
|
|
48
|
+
rake (10.3.2)
|
|
49
49
|
rdoc (4.1.1)
|
|
50
50
|
json (~> 1.4)
|
|
51
51
|
simpleidn (0.0.5)
|
data/Rakefile
CHANGED
|
@@ -32,7 +32,7 @@ namespace :domain_prefix do
|
|
|
32
32
|
task :update do
|
|
33
33
|
require 'open-uri'
|
|
34
34
|
|
|
35
|
-
open("
|
|
35
|
+
open("https://publicsuffix.org/list/effective_tld_names.dat") do |source|
|
|
36
36
|
open(File.expand_path(File.join('data', 'effective_tld_names.dat'), File.dirname(__FILE__)), 'w') do |dest|
|
|
37
37
|
dest.write(source.read)
|
|
38
38
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.0.
|
|
1
|
+
0.3.0.4
|
|
@@ -180,6 +180,7 @@ ar
|
|
|
180
180
|
com.ar
|
|
181
181
|
edu.ar
|
|
182
182
|
gob.ar
|
|
183
|
+
gov.ar
|
|
183
184
|
int.ar
|
|
184
185
|
mil.ar
|
|
185
186
|
net.ar
|
|
@@ -222,7 +223,6 @@ edu.au
|
|
|
222
223
|
gov.au
|
|
223
224
|
asn.au
|
|
224
225
|
id.au
|
|
225
|
-
csiro.au
|
|
226
226
|
// Historic 2LDs (closed to new registration, but sites still exist)
|
|
227
227
|
info.au
|
|
228
228
|
conf.au
|
|
@@ -245,7 +245,7 @@ sa.edu.au
|
|
|
245
245
|
tas.edu.au
|
|
246
246
|
vic.edu.au
|
|
247
247
|
wa.edu.au
|
|
248
|
-
act.gov.au
|
|
248
|
+
// act.gov.au Bug 984824 - Removed at request of Greg Tankard
|
|
249
249
|
// nsw.gov.au Bug 547985 - Removed at request of <Shae.Donelan@services.nsw.gov.au>
|
|
250
250
|
// nt.gov.au Bug 940478 - Removed at request of Greg Connors <Greg.Connors@nt.gov.au>
|
|
251
251
|
qld.gov.au
|
|
@@ -292,6 +292,7 @@ rs.ba
|
|
|
292
292
|
// bb : http://en.wikipedia.org/wiki/.bb
|
|
293
293
|
bb
|
|
294
294
|
biz.bb
|
|
295
|
+
co.bb
|
|
295
296
|
com.bb
|
|
296
297
|
edu.bb
|
|
297
298
|
gov.bb
|
|
@@ -299,6 +300,7 @@ info.bb
|
|
|
299
300
|
net.bb
|
|
300
301
|
org.bb
|
|
301
302
|
store.bb
|
|
303
|
+
tv.bb
|
|
302
304
|
|
|
303
305
|
// bd : http://en.wikipedia.org/wiki/.bd
|
|
304
306
|
*.bd
|
|
@@ -596,9 +598,12 @@ gob.cl
|
|
|
596
598
|
co.cl
|
|
597
599
|
mil.cl
|
|
598
600
|
|
|
599
|
-
// cm : http://en.wikipedia.org/wiki/.cm
|
|
601
|
+
// cm : http://en.wikipedia.org/wiki/.cm plus bug 981927
|
|
600
602
|
cm
|
|
603
|
+
co.cm
|
|
604
|
+
com.cm
|
|
601
605
|
gov.cm
|
|
606
|
+
net.cm
|
|
602
607
|
|
|
603
608
|
// cn : http://en.wikipedia.org/wiki/.cn
|
|
604
609
|
// Submitted by registry <tanyaling@cnnic.cn> 2008-06-11
|
|
@@ -5146,7 +5151,24 @@ com.nr
|
|
|
5146
5151
|
nu
|
|
5147
5152
|
|
|
5148
5153
|
// nz : http://en.wikipedia.org/wiki/.nz
|
|
5149
|
-
|
|
5154
|
+
// Confirmed by registry <jay@nzrs.net.nz> 2014-05-19
|
|
5155
|
+
nz
|
|
5156
|
+
ac.nz
|
|
5157
|
+
co.nz
|
|
5158
|
+
cri.nz
|
|
5159
|
+
geek.nz
|
|
5160
|
+
gen.nz
|
|
5161
|
+
govt.nz
|
|
5162
|
+
health.nz
|
|
5163
|
+
iwi.nz
|
|
5164
|
+
kiwi.nz
|
|
5165
|
+
maori.nz
|
|
5166
|
+
mil.nz
|
|
5167
|
+
māori.nz
|
|
5168
|
+
net.nz
|
|
5169
|
+
org.nz
|
|
5170
|
+
parliament.nz
|
|
5171
|
+
school.nz
|
|
5150
5172
|
|
|
5151
5173
|
// om : http://en.wikipedia.org/wiki/.om
|
|
5152
5174
|
om
|
|
@@ -5613,7 +5635,6 @@ oryol.ru
|
|
|
5613
5635
|
palana.ru
|
|
5614
5636
|
penza.ru
|
|
5615
5637
|
perm.ru
|
|
5616
|
-
pskov.ru
|
|
5617
5638
|
ptz.ru
|
|
5618
5639
|
rnd.ru
|
|
5619
5640
|
ryazan.ru
|
|
@@ -6150,19 +6171,19 @@ com.ug
|
|
|
6150
6171
|
org.ug
|
|
6151
6172
|
|
|
6152
6173
|
// uk : http://en.wikipedia.org/wiki/.uk
|
|
6153
|
-
// Submitted by registry <
|
|
6154
|
-
|
|
6155
|
-
|
|
6174
|
+
// Submitted by registry <Michael.Daly@nominet.org.uk>
|
|
6175
|
+
uk
|
|
6176
|
+
ac.uk
|
|
6177
|
+
co.uk
|
|
6178
|
+
gov.uk
|
|
6179
|
+
ltd.uk
|
|
6180
|
+
me.uk
|
|
6181
|
+
net.uk
|
|
6182
|
+
nhs.uk
|
|
6183
|
+
org.uk
|
|
6184
|
+
plc.uk
|
|
6185
|
+
police.uk
|
|
6156
6186
|
*.sch.uk
|
|
6157
|
-
!bl.uk
|
|
6158
|
-
!british-library.uk
|
|
6159
|
-
!jet.uk
|
|
6160
|
-
!mod.uk
|
|
6161
|
-
!national-library-scotland.uk
|
|
6162
|
-
!nel.uk
|
|
6163
|
-
!nic.uk
|
|
6164
|
-
!nls.uk
|
|
6165
|
-
!parliament.uk
|
|
6166
6187
|
|
|
6167
6188
|
// us : http://en.wikipedia.org/wiki/.us
|
|
6168
6189
|
us
|
|
@@ -6440,16 +6461,24 @@ edu.vc
|
|
|
6440
6461
|
|
|
6441
6462
|
// ve : https://registro.nic.ve/
|
|
6442
6463
|
// Confirmed by registry 2012-10-04
|
|
6464
|
+
// Updated 2014-05-20 - Bug 940478
|
|
6443
6465
|
ve
|
|
6466
|
+
arts.ve
|
|
6444
6467
|
co.ve
|
|
6445
6468
|
com.ve
|
|
6446
6469
|
e12.ve
|
|
6447
6470
|
edu.ve
|
|
6471
|
+
firm.ve
|
|
6472
|
+
gob.ve
|
|
6448
6473
|
gov.ve
|
|
6449
6474
|
info.ve
|
|
6475
|
+
int.ve
|
|
6450
6476
|
mil.ve
|
|
6451
6477
|
net.ve
|
|
6452
6478
|
org.ve
|
|
6479
|
+
rec.ve
|
|
6480
|
+
store.ve
|
|
6481
|
+
tec.ve
|
|
6453
6482
|
web.ve
|
|
6454
6483
|
|
|
6455
6484
|
// vg : http://en.wikipedia.org/wiki/.vg
|
|
@@ -6482,8 +6511,12 @@ pro.vn
|
|
|
6482
6511
|
health.vn
|
|
6483
6512
|
|
|
6484
6513
|
// vu : http://en.wikipedia.org/wiki/.vu
|
|
6485
|
-
//
|
|
6514
|
+
// http://www.vunic.vu/
|
|
6486
6515
|
vu
|
|
6516
|
+
com.vu
|
|
6517
|
+
edu.vu
|
|
6518
|
+
net.vu
|
|
6519
|
+
org.vu
|
|
6487
6520
|
|
|
6488
6521
|
// wf : http://www.afnic.fr/medias/documents/AFNIC-naming-policy2012.pdf
|
|
6489
6522
|
wf
|
|
@@ -6609,7 +6642,14 @@ yt
|
|
|
6609
6642
|
فلسطين
|
|
6610
6643
|
|
|
6611
6644
|
// xn--90a3ac ("srb" Cyrillic) : RS
|
|
6645
|
+
// http://www.rnids.rs/en/the-.срб-domain
|
|
6612
6646
|
срб
|
|
6647
|
+
пр.срб
|
|
6648
|
+
орг.срб
|
|
6649
|
+
обр.срб
|
|
6650
|
+
од.срб
|
|
6651
|
+
упр.срб
|
|
6652
|
+
ак.срб
|
|
6613
6653
|
|
|
6614
6654
|
// xn--p1ai ("rf" Russian-Cyrillic) : RU
|
|
6615
6655
|
// http://www.cctld.ru/en/docs/rulesrf.php
|
|
@@ -7651,9 +7691,302 @@ hiv
|
|
|
7651
7691
|
// sca : 2014-03-13 SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)
|
|
7652
7692
|
sca
|
|
7653
7693
|
|
|
7654
|
-
// reise : 2014-03-13 dotreise GmbH
|
|
7694
|
+
// reise : 2014-03-13 dotreise GmbH
|
|
7655
7695
|
reise
|
|
7656
7696
|
|
|
7697
|
+
// accountants : 2014-03-20 Knob Town, LLC
|
|
7698
|
+
accountants
|
|
7699
|
+
|
|
7700
|
+
// clinic : 2014-03-20 Goose Park, LLC
|
|
7701
|
+
clinic
|
|
7702
|
+
|
|
7703
|
+
// versicherung : 2014-03-20 dotversicherung-registry GmbH
|
|
7704
|
+
versicherung
|
|
7705
|
+
|
|
7706
|
+
// top : 2014-03-20 Jiangsu Bangning Science & Technology Co.,Ltd.
|
|
7707
|
+
top
|
|
7708
|
+
|
|
7709
|
+
// furniture : 2014-03-20 Lone Fields, LLC
|
|
7710
|
+
furniture
|
|
7711
|
+
|
|
7712
|
+
// dental : 2014-03-20 Tin Birch, LLC
|
|
7713
|
+
dental
|
|
7714
|
+
|
|
7715
|
+
// fund : 2014-03-20 John Castle, LLC
|
|
7716
|
+
fund
|
|
7717
|
+
|
|
7718
|
+
// creditcard : 2014-03-20 Binky Frostbite, LLC
|
|
7719
|
+
creditcard
|
|
7720
|
+
|
|
7721
|
+
// insure : 2014-03-20 Pioneer Willow, LLC
|
|
7722
|
+
insure
|
|
7723
|
+
|
|
7724
|
+
// audio : 2014-03-20 Uniregistry, Corp.
|
|
7725
|
+
audio
|
|
7726
|
+
|
|
7727
|
+
// claims : 2014-03-20 Black Corner, LLC
|
|
7728
|
+
claims
|
|
7729
|
+
|
|
7730
|
+
// loans : 2014-03-20 June Woods, LLC
|
|
7731
|
+
loans
|
|
7732
|
+
|
|
7733
|
+
// auction : 2014-03-20 Sand Galley, LLC
|
|
7734
|
+
auction
|
|
7735
|
+
|
|
7736
|
+
// attorney : 2014-03-20 Victor North, LLC
|
|
7737
|
+
attorney
|
|
7738
|
+
|
|
7739
|
+
// finance : 2014-03-20 Cotton Cypress, LLC
|
|
7740
|
+
finance
|
|
7741
|
+
|
|
7742
|
+
// investments : 2014-03-20 Holly Glen, LLC
|
|
7743
|
+
investments
|
|
7744
|
+
|
|
7745
|
+
// juegos : 2014-03-20 Uniregistry, Corp.
|
|
7746
|
+
juegos
|
|
7747
|
+
|
|
7748
|
+
// dentist : 2014-03-20 Outer Lake, LLC
|
|
7749
|
+
dentist
|
|
7750
|
+
|
|
7751
|
+
// lds : 2014-03-20 IRI Domain Management, LLC
|
|
7752
|
+
lds
|
|
7753
|
+
|
|
7754
|
+
// lawyer : 2014-03-20 Atomic Station, LLC
|
|
7755
|
+
lawyer
|
|
7756
|
+
|
|
7757
|
+
// surgery : 2014-03-20 Tin Avenue, LLC
|
|
7758
|
+
surgery
|
|
7759
|
+
|
|
7760
|
+
// gratis : 2014-03-20 Pioneer Tigers, LLC
|
|
7761
|
+
gratis
|
|
7762
|
+
|
|
7763
|
+
// software : 2014-03-20 Over Birch, LLC
|
|
7764
|
+
software
|
|
7765
|
+
|
|
7766
|
+
// mortgage : 2014-03-20 Outer Gardens, LLC
|
|
7767
|
+
mortgage
|
|
7768
|
+
|
|
7769
|
+
// republican : 2014-03-20 United TLD Holdco Ltd.
|
|
7770
|
+
republican
|
|
7771
|
+
|
|
7772
|
+
// credit : 2014-03-20 Snow Shadow, LLC
|
|
7773
|
+
credit
|
|
7774
|
+
|
|
7775
|
+
// tax : 2014-03-20 Storm Orchard, LLC
|
|
7776
|
+
tax
|
|
7777
|
+
|
|
7778
|
+
// africa : 2014-03-24 ZA Central Registry NPC trading as Registry.Africa
|
|
7779
|
+
africa
|
|
7780
|
+
|
|
7781
|
+
// joburg : 2014-03-24 ZA Central Registry NPC trading as ZA Central Registry
|
|
7782
|
+
joburg
|
|
7783
|
+
|
|
7784
|
+
// durban : 2014-03-24 ZA Central Registry NPC trading as ZA Central Registry
|
|
7785
|
+
durban
|
|
7786
|
+
|
|
7787
|
+
// capetown : 2014-03-24 ZA Central Registry NPC trading as ZA Central Registry
|
|
7788
|
+
capetown
|
|
7789
|
+
|
|
7790
|
+
// sap : 2014-03-27 SAP AG
|
|
7791
|
+
sap
|
|
7792
|
+
|
|
7793
|
+
// datsun : 2014-03-27 NISSAN MOTOR CO., LTD.
|
|
7794
|
+
datsun
|
|
7795
|
+
|
|
7796
|
+
// infiniti : 2014-03-27 NISSAN MOTOR CO., LTD.
|
|
7797
|
+
infiniti
|
|
7798
|
+
|
|
7799
|
+
// firmdale : 2014-03-27 Firmdale Holdings Limited
|
|
7800
|
+
firmdale
|
|
7801
|
+
|
|
7802
|
+
// organic : 2014-03-27 Afilias Limited
|
|
7803
|
+
organic
|
|
7804
|
+
|
|
7805
|
+
// nissan : 2014-03-27 NISSAN MOTOR CO., LTD.
|
|
7806
|
+
nissan
|
|
7807
|
+
|
|
7808
|
+
// website : 2014-04-03 DotWebsite Inc.
|
|
7809
|
+
website
|
|
7810
|
+
|
|
7811
|
+
// space : 2014-04-03 DotSpace Inc.
|
|
7812
|
+
space
|
|
7813
|
+
|
|
7814
|
+
// schmidt : 2014-04-03 SALM S.A.S.
|
|
7815
|
+
schmidt
|
|
7816
|
+
|
|
7817
|
+
// cuisinella : 2014-04-03 SALM S.A.S.
|
|
7818
|
+
cuisinella
|
|
7819
|
+
|
|
7820
|
+
// samsung : 2014-04-03 SAMSUNG SDS CO., LTD
|
|
7821
|
+
samsung
|
|
7822
|
+
|
|
7823
|
+
// crs : 2014-04-03 Federated Co operatives Limited
|
|
7824
|
+
crs
|
|
7825
|
+
|
|
7826
|
+
// doosan : 2014-04-03 Doosan Corporation
|
|
7827
|
+
doosan
|
|
7828
|
+
|
|
7829
|
+
// press : 2014-04-03 DotPress Inc.
|
|
7830
|
+
press
|
|
7831
|
+
|
|
7832
|
+
// emerck : 2014-04-03 Merck KGaA
|
|
7833
|
+
emerck
|
|
7834
|
+
|
|
7835
|
+
// erni : 2014-04-03 ERNI Group Holding AG
|
|
7836
|
+
erni
|
|
7837
|
+
|
|
7838
|
+
// direct : 2014-04-10 Half Trail, LLC
|
|
7839
|
+
direct
|
|
7840
|
+
|
|
7841
|
+
// yandex : 2014-04-10 YANDEX, LLC
|
|
7842
|
+
yandex
|
|
7843
|
+
|
|
7844
|
+
// lotto : 2014-04-10 Afilias Limited
|
|
7845
|
+
lotto
|
|
7846
|
+
|
|
7847
|
+
// toshiba : 2014-04-10 TOSHIBA Corporation
|
|
7848
|
+
toshiba
|
|
7849
|
+
|
|
7850
|
+
// bauhaus : 2014-04-17 Werkhaus GmbH
|
|
7851
|
+
bauhaus
|
|
7852
|
+
|
|
7853
|
+
// host : 2014-04-17 DotHost Inc.
|
|
7854
|
+
host
|
|
7855
|
+
|
|
7856
|
+
// ltda : 2014-04-17 DOMAIN ROBOT SERVICOS DE HOSPEDAGEM NA INTERNET LTDA
|
|
7857
|
+
ltda
|
|
7858
|
+
|
|
7859
|
+
// global : 2014-04-17 Dot GLOBAL AS
|
|
7860
|
+
global
|
|
7861
|
+
|
|
7862
|
+
// abogado : 2014-04-24 Top Level Domain Holdings Limited
|
|
7863
|
+
abogado
|
|
7864
|
+
|
|
7865
|
+
// place : 2014-04-24 Snow Galley, LLC
|
|
7866
|
+
place
|
|
7867
|
+
|
|
7868
|
+
// tirol : 2014-04-24 punkt Tirol GmbH
|
|
7869
|
+
tirol
|
|
7870
|
+
|
|
7871
|
+
// gmx : 2014-04-24 1&1 Mail & Media GmbH
|
|
7872
|
+
gmx
|
|
7873
|
+
|
|
7874
|
+
// tatar : 2014-04-24 Limited Liability Company "Coordination Center of Regional Domain of Tatarstan Republic"
|
|
7875
|
+
tatar
|
|
7876
|
+
|
|
7877
|
+
// scholarships : 2014-04-24 Scholarships.com, LLC
|
|
7878
|
+
scholarships
|
|
7879
|
+
|
|
7880
|
+
// eurovision : 2014-04-24 European Broadcasting Union (EBU)
|
|
7881
|
+
eurovision
|
|
7882
|
+
|
|
7883
|
+
// wedding : 2014-04-24 Top Level Domain Holdings Limited
|
|
7884
|
+
wedding
|
|
7885
|
+
|
|
7886
|
+
// active : 2014-05-01 The Active Network, Inc
|
|
7887
|
+
active
|
|
7888
|
+
|
|
7889
|
+
// madrid : 2014-05-01 Comunidad de Madrid
|
|
7890
|
+
madrid
|
|
7891
|
+
|
|
7892
|
+
// youtube : 2014-05-01 Charleston Road Registry Inc.
|
|
7893
|
+
youtube
|
|
7894
|
+
|
|
7895
|
+
// sharp : 2014-05-01 Sharp Corporation
|
|
7896
|
+
sharp
|
|
7897
|
+
|
|
7898
|
+
// uol : 2014-05-01 UBN INTERNET LTDA.
|
|
7899
|
+
uol
|
|
7900
|
+
|
|
7901
|
+
// physio : 2014-05-01 PhysBiz Pty Ltd
|
|
7902
|
+
physio
|
|
7903
|
+
|
|
7904
|
+
// gmail : 2014-05-01 Charleston Road Registry Inc.
|
|
7905
|
+
gmail
|
|
7906
|
+
|
|
7907
|
+
// channel : 2014-05-08 Charleston Road Registry Inc.
|
|
7908
|
+
channel
|
|
7909
|
+
|
|
7910
|
+
// fly : 2014-05-08 Charleston Road Registry Inc.
|
|
7911
|
+
fly
|
|
7912
|
+
|
|
7913
|
+
// zip : 2014-05-08 Charleston Road Registry Inc.
|
|
7914
|
+
zip
|
|
7915
|
+
|
|
7916
|
+
// esq : 2014-05-08 Charleston Road Registry Inc.
|
|
7917
|
+
esq
|
|
7918
|
+
|
|
7919
|
+
// rsvp : 2014-05-08 Charleston Road Registry Inc.
|
|
7920
|
+
rsvp
|
|
7921
|
+
|
|
7922
|
+
// wales : 2014-05-08 Nominet UK
|
|
7923
|
+
wales
|
|
7924
|
+
|
|
7925
|
+
// cymru : 2014-05-08 Nominet UK
|
|
7926
|
+
cymru
|
|
7927
|
+
|
|
7928
|
+
// green : 2014-05-08 Afilias Limited
|
|
7929
|
+
green
|
|
7930
|
+
|
|
7931
|
+
// lgbt : 2014-05-08 Afilias Limited
|
|
7932
|
+
lgbt
|
|
7933
|
+
|
|
7934
|
+
// xn--hxt814e : 2014-05-15 Zodiac Libra Limited
|
|
7935
|
+
网店
|
|
7936
|
+
|
|
7937
|
+
// cancerresearch : 2014-05-15 Australian Cancer Research Foundation
|
|
7938
|
+
cancerresearch
|
|
7939
|
+
|
|
7940
|
+
// everbank : 2014-05-15 EverBank
|
|
7941
|
+
everbank
|
|
7942
|
+
|
|
7943
|
+
// frl : 2014-05-15 FRLregistry B.V.
|
|
7944
|
+
frl
|
|
7945
|
+
|
|
7946
|
+
// property : 2014-05-22 Uniregistry, Corp.
|
|
7947
|
+
property
|
|
7948
|
+
|
|
7949
|
+
// forsale : 2014-05-22 Sea Oaks, LLC
|
|
7950
|
+
forsale
|
|
7951
|
+
|
|
7952
|
+
// seat : 2014-05-22 SEAT, S.A. (Sociedad Unipersonal)
|
|
7953
|
+
seat
|
|
7954
|
+
|
|
7955
|
+
// deals : 2014-05-22 Sand Sunset, LLC
|
|
7956
|
+
deals
|
|
7957
|
+
|
|
7958
|
+
// nra : 2014-05-22 NRA Holdings Company, INC.
|
|
7959
|
+
nra
|
|
7960
|
+
|
|
7961
|
+
// xn--fjq720a : 2014-05-22 Will Bloom, LLC
|
|
7962
|
+
娱乐
|
|
7963
|
+
|
|
7964
|
+
// realtor : 2014-05-29 Real Estate Domains LLC
|
|
7965
|
+
realtor
|
|
7966
|
+
|
|
7967
|
+
// bnpparibas : 2014-05-29 BNP Paribas
|
|
7968
|
+
bnpparibas
|
|
7969
|
+
|
|
7970
|
+
// melbourne : 2014-05-29 The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation
|
|
7971
|
+
melbourne
|
|
7972
|
+
|
|
7973
|
+
// hosting : 2014-05-29 Uniregistry, Corp.
|
|
7974
|
+
hosting
|
|
7975
|
+
|
|
7976
|
+
// yoga : 2014-05-29 Top Level Domain Holdings Limited
|
|
7977
|
+
yoga
|
|
7978
|
+
|
|
7979
|
+
// city : 2014-05-29 Snow Sky, LLC
|
|
7980
|
+
city
|
|
7981
|
+
|
|
7982
|
+
// bond : 2014-06-05 Bond University Limited
|
|
7983
|
+
bond
|
|
7984
|
+
|
|
7985
|
+
// click : 2014-06-05 Uniregistry, Corp.
|
|
7986
|
+
click
|
|
7987
|
+
|
|
7988
|
+
// cern : 2014-06-05 European Organization for Nuclear Research ("CERN")
|
|
7989
|
+
cern
|
|
7657
7990
|
|
|
7658
7991
|
// ===END ICANN DOMAINS===
|
|
7659
7992
|
// ===BEGIN PRIVATE DOMAINS===
|
|
@@ -7663,20 +7996,22 @@ reise
|
|
|
7663
7996
|
cloudfront.net
|
|
7664
7997
|
|
|
7665
7998
|
// Amazon Elastic Compute Cloud: https://aws.amazon.com/ec2/
|
|
7666
|
-
// Submitted by Osman Surkatty <osmans@amazon.com>
|
|
7667
|
-
compute.amazonaws.com
|
|
7668
|
-
us-east-1.amazonaws.com
|
|
7669
|
-
compute-1.amazonaws.com
|
|
7670
|
-
z-1.compute-1.amazonaws.com
|
|
7671
|
-
z-2.compute-1.amazonaws.com
|
|
7999
|
+
// Submitted by Osman Surkatty <osmans@amazon.com> 2014-05-20
|
|
7672
8000
|
ap-northeast-1.compute.amazonaws.com
|
|
7673
8001
|
ap-southeast-1.compute.amazonaws.com
|
|
7674
8002
|
ap-southeast-2.compute.amazonaws.com
|
|
8003
|
+
cn-north-1.compute.amazonaws.cn
|
|
8004
|
+
compute.amazonaws.cn
|
|
8005
|
+
compute.amazonaws.com
|
|
8006
|
+
compute-1.amazonaws.com
|
|
7675
8007
|
eu-west-1.compute.amazonaws.com
|
|
7676
8008
|
sa-east-1.compute.amazonaws.com
|
|
8009
|
+
us-east-1.amazonaws.com
|
|
7677
8010
|
us-gov-west-1.compute.amazonaws.com
|
|
7678
8011
|
us-west-1.compute.amazonaws.com
|
|
7679
8012
|
us-west-2.compute.amazonaws.com
|
|
8013
|
+
z-1.compute-1.amazonaws.com
|
|
8014
|
+
z-2.compute-1.amazonaws.com
|
|
7680
8015
|
|
|
7681
8016
|
// Amazon Elastic Beanstalk : https://aws.amazon.com/elasticbeanstalk/
|
|
7682
8017
|
// Submitted by Adam Stein <astein@amazon.com> 2013-04-02
|
|
@@ -7719,6 +8054,7 @@ ar.com
|
|
|
7719
8054
|
br.com
|
|
7720
8055
|
cn.com
|
|
7721
8056
|
com.de
|
|
8057
|
+
com.se
|
|
7722
8058
|
de.com
|
|
7723
8059
|
eu.com
|
|
7724
8060
|
gb.com
|
|
@@ -8074,6 +8410,10 @@ global.ssl.fastly.net
|
|
|
8074
8410
|
a.prod.fastly.net
|
|
8075
8411
|
global.prod.fastly.net
|
|
8076
8412
|
|
|
8413
|
+
// Firebase, Inc.
|
|
8414
|
+
// Submitted by Chris Raynor <chris@firebase.com> 2014-01-21
|
|
8415
|
+
firebaseapp.com
|
|
8416
|
+
|
|
8077
8417
|
// GitHub, Inc.
|
|
8078
8418
|
// Submitted by Ben Toews <btoews@github.com> 2014-02-06
|
|
8079
8419
|
github.io
|
|
@@ -8153,10 +8493,18 @@ azurewebsites.net
|
|
|
8153
8493
|
azure-mobile.net
|
|
8154
8494
|
cloudapp.net
|
|
8155
8495
|
|
|
8496
|
+
// NFSN, Inc. : https://www.NearlyFreeSpeech.NET/
|
|
8497
|
+
// Submitted by Jeff Wheelhouse <support@nearlyfreespeech.net> 2014-02-02
|
|
8498
|
+
nfshost.com
|
|
8499
|
+
|
|
8156
8500
|
// NYC.mn : http://www.information.nyc.mn
|
|
8157
8501
|
// Submitted by Matthew Brown <mattbrown@nyc.mn> 2013-03-11
|
|
8158
8502
|
nyc.mn
|
|
8159
8503
|
|
|
8504
|
+
// One Fold Media : http://www.onefoldmedia.com/
|
|
8505
|
+
// Submitted by Eddie Jones <eddie@onefoldmedia.com> 2014-06-10
|
|
8506
|
+
nid.io
|
|
8507
|
+
|
|
8160
8508
|
// Opera Software, A.S.A.
|
|
8161
8509
|
// Submitted by Yngve Pettersen <yngve@opera.com> 2009-11-26
|
|
8162
8510
|
operaunite.com
|
data/domain_prefix.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: domain_prefix 0.3.0.
|
|
5
|
+
# stub: domain_prefix 0.3.0.4 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "domain_prefix"
|
|
9
|
-
s.version = "0.3.0.
|
|
9
|
+
s.version = "0.3.0.4"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["tadman"]
|
|
14
|
-
s.date = "2014-
|
|
14
|
+
s.date = "2014-06-24"
|
|
15
15
|
s.description = "A library to extract information about top-level domain and registered name from generic and international domain names"
|
|
16
16
|
s.email = "github@tadman.ca"
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: domain_prefix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.0.
|
|
4
|
+
version: 0.3.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tadman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: simpleidn
|