public_suffix 1.4.2 → 1.4.3
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/CHANGELOG.md +5 -0
- data/Rakefile +2 -1
- data/lib/definitions.txt +439 -161
- data/lib/public_suffix/version.rb +1 -1
- data/public_suffix.gemspec +4 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 70abfc85d689628cf1c7e9124e70c7e958e3392e
|
|
4
|
+
data.tar.gz: a0434267e95dbf5a575dc8d9485f9a07e94e6f77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d04a1b2783e8c070937d8dde07c30a7e728813da86e58adee0b6ec8ee1c2762828a95f74e1108a0c8824e25fbdbe846cda9ee2f455a7c18ad5ed6882c8ae4c4
|
|
7
|
+
data.tar.gz: 75efb2b0583b7ac28d4fcbdc4b02f3fa90efe927c10aa6866912ba1291f832da110c125578dc96062e3f970d76b64a623a6374af6e07efe28d69d8bdd67ec17a
|
data/CHANGELOG.md
CHANGED
data/Rakefile
CHANGED
|
@@ -99,10 +99,11 @@ DESC
|
|
|
99
99
|
task :upddef do
|
|
100
100
|
require "net/http"
|
|
101
101
|
|
|
102
|
-
DEFINITION_URL = "
|
|
102
|
+
DEFINITION_URL = "https://publicsuffix.org/list/effective_tld_names.dat"
|
|
103
103
|
|
|
104
104
|
File.open("lib/definitions.txt", "w+") do |f|
|
|
105
105
|
response = Net::HTTP.get_response(URI.parse(DEFINITION_URL))
|
|
106
|
+
response.body
|
|
106
107
|
f.write(response.body)
|
|
107
108
|
end
|
|
108
109
|
end
|
data/lib/definitions.txt
CHANGED
|
@@ -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
|
|
@@ -1187,286 +1189,378 @@ int.is
|
|
|
1187
1189
|
it
|
|
1188
1190
|
gov.it
|
|
1189
1191
|
edu.it
|
|
1190
|
-
//
|
|
1192
|
+
// Reserved geo-names:
|
|
1191
1193
|
// http://www.nic.it/documenti/regolamenti-e-linee-guida/regolamento-assegnazione-versione-6.0.pdf
|
|
1192
|
-
//
|
|
1193
|
-
//
|
|
1194
|
-
//
|
|
1195
|
-
|
|
1194
|
+
// There is also a list of reserved geo-names corresponding to Italian municipalities
|
|
1195
|
+
// http://www.nic.it/documenti/appendice-c.pdf, but it is not included here.
|
|
1196
|
+
// Regions
|
|
1197
|
+
abr.it
|
|
1198
|
+
abruzzo.it
|
|
1199
|
+
aosta-valley.it
|
|
1200
|
+
aostavalley.it
|
|
1201
|
+
bas.it
|
|
1202
|
+
basilicata.it
|
|
1203
|
+
cal.it
|
|
1204
|
+
calabria.it
|
|
1205
|
+
cam.it
|
|
1206
|
+
campania.it
|
|
1207
|
+
emilia-romagna.it
|
|
1208
|
+
emiliaromagna.it
|
|
1209
|
+
emr.it
|
|
1210
|
+
friuli-v-giulia.it
|
|
1211
|
+
friuli-ve-giulia.it
|
|
1212
|
+
friuli-vegiulia.it
|
|
1213
|
+
friuli-venezia-giulia.it
|
|
1214
|
+
friuli-veneziagiulia.it
|
|
1215
|
+
friuli-vgiulia.it
|
|
1216
|
+
friuliv-giulia.it
|
|
1217
|
+
friulive-giulia.it
|
|
1218
|
+
friulivegiulia.it
|
|
1219
|
+
friulivenezia-giulia.it
|
|
1220
|
+
friuliveneziagiulia.it
|
|
1221
|
+
friulivgiulia.it
|
|
1222
|
+
fvg.it
|
|
1223
|
+
laz.it
|
|
1224
|
+
lazio.it
|
|
1225
|
+
lig.it
|
|
1226
|
+
liguria.it
|
|
1227
|
+
lom.it
|
|
1228
|
+
lombardia.it
|
|
1229
|
+
lombardy.it
|
|
1230
|
+
lucania.it
|
|
1231
|
+
mar.it
|
|
1232
|
+
marche.it
|
|
1233
|
+
mol.it
|
|
1234
|
+
molise.it
|
|
1235
|
+
piedmont.it
|
|
1236
|
+
piemonte.it
|
|
1237
|
+
pmn.it
|
|
1238
|
+
pug.it
|
|
1239
|
+
puglia.it
|
|
1240
|
+
sar.it
|
|
1241
|
+
sardegna.it
|
|
1242
|
+
sardinia.it
|
|
1243
|
+
sic.it
|
|
1244
|
+
sicilia.it
|
|
1245
|
+
sicily.it
|
|
1246
|
+
taa.it
|
|
1247
|
+
tos.it
|
|
1248
|
+
toscana.it
|
|
1249
|
+
trentino-a-adige.it
|
|
1250
|
+
trentino-aadige.it
|
|
1251
|
+
trentino-alto-adige.it
|
|
1252
|
+
trentino-altoadige.it
|
|
1253
|
+
trentino-s-tirol.it
|
|
1254
|
+
trentino-stirol.it
|
|
1255
|
+
trentino-sud-tirol.it
|
|
1256
|
+
trentino-sudtirol.it
|
|
1257
|
+
trentino-sued-tirol.it
|
|
1258
|
+
trentino-suedtirol.it
|
|
1259
|
+
trentinoa-adige.it
|
|
1260
|
+
trentinoaadige.it
|
|
1261
|
+
trentinoalto-adige.it
|
|
1262
|
+
trentinoaltoadige.it
|
|
1263
|
+
trentinos-tirol.it
|
|
1264
|
+
trentinostirol.it
|
|
1265
|
+
trentinosud-tirol.it
|
|
1266
|
+
trentinosudtirol.it
|
|
1267
|
+
trentinosued-tirol.it
|
|
1268
|
+
trentinosuedtirol.it
|
|
1269
|
+
tuscany.it
|
|
1270
|
+
umb.it
|
|
1271
|
+
umbria.it
|
|
1272
|
+
val-d-aosta.it
|
|
1273
|
+
val-daosta.it
|
|
1274
|
+
vald-aosta.it
|
|
1275
|
+
valdaosta.it
|
|
1276
|
+
valle-aosta.it
|
|
1277
|
+
valle-d-aosta.it
|
|
1278
|
+
valle-daosta.it
|
|
1279
|
+
valleaosta.it
|
|
1280
|
+
valled-aosta.it
|
|
1281
|
+
valledaosta.it
|
|
1282
|
+
vallee-aoste.it
|
|
1283
|
+
valleeaoste.it
|
|
1284
|
+
vao.it
|
|
1285
|
+
vda.it
|
|
1286
|
+
ven.it
|
|
1287
|
+
veneto.it
|
|
1288
|
+
// Provinces
|
|
1196
1289
|
ag.it
|
|
1197
|
-
|
|
1290
|
+
agrigento.it
|
|
1198
1291
|
al.it
|
|
1199
|
-
|
|
1292
|
+
alessandria.it
|
|
1293
|
+
alto-adige.it
|
|
1294
|
+
altoadige.it
|
|
1200
1295
|
an.it
|
|
1296
|
+
ancona.it
|
|
1297
|
+
andria-barletta-trani.it
|
|
1298
|
+
andria-trani-barletta.it
|
|
1299
|
+
andriabarlettatrani.it
|
|
1300
|
+
andriatranibarletta.it
|
|
1301
|
+
ao.it
|
|
1201
1302
|
aosta.it
|
|
1202
1303
|
aoste.it
|
|
1203
|
-
|
|
1204
|
-
|
|
1304
|
+
ap.it
|
|
1305
|
+
aq.it
|
|
1306
|
+
aquila.it
|
|
1205
1307
|
ar.it
|
|
1308
|
+
arezzo.it
|
|
1206
1309
|
ascoli-piceno.it
|
|
1207
1310
|
ascolipiceno.it
|
|
1208
|
-
ap.it
|
|
1209
1311
|
asti.it
|
|
1210
1312
|
at.it
|
|
1211
|
-
avellino.it
|
|
1212
1313
|
av.it
|
|
1213
|
-
|
|
1314
|
+
avellino.it
|
|
1214
1315
|
ba.it
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
trani-barletta-andria.it
|
|
1218
|
-
tranibarlettaandria.it
|
|
1316
|
+
balsan.it
|
|
1317
|
+
bari.it
|
|
1219
1318
|
barletta-trani-andria.it
|
|
1220
1319
|
barlettatraniandria.it
|
|
1221
|
-
andria-trani-barletta.it
|
|
1222
|
-
andriatranibarletta.it
|
|
1223
|
-
trani-andria-barletta.it
|
|
1224
|
-
traniandriabarletta.it
|
|
1225
|
-
bt.it
|
|
1226
1320
|
belluno.it
|
|
1227
|
-
bl.it
|
|
1228
1321
|
benevento.it
|
|
1229
|
-
bn.it
|
|
1230
1322
|
bergamo.it
|
|
1231
1323
|
bg.it
|
|
1232
|
-
biella.it
|
|
1233
1324
|
bi.it
|
|
1234
|
-
|
|
1325
|
+
biella.it
|
|
1326
|
+
bl.it
|
|
1327
|
+
bn.it
|
|
1235
1328
|
bo.it
|
|
1329
|
+
bologna.it
|
|
1236
1330
|
bolzano.it
|
|
1237
1331
|
bozen.it
|
|
1238
|
-
|
|
1239
|
-
alto-adige.it
|
|
1240
|
-
altoadige.it
|
|
1241
|
-
suedtirol.it
|
|
1242
|
-
bz.it
|
|
1332
|
+
br.it
|
|
1243
1333
|
brescia.it
|
|
1244
|
-
bs.it
|
|
1245
1334
|
brindisi.it
|
|
1246
|
-
|
|
1247
|
-
|
|
1335
|
+
bs.it
|
|
1336
|
+
bt.it
|
|
1337
|
+
bz.it
|
|
1248
1338
|
ca.it
|
|
1339
|
+
cagliari.it
|
|
1249
1340
|
caltanissetta.it
|
|
1250
|
-
|
|
1341
|
+
campidano-medio.it
|
|
1342
|
+
campidanomedio.it
|
|
1251
1343
|
campobasso.it
|
|
1252
|
-
cb.it
|
|
1253
|
-
carboniaiglesias.it
|
|
1254
1344
|
carbonia-iglesias.it
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1345
|
+
carboniaiglesias.it
|
|
1346
|
+
carrara-massa.it
|
|
1347
|
+
carraramassa.it
|
|
1258
1348
|
caserta.it
|
|
1259
|
-
ce.it
|
|
1260
1349
|
catania.it
|
|
1261
|
-
ct.it
|
|
1262
1350
|
catanzaro.it
|
|
1263
|
-
|
|
1264
|
-
|
|
1351
|
+
cb.it
|
|
1352
|
+
ce.it
|
|
1353
|
+
cesena-forli.it
|
|
1354
|
+
cesenaforli.it
|
|
1265
1355
|
ch.it
|
|
1266
|
-
|
|
1356
|
+
chieti.it
|
|
1357
|
+
ci.it
|
|
1358
|
+
cl.it
|
|
1359
|
+
cn.it
|
|
1267
1360
|
co.it
|
|
1361
|
+
como.it
|
|
1268
1362
|
cosenza.it
|
|
1269
|
-
cs.it
|
|
1270
|
-
cremona.it
|
|
1271
1363
|
cr.it
|
|
1364
|
+
cremona.it
|
|
1272
1365
|
crotone.it
|
|
1273
|
-
|
|
1366
|
+
cs.it
|
|
1367
|
+
ct.it
|
|
1274
1368
|
cuneo.it
|
|
1275
|
-
|
|
1369
|
+
cz.it
|
|
1276
1370
|
dell-ogliastra.it
|
|
1277
1371
|
dellogliastra.it
|
|
1278
|
-
ogliastra.it
|
|
1279
|
-
og.it
|
|
1280
|
-
enna.it
|
|
1281
1372
|
en.it
|
|
1282
|
-
|
|
1373
|
+
enna.it
|
|
1374
|
+
fc.it
|
|
1283
1375
|
fe.it
|
|
1284
1376
|
fermo.it
|
|
1285
|
-
|
|
1377
|
+
ferrara.it
|
|
1378
|
+
fg.it
|
|
1379
|
+
fi.it
|
|
1286
1380
|
firenze.it
|
|
1287
1381
|
florence.it
|
|
1288
|
-
|
|
1382
|
+
fm.it
|
|
1289
1383
|
foggia.it
|
|
1290
|
-
fg.it
|
|
1291
1384
|
forli-cesena.it
|
|
1292
1385
|
forlicesena.it
|
|
1293
|
-
cesena-forli.it
|
|
1294
|
-
cesenaforli.it
|
|
1295
|
-
fc.it
|
|
1296
|
-
frosinone.it
|
|
1297
1386
|
fr.it
|
|
1298
|
-
|
|
1299
|
-
genoa.it
|
|
1387
|
+
frosinone.it
|
|
1300
1388
|
ge.it
|
|
1301
|
-
|
|
1389
|
+
genoa.it
|
|
1390
|
+
genova.it
|
|
1302
1391
|
go.it
|
|
1303
|
-
|
|
1392
|
+
gorizia.it
|
|
1304
1393
|
gr.it
|
|
1305
|
-
|
|
1394
|
+
grosseto.it
|
|
1395
|
+
iglesias-carbonia.it
|
|
1396
|
+
iglesiascarbonia.it
|
|
1306
1397
|
im.it
|
|
1307
|
-
|
|
1398
|
+
imperia.it
|
|
1308
1399
|
is.it
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
aq.it
|
|
1400
|
+
isernia.it
|
|
1401
|
+
kr.it
|
|
1312
1402
|
la-spezia.it
|
|
1403
|
+
laquila.it
|
|
1313
1404
|
laspezia.it
|
|
1314
|
-
sp.it
|
|
1315
1405
|
latina.it
|
|
1316
|
-
|
|
1317
|
-
lecce.it
|
|
1406
|
+
lc.it
|
|
1318
1407
|
le.it
|
|
1408
|
+
lecce.it
|
|
1319
1409
|
lecco.it
|
|
1320
|
-
lc.it
|
|
1321
|
-
livorno.it
|
|
1322
1410
|
li.it
|
|
1323
|
-
|
|
1411
|
+
livorno.it
|
|
1324
1412
|
lo.it
|
|
1325
|
-
|
|
1413
|
+
lodi.it
|
|
1414
|
+
lt.it
|
|
1326
1415
|
lu.it
|
|
1416
|
+
lucca.it
|
|
1327
1417
|
macerata.it
|
|
1328
|
-
mc.it
|
|
1329
1418
|
mantova.it
|
|
1330
|
-
mn.it
|
|
1331
1419
|
massa-carrara.it
|
|
1332
1420
|
massacarrara.it
|
|
1333
|
-
carrara-massa.it
|
|
1334
|
-
carraramassa.it
|
|
1335
|
-
ms.it
|
|
1336
1421
|
matera.it
|
|
1337
|
-
|
|
1422
|
+
mb.it
|
|
1423
|
+
mc.it
|
|
1424
|
+
me.it
|
|
1338
1425
|
medio-campidano.it
|
|
1339
1426
|
mediocampidano.it
|
|
1340
|
-
campidano-medio.it
|
|
1341
|
-
campidanomedio.it
|
|
1342
|
-
vs.it
|
|
1343
1427
|
messina.it
|
|
1344
|
-
me.it
|
|
1345
|
-
milano.it
|
|
1346
|
-
milan.it
|
|
1347
1428
|
mi.it
|
|
1348
|
-
|
|
1429
|
+
milan.it
|
|
1430
|
+
milano.it
|
|
1431
|
+
mn.it
|
|
1349
1432
|
mo.it
|
|
1350
|
-
|
|
1433
|
+
modena.it
|
|
1351
1434
|
monza-brianza.it
|
|
1435
|
+
monza-e-della-brianza.it
|
|
1436
|
+
monza.it
|
|
1352
1437
|
monzabrianza.it
|
|
1353
1438
|
monzaebrianza.it
|
|
1354
1439
|
monzaedellabrianza.it
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
napoli.it
|
|
1358
|
-
naples.it
|
|
1440
|
+
ms.it
|
|
1441
|
+
mt.it
|
|
1359
1442
|
na.it
|
|
1360
|
-
|
|
1443
|
+
naples.it
|
|
1444
|
+
napoli.it
|
|
1361
1445
|
no.it
|
|
1362
|
-
|
|
1446
|
+
novara.it
|
|
1363
1447
|
nu.it
|
|
1364
|
-
|
|
1448
|
+
nuoro.it
|
|
1449
|
+
og.it
|
|
1450
|
+
ogliastra.it
|
|
1451
|
+
olbia-tempio.it
|
|
1452
|
+
olbiatempio.it
|
|
1365
1453
|
or.it
|
|
1454
|
+
oristano.it
|
|
1455
|
+
ot.it
|
|
1456
|
+
pa.it
|
|
1366
1457
|
padova.it
|
|
1367
1458
|
padua.it
|
|
1368
|
-
pd.it
|
|
1369
1459
|
palermo.it
|
|
1370
|
-
pa.it
|
|
1371
1460
|
parma.it
|
|
1372
|
-
pr.it
|
|
1373
1461
|
pavia.it
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
pg.it
|
|
1377
|
-
pescara.it
|
|
1462
|
+
pc.it
|
|
1463
|
+
pd.it
|
|
1378
1464
|
pe.it
|
|
1465
|
+
perugia.it
|
|
1379
1466
|
pesaro-urbino.it
|
|
1380
1467
|
pesarourbino.it
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1468
|
+
pescara.it
|
|
1469
|
+
pg.it
|
|
1470
|
+
pi.it
|
|
1384
1471
|
piacenza.it
|
|
1385
|
-
pc.it
|
|
1386
1472
|
pisa.it
|
|
1387
|
-
pi.it
|
|
1388
1473
|
pistoia.it
|
|
1389
|
-
pt.it
|
|
1390
|
-
pordenone.it
|
|
1391
1474
|
pn.it
|
|
1475
|
+
po.it
|
|
1476
|
+
pordenone.it
|
|
1392
1477
|
potenza.it
|
|
1393
|
-
|
|
1478
|
+
pr.it
|
|
1394
1479
|
prato.it
|
|
1395
|
-
|
|
1480
|
+
pt.it
|
|
1481
|
+
pu.it
|
|
1482
|
+
pv.it
|
|
1483
|
+
pz.it
|
|
1484
|
+
ra.it
|
|
1396
1485
|
ragusa.it
|
|
1397
|
-
rg.it
|
|
1398
1486
|
ravenna.it
|
|
1399
|
-
ra.it
|
|
1400
|
-
reggio-calabria.it
|
|
1401
|
-
reggiocalabria.it
|
|
1402
1487
|
rc.it
|
|
1488
|
+
re.it
|
|
1489
|
+
reggio-calabria.it
|
|
1403
1490
|
reggio-emilia.it
|
|
1491
|
+
reggiocalabria.it
|
|
1404
1492
|
reggioemilia.it
|
|
1405
|
-
|
|
1406
|
-
rieti.it
|
|
1493
|
+
rg.it
|
|
1407
1494
|
ri.it
|
|
1495
|
+
rieti.it
|
|
1408
1496
|
rimini.it
|
|
1497
|
+
rm.it
|
|
1409
1498
|
rn.it
|
|
1499
|
+
ro.it
|
|
1410
1500
|
roma.it
|
|
1411
1501
|
rome.it
|
|
1412
|
-
rm.it
|
|
1413
1502
|
rovigo.it
|
|
1414
|
-
ro.it
|
|
1415
|
-
salerno.it
|
|
1416
1503
|
sa.it
|
|
1504
|
+
salerno.it
|
|
1417
1505
|
sassari.it
|
|
1418
|
-
ss.it
|
|
1419
1506
|
savona.it
|
|
1420
|
-
sv.it
|
|
1421
|
-
siena.it
|
|
1422
1507
|
si.it
|
|
1508
|
+
siena.it
|
|
1423
1509
|
siracusa.it
|
|
1424
|
-
sr.it
|
|
1425
|
-
sondrio.it
|
|
1426
1510
|
so.it
|
|
1427
|
-
|
|
1511
|
+
sondrio.it
|
|
1512
|
+
sp.it
|
|
1513
|
+
sr.it
|
|
1514
|
+
ss.it
|
|
1515
|
+
suedtirol.it
|
|
1516
|
+
sv.it
|
|
1428
1517
|
ta.it
|
|
1518
|
+
taranto.it
|
|
1519
|
+
te.it
|
|
1429
1520
|
tempio-olbia.it
|
|
1430
1521
|
tempioolbia.it
|
|
1431
|
-
olbia-tempio.it
|
|
1432
|
-
olbiatempio.it
|
|
1433
|
-
ot.it
|
|
1434
1522
|
teramo.it
|
|
1435
|
-
te.it
|
|
1436
1523
|
terni.it
|
|
1437
|
-
|
|
1438
|
-
torino.it
|
|
1439
|
-
turin.it
|
|
1524
|
+
tn.it
|
|
1440
1525
|
to.it
|
|
1441
|
-
|
|
1526
|
+
torino.it
|
|
1442
1527
|
tp.it
|
|
1443
|
-
|
|
1528
|
+
tr.it
|
|
1529
|
+
trani-andria-barletta.it
|
|
1530
|
+
trani-barletta-andria.it
|
|
1531
|
+
traniandriabarletta.it
|
|
1532
|
+
tranibarlettaandria.it
|
|
1533
|
+
trapani.it
|
|
1444
1534
|
trentino.it
|
|
1445
|
-
|
|
1535
|
+
trento.it
|
|
1446
1536
|
treviso.it
|
|
1447
|
-
tv.it
|
|
1448
1537
|
trieste.it
|
|
1449
1538
|
ts.it
|
|
1450
|
-
|
|
1539
|
+
turin.it
|
|
1540
|
+
tv.it
|
|
1451
1541
|
ud.it
|
|
1452
|
-
|
|
1542
|
+
udine.it
|
|
1543
|
+
urbino-pesaro.it
|
|
1544
|
+
urbinopesaro.it
|
|
1453
1545
|
va.it
|
|
1546
|
+
varese.it
|
|
1547
|
+
vb.it
|
|
1548
|
+
vc.it
|
|
1549
|
+
ve.it
|
|
1454
1550
|
venezia.it
|
|
1455
1551
|
venice.it
|
|
1456
|
-
ve.it
|
|
1457
1552
|
verbania.it
|
|
1458
|
-
vb.it
|
|
1459
1553
|
vercelli.it
|
|
1460
|
-
vc.it
|
|
1461
1554
|
verona.it
|
|
1462
|
-
|
|
1555
|
+
vi.it
|
|
1463
1556
|
vibo-valentia.it
|
|
1464
1557
|
vibovalentia.it
|
|
1465
|
-
vv.it
|
|
1466
1558
|
vicenza.it
|
|
1467
|
-
vi.it
|
|
1468
1559
|
viterbo.it
|
|
1560
|
+
vr.it
|
|
1561
|
+
vs.it
|
|
1469
1562
|
vt.it
|
|
1563
|
+
vv.it
|
|
1470
1564
|
|
|
1471
1565
|
// je : http://www.channelisles.net/register-domains/
|
|
1472
1566
|
// Confirmed by registry <nigel@channelisles.net> 2013-11-28
|
|
@@ -5054,7 +5148,24 @@ com.nr
|
|
|
5054
5148
|
nu
|
|
5055
5149
|
|
|
5056
5150
|
// nz : http://en.wikipedia.org/wiki/.nz
|
|
5057
|
-
|
|
5151
|
+
// Confirmed by registry <jay@nzrs.net.nz> 2014-05-19
|
|
5152
|
+
nz
|
|
5153
|
+
ac.nz
|
|
5154
|
+
co.nz
|
|
5155
|
+
cri.nz
|
|
5156
|
+
geek.nz
|
|
5157
|
+
gen.nz
|
|
5158
|
+
govt.nz
|
|
5159
|
+
health.nz
|
|
5160
|
+
iwi.nz
|
|
5161
|
+
kiwi.nz
|
|
5162
|
+
maori.nz
|
|
5163
|
+
mil.nz
|
|
5164
|
+
māori.nz
|
|
5165
|
+
net.nz
|
|
5166
|
+
org.nz
|
|
5167
|
+
parliament.nz
|
|
5168
|
+
school.nz
|
|
5058
5169
|
|
|
5059
5170
|
// om : http://en.wikipedia.org/wiki/.om
|
|
5060
5171
|
om
|
|
@@ -5521,7 +5632,6 @@ oryol.ru
|
|
|
5521
5632
|
palana.ru
|
|
5522
5633
|
penza.ru
|
|
5523
5634
|
perm.ru
|
|
5524
|
-
pskov.ru
|
|
5525
5635
|
ptz.ru
|
|
5526
5636
|
rnd.ru
|
|
5527
5637
|
ryazan.ru
|
|
@@ -5641,7 +5751,7 @@ gov.sd
|
|
|
5641
5751
|
info.sd
|
|
5642
5752
|
|
|
5643
5753
|
// se : http://en.wikipedia.org/wiki/.se
|
|
5644
|
-
// Submitted by registry <
|
|
5754
|
+
// Submitted by registry <patrik.wallstrom@iis.se> 2014-03-18
|
|
5645
5755
|
se
|
|
5646
5756
|
a.se
|
|
5647
5757
|
ac.se
|
|
@@ -5675,7 +5785,6 @@ pp.se
|
|
|
5675
5785
|
press.se
|
|
5676
5786
|
r.se
|
|
5677
5787
|
s.se
|
|
5678
|
-
sshn.se
|
|
5679
5788
|
t.se
|
|
5680
5789
|
tm.se
|
|
5681
5790
|
u.se
|
|
@@ -6349,16 +6458,24 @@ edu.vc
|
|
|
6349
6458
|
|
|
6350
6459
|
// ve : https://registro.nic.ve/
|
|
6351
6460
|
// Confirmed by registry 2012-10-04
|
|
6461
|
+
// Updated 2014-05-20 - Bug 940478
|
|
6352
6462
|
ve
|
|
6463
|
+
arts.ve
|
|
6353
6464
|
co.ve
|
|
6354
6465
|
com.ve
|
|
6355
6466
|
e12.ve
|
|
6356
6467
|
edu.ve
|
|
6468
|
+
firm.ve
|
|
6469
|
+
gob.ve
|
|
6357
6470
|
gov.ve
|
|
6358
6471
|
info.ve
|
|
6472
|
+
int.ve
|
|
6359
6473
|
mil.ve
|
|
6360
6474
|
net.ve
|
|
6361
6475
|
org.ve
|
|
6476
|
+
rec.ve
|
|
6477
|
+
store.ve
|
|
6478
|
+
tec.ve
|
|
6362
6479
|
web.ve
|
|
6363
6480
|
|
|
6364
6481
|
// vg : http://en.wikipedia.org/wiki/.vg
|
|
@@ -6391,8 +6508,12 @@ pro.vn
|
|
|
6391
6508
|
health.vn
|
|
6392
6509
|
|
|
6393
6510
|
// vu : http://en.wikipedia.org/wiki/.vu
|
|
6394
|
-
//
|
|
6511
|
+
// http://www.vunic.vu/
|
|
6395
6512
|
vu
|
|
6513
|
+
com.vu
|
|
6514
|
+
edu.vu
|
|
6515
|
+
net.vu
|
|
6516
|
+
org.vu
|
|
6396
6517
|
|
|
6397
6518
|
// wf : http://www.afnic.fr/medias/documents/AFNIC-naming-policy2012.pdf
|
|
6398
6519
|
wf
|
|
@@ -6518,7 +6639,14 @@ yt
|
|
|
6518
6639
|
فلسطين
|
|
6519
6640
|
|
|
6520
6641
|
// xn--90a3ac ("srb" Cyrillic) : RS
|
|
6642
|
+
// http://www.rnids.rs/en/the-.срб-domain
|
|
6521
6643
|
срб
|
|
6644
|
+
пр.срб
|
|
6645
|
+
орг.срб
|
|
6646
|
+
обр.срб
|
|
6647
|
+
од.срб
|
|
6648
|
+
упр.срб
|
|
6649
|
+
ак.срб
|
|
6522
6650
|
|
|
6523
6651
|
// xn--p1ai ("rf" Russian-Cyrillic) : RU
|
|
6524
6652
|
// http://www.cctld.ru/en/docs/rulesrf.php
|
|
@@ -7443,6 +7571,126 @@ bzh
|
|
|
7443
7571
|
// rio : 2014-02-27 Empresa Municipal de Informática SA - IPLANRIO
|
|
7444
7572
|
rio
|
|
7445
7573
|
|
|
7574
|
+
// cash : 2014-03-07 Delta Lake, LLC
|
|
7575
|
+
cash
|
|
7576
|
+
|
|
7577
|
+
// gives : 2014-03-07 United TLD Holdco Ltd.
|
|
7578
|
+
gives
|
|
7579
|
+
|
|
7580
|
+
// hiphop : 2014-03-07 Uniregistry, Corp.
|
|
7581
|
+
hiphop
|
|
7582
|
+
|
|
7583
|
+
// degree : 2014-03-07 Puff House, LLC
|
|
7584
|
+
degree
|
|
7585
|
+
|
|
7586
|
+
// digital : 2014-03-07 Dash Park, LLC
|
|
7587
|
+
digital
|
|
7588
|
+
|
|
7589
|
+
// rehab : 2014-03-07 United TLD Holdco Ltd.
|
|
7590
|
+
rehab
|
|
7591
|
+
|
|
7592
|
+
// wtf : 2014-03-07 Hidden Way, LLC
|
|
7593
|
+
wtf
|
|
7594
|
+
|
|
7595
|
+
// financial : 2014-03-07 Just Cover, LLC
|
|
7596
|
+
financial
|
|
7597
|
+
|
|
7598
|
+
// limited : 2014-03-07 Big Fest, LLC
|
|
7599
|
+
limited
|
|
7600
|
+
|
|
7601
|
+
// discount : 2014-03-07 Holly Hill, LLC
|
|
7602
|
+
discount
|
|
7603
|
+
|
|
7604
|
+
// fail : 2014-03-07 Atomic Pipe, LLC
|
|
7605
|
+
fail
|
|
7606
|
+
|
|
7607
|
+
// vet : 2014-03-07 Wild Dale, LLC
|
|
7608
|
+
vet
|
|
7609
|
+
|
|
7610
|
+
// ngo : 2014-03-07 Public Interest Registry
|
|
7611
|
+
ngo
|
|
7612
|
+
|
|
7613
|
+
// fitness : 2014-03-07 Brice Orchard, LLC
|
|
7614
|
+
fitness
|
|
7615
|
+
|
|
7616
|
+
// schule : 2014-03-07 Outer Moon, LLC
|
|
7617
|
+
schule
|
|
7618
|
+
|
|
7619
|
+
// navy : 2014-03-07 United TLD Holdco Ltd.
|
|
7620
|
+
navy
|
|
7621
|
+
|
|
7622
|
+
// bio : 2014-03-07 STARTING DOT LIMITED
|
|
7623
|
+
bio
|
|
7624
|
+
|
|
7625
|
+
// ong : 2014-03-07 Public Interest Registry
|
|
7626
|
+
ong
|
|
7627
|
+
|
|
7628
|
+
// town : 2014-03-07 Koko Moon, LLC
|
|
7629
|
+
town
|
|
7630
|
+
|
|
7631
|
+
// toys : 2014-03-07 Pioneer Orchard, LLC
|
|
7632
|
+
toys
|
|
7633
|
+
|
|
7634
|
+
// army : 2014-03-07 United TLD Holdco Ltd.
|
|
7635
|
+
army
|
|
7636
|
+
|
|
7637
|
+
// engineering : 2014-03-07 Romeo Canyon
|
|
7638
|
+
engineering
|
|
7639
|
+
|
|
7640
|
+
// capital : 2014-03-07 Delta Mill, LLC
|
|
7641
|
+
capital
|
|
7642
|
+
|
|
7643
|
+
// exchange : 2014-03-07 Spring Falls, LLC
|
|
7644
|
+
exchange
|
|
7645
|
+
|
|
7646
|
+
// fan : 2014-03-07 Goose Glen, LLC
|
|
7647
|
+
fan
|
|
7648
|
+
|
|
7649
|
+
// market : 2014-03-07 Victor Way, LLC
|
|
7650
|
+
market
|
|
7651
|
+
|
|
7652
|
+
// media : 2014-03-07 Grand Glen, LLC
|
|
7653
|
+
media
|
|
7654
|
+
|
|
7655
|
+
// lease : 2014-03-07 Victor Trail, LLC
|
|
7656
|
+
lease
|
|
7657
|
+
|
|
7658
|
+
// university : 2014-03-07 Little Station, LLC
|
|
7659
|
+
university
|
|
7660
|
+
|
|
7661
|
+
// reisen : 2014-03-07 New Cypress, LLC
|
|
7662
|
+
reisen
|
|
7663
|
+
|
|
7664
|
+
// airforce : 2014-03-07 United TLD Holdco Ltd.
|
|
7665
|
+
airforce
|
|
7666
|
+
|
|
7667
|
+
// pictures : 2014-03-07 Foggy Sky, LLC
|
|
7668
|
+
pictures
|
|
7669
|
+
|
|
7670
|
+
// gripe : 2014-03-07 Corn Sunset, LLC
|
|
7671
|
+
gripe
|
|
7672
|
+
|
|
7673
|
+
// engineering : 2014-03-07 United TLD Holdco Ltd.
|
|
7674
|
+
engineering
|
|
7675
|
+
|
|
7676
|
+
// associates : 2014-03-07 Baxter Hill, LLC
|
|
7677
|
+
associates
|
|
7678
|
+
|
|
7679
|
+
// xn--mxtq1m : 2014-03-07 Net-Chinese Co., Ltd.
|
|
7680
|
+
政府
|
|
7681
|
+
|
|
7682
|
+
// williamhill : 2014-03-13 William Hill Organization Limited
|
|
7683
|
+
williamhill
|
|
7684
|
+
|
|
7685
|
+
// hiv : 2014-03-13 dotHIV gemeinnuetziger e.V.
|
|
7686
|
+
hiv
|
|
7687
|
+
|
|
7688
|
+
// sca : 2014-03-13 SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)
|
|
7689
|
+
sca
|
|
7690
|
+
|
|
7691
|
+
// reise : 2014-03-13 dotreise GmbH
|
|
7692
|
+
reise
|
|
7693
|
+
|
|
7446
7694
|
|
|
7447
7695
|
// ===END ICANN DOMAINS===
|
|
7448
7696
|
// ===BEGIN PRIVATE DOMAINS===
|
|
@@ -7452,20 +7700,22 @@ rio
|
|
|
7452
7700
|
cloudfront.net
|
|
7453
7701
|
|
|
7454
7702
|
// Amazon Elastic Compute Cloud: https://aws.amazon.com/ec2/
|
|
7455
|
-
// Submitted by Osman Surkatty <osmans@amazon.com>
|
|
7456
|
-
compute.amazonaws.com
|
|
7457
|
-
us-east-1.amazonaws.com
|
|
7458
|
-
compute-1.amazonaws.com
|
|
7459
|
-
z-1.compute-1.amazonaws.com
|
|
7460
|
-
z-2.compute-1.amazonaws.com
|
|
7703
|
+
// Submitted by Osman Surkatty <osmans@amazon.com> 2014-05-20
|
|
7461
7704
|
ap-northeast-1.compute.amazonaws.com
|
|
7462
7705
|
ap-southeast-1.compute.amazonaws.com
|
|
7463
7706
|
ap-southeast-2.compute.amazonaws.com
|
|
7707
|
+
cn-north-1.compute.amazonaws.cn
|
|
7708
|
+
compute.amazonaws.cn
|
|
7709
|
+
compute.amazonaws.com
|
|
7710
|
+
compute-1.amazonaws.com
|
|
7464
7711
|
eu-west-1.compute.amazonaws.com
|
|
7465
7712
|
sa-east-1.compute.amazonaws.com
|
|
7713
|
+
us-east-1.amazonaws.com
|
|
7466
7714
|
us-gov-west-1.compute.amazonaws.com
|
|
7467
7715
|
us-west-1.compute.amazonaws.com
|
|
7468
7716
|
us-west-2.compute.amazonaws.com
|
|
7717
|
+
z-1.compute-1.amazonaws.com
|
|
7718
|
+
z-2.compute-1.amazonaws.com
|
|
7469
7719
|
|
|
7470
7720
|
// Amazon Elastic Beanstalk : https://aws.amazon.com/elasticbeanstalk/
|
|
7471
7721
|
// Submitted by Adam Stein <astein@amazon.com> 2013-04-02
|
|
@@ -7512,12 +7762,12 @@ de.com
|
|
|
7512
7762
|
eu.com
|
|
7513
7763
|
gb.com
|
|
7514
7764
|
gb.net
|
|
7515
|
-
gr.com
|
|
7516
7765
|
hu.com
|
|
7517
7766
|
hu.net
|
|
7518
7767
|
jp.net
|
|
7519
7768
|
jpn.com
|
|
7520
7769
|
kr.com
|
|
7770
|
+
mex.com
|
|
7521
7771
|
no.com
|
|
7522
7772
|
qc.com
|
|
7523
7773
|
ru.com
|
|
@@ -7527,10 +7777,30 @@ se.net
|
|
|
7527
7777
|
uk.com
|
|
7528
7778
|
uk.net
|
|
7529
7779
|
us.com
|
|
7530
|
-
us.org
|
|
7531
7780
|
uy.com
|
|
7781
|
+
za.bz
|
|
7532
7782
|
za.com
|
|
7533
7783
|
|
|
7784
|
+
// Africa.com Web Solutions Ltd : https://registry.africa.com
|
|
7785
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com> 2014-02-04
|
|
7786
|
+
africa.com
|
|
7787
|
+
|
|
7788
|
+
// iDOT Services Limited : http://www.domain.gr.com
|
|
7789
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com> 2014-02-04
|
|
7790
|
+
gr.com
|
|
7791
|
+
|
|
7792
|
+
// Radix FZC : http://domains.in.net
|
|
7793
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com> 2014-02-04
|
|
7794
|
+
in.net
|
|
7795
|
+
|
|
7796
|
+
// US REGISTRY LLC : http://us.org
|
|
7797
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com> 2014-02-04
|
|
7798
|
+
us.org
|
|
7799
|
+
|
|
7800
|
+
// co.com Registry, LLC : https://registry.co.com
|
|
7801
|
+
// Submitted by Gavin Brown <gavin.brown@centralnic.com> 2014-02-04
|
|
7802
|
+
co.com
|
|
7803
|
+
|
|
7534
7804
|
// c.la : http://www.c.la/
|
|
7535
7805
|
c.la
|
|
7536
7806
|
|
|
@@ -7922,6 +8192,10 @@ azurewebsites.net
|
|
|
7922
8192
|
azure-mobile.net
|
|
7923
8193
|
cloudapp.net
|
|
7924
8194
|
|
|
8195
|
+
// One Fold Media : http://www.onefoldmedia.com/
|
|
8196
|
+
// Submitted by Eddie Jones <eddie@onefoldmedia.com> 2014-06-10
|
|
8197
|
+
nid.io
|
|
8198
|
+
|
|
7925
8199
|
// NYC.mn : http://www.information.nyc.mn
|
|
7926
8200
|
// Submitted by Matthew Brown <mattbrown@nyc.mn> 2013-03-11
|
|
7927
8201
|
nyc.mn
|
|
@@ -7930,6 +8204,10 @@ nyc.mn
|
|
|
7930
8204
|
// Submitted by Yngve Pettersen <yngve@opera.com> 2009-11-26
|
|
7931
8205
|
operaunite.com
|
|
7932
8206
|
|
|
8207
|
+
// OutSystems
|
|
8208
|
+
// Submitted by Duarte Santos <domain-admin@outsystemscloud.com> 2014-03-11
|
|
8209
|
+
outsystemscloud.com
|
|
8210
|
+
|
|
7933
8211
|
// Red Hat, Inc. OpenShift : https://openshift.redhat.com/
|
|
7934
8212
|
// Submitted by Tim Kramer <tkramer@rhcloud.com> 2012-10-24
|
|
7935
8213
|
rhcloud.com
|
data/public_suffix.gemspec
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
+
# stub: public_suffix 1.4.2 ruby lib
|
|
2
3
|
|
|
3
4
|
Gem::Specification.new do |s|
|
|
4
5
|
s.name = "public_suffix"
|
|
5
6
|
s.version = "1.4.2"
|
|
6
7
|
|
|
7
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
9
|
+
s.require_paths = ["lib"]
|
|
8
10
|
s.authors = ["Simone Carletti"]
|
|
9
|
-
s.date = "2014-
|
|
11
|
+
s.date = "2014-06-12"
|
|
10
12
|
s.description = "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains."
|
|
11
13
|
s.email = "weppos@weppos.net"
|
|
12
14
|
s.files = [".gemtest", ".gitignore", ".travis.yml", ".yardopts", "CHANGELOG.md", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "lib/definitions.txt", "lib/public_suffix.rb", "lib/public_suffix/domain.rb", "lib/public_suffix/errors.rb", "lib/public_suffix/list.rb", "lib/public_suffix/rule.rb", "lib/public_suffix/version.rb", "public_suffix.gemspec", "test/acceptance_test.rb", "test/test_helper.rb", "test/unit/domain_test.rb", "test/unit/errors_test.rb", "test/unit/list_test.rb", "test/unit/public_suffix_test.rb", "test/unit/rule_test.rb"]
|
|
13
15
|
s.homepage = "http://simonecarletti.com/code/publicsuffix"
|
|
14
16
|
s.licenses = ["MIT"]
|
|
15
|
-
s.require_paths = ["lib"]
|
|
16
17
|
s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
|
|
17
|
-
s.rubygems_version = "2.
|
|
18
|
+
s.rubygems_version = "2.2.2"
|
|
18
19
|
s.summary = "Domain name parser based on the Public Suffix List."
|
|
19
20
|
s.test_files = ["test/acceptance_test.rb", "test/test_helper.rb", "test/unit/domain_test.rb", "test/unit/errors_test.rb", "test/unit/list_test.rb", "test/unit/public_suffix_test.rb", "test/unit/rule_test.rb"]
|
|
20
21
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: public_suffix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simone Carletti
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
version: '0'
|
|
104
104
|
requirements: []
|
|
105
105
|
rubyforge_project:
|
|
106
|
-
rubygems_version: 2.
|
|
106
|
+
rubygems_version: 2.2.2
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 4
|
|
109
109
|
summary: Domain name parser based on the Public Suffix List.
|