public_suffix 2.0.1 → 2.0.2
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 +6 -0
- data/README.md +1 -1
- data/data/list.txt +156 -5
- data/lib/public_suffix/version.rb +1 -1
- data/public_suffix.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: 68fe527c1734de75cf3747b9820a40e182bd2cdd
|
|
4
|
+
data.tar.gz: e53db4d13c769baa0d170b3c7cfe6a8353ad3ea3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60e029efcdc9b842ac6fe6fe8ca1c05ae12245747738fba6e1b042d51f6a21fa1f555fe0103b8dfaf41343e74535ba64e00a98114de05c7918dc00cda9280a25
|
|
7
|
+
data.tar.gz: 712f7473d8fd368d801126d927c4d562fbc5bf31b4a1206ca5c5da8a15adcd3f98378797a24346d2563365f396166796a8bc23e52cb00755511bd5555185d6ef
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -125,7 +125,7 @@ If you don't care about private domains at all, it's more efficient to exclude t
|
|
|
125
125
|
|
|
126
126
|
```ruby
|
|
127
127
|
# Disable support for private TLDs
|
|
128
|
-
PublicSuffix::List.default =
|
|
128
|
+
PublicSuffix::List.default = PublicSuffix::List.parse(File.read(PublicSuffix::List::DEFAULT_LIST_PATH), private_domains: false)
|
|
129
129
|
# => "blogspot.com"
|
|
130
130
|
PublicSuffix.domain("something.blogspot.com")
|
|
131
131
|
# => "blogspot.com"
|
data/data/list.txt
CHANGED
|
@@ -2634,7 +2634,6 @@ iwanuma.miyagi.jp
|
|
|
2634
2634
|
kakuda.miyagi.jp
|
|
2635
2635
|
kami.miyagi.jp
|
|
2636
2636
|
kawasaki.miyagi.jp
|
|
2637
|
-
kesennuma.miyagi.jp
|
|
2638
2637
|
marumori.miyagi.jp
|
|
2639
2638
|
matsushima.miyagi.jp
|
|
2640
2639
|
minamisanriku.miyagi.jp
|
|
@@ -6948,7 +6947,7 @@ sch.zm
|
|
|
6948
6947
|
*.zw
|
|
6949
6948
|
|
|
6950
6949
|
|
|
6951
|
-
// List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2016-
|
|
6950
|
+
// List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2016-05-09T22:17:27Z
|
|
6952
6951
|
|
|
6953
6952
|
// aaa : 2015-02-26 American Automobile Association, Inc.
|
|
6954
6953
|
aaa
|
|
@@ -7430,6 +7429,9 @@ call
|
|
|
7430
7429
|
// calvinklein : 2015-07-30 PVH gTLD Holdings LLC
|
|
7431
7430
|
calvinklein
|
|
7432
7431
|
|
|
7432
|
+
// cam : 2016-04-21 AC Webconnecting Holding B.V.
|
|
7433
|
+
cam
|
|
7434
|
+
|
|
7433
7435
|
// camera : 2013-08-27 Atomic Maple, LLC
|
|
7434
7436
|
camera
|
|
7435
7437
|
|
|
@@ -7865,7 +7867,7 @@ dunlop
|
|
|
7865
7867
|
// duns : 2015-08-06 The Dun & Bradstreet Corporation
|
|
7866
7868
|
duns
|
|
7867
7869
|
|
|
7868
|
-
// dupont : 2015-06-25 E.I. du Pont de Nemours and Company
|
|
7870
|
+
// dupont : 2015-06-25 E. I. du Pont de Nemours and Company
|
|
7869
7871
|
dupont
|
|
7870
7872
|
|
|
7871
7873
|
// durban : 2014-03-24 ZA Central Registry NPC trading as ZA Central Registry
|
|
@@ -8075,6 +8077,9 @@ fly
|
|
|
8075
8077
|
// foo : 2014-01-23 Charleston Road Registry Inc.
|
|
8076
8078
|
foo
|
|
8077
8079
|
|
|
8080
|
+
// food : 2016-04-21 Lifestyle Domain Holdings, Inc.
|
|
8081
|
+
food
|
|
8082
|
+
|
|
8078
8083
|
// foodnetwork : 2015-07-02 Lifestyle Domain Holdings, Inc.
|
|
8079
8084
|
foodnetwork
|
|
8080
8085
|
|
|
@@ -8396,6 +8401,9 @@ hot
|
|
|
8396
8401
|
// hoteles : 2015-03-05 Travel Reservations SRL
|
|
8397
8402
|
hoteles
|
|
8398
8403
|
|
|
8404
|
+
// hotels : 2016-04-07 Booking.com B.V.
|
|
8405
|
+
hotels
|
|
8406
|
+
|
|
8399
8407
|
// hotmail : 2014-12-18 Microsoft Corporation
|
|
8400
8408
|
hotmail
|
|
8401
8409
|
|
|
@@ -8534,7 +8542,7 @@ jcp
|
|
|
8534
8542
|
// jeep : 2015-07-30 FCA US LLC.
|
|
8535
8543
|
jeep
|
|
8536
8544
|
|
|
8537
|
-
// jetzt : 2014-01-09
|
|
8545
|
+
// jetzt : 2014-01-09
|
|
8538
8546
|
jetzt
|
|
8539
8547
|
|
|
8540
8548
|
// jewelry : 2015-03-05 Wild Bloom, LLC
|
|
@@ -9674,7 +9682,10 @@ shiksha
|
|
|
9674
9682
|
// shoes : 2013-10-02 Binky Galley, LLC
|
|
9675
9683
|
shoes
|
|
9676
9684
|
|
|
9677
|
-
//
|
|
9685
|
+
// shop : 2016-04-08 GMO Registry, Inc.
|
|
9686
|
+
shop
|
|
9687
|
+
|
|
9688
|
+
// shopping : 2016-03-31
|
|
9678
9689
|
shopping
|
|
9679
9690
|
|
|
9680
9691
|
// shouji : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD.
|
|
@@ -10682,6 +10693,13 @@ s3.eu-central-1.amazonaws.com
|
|
|
10682
10693
|
// Submitted by Thomas Orozco <thomas@aptible.com>
|
|
10683
10694
|
on-aptible.com
|
|
10684
10695
|
|
|
10696
|
+
// Association potager.org : https://potager.org/
|
|
10697
|
+
// Submitted by Lunar <jardiniers@potager.org>
|
|
10698
|
+
potager.org
|
|
10699
|
+
poivron.org
|
|
10700
|
+
sweetpepper.org
|
|
10701
|
+
pimienta.org
|
|
10702
|
+
|
|
10685
10703
|
// AVM : https://avm.de
|
|
10686
10704
|
// Submitted by Andreas Weise <a.weise@avm.de>
|
|
10687
10705
|
myfritz.net
|
|
@@ -10690,6 +10708,10 @@ myfritz.net
|
|
|
10690
10708
|
// Submitted by Adrian <adrian@betainabox.com>
|
|
10691
10709
|
betainabox.com
|
|
10692
10710
|
|
|
10711
|
+
// Boxfuse : https://boxfuse.com
|
|
10712
|
+
// Submitted by Axel Fontaine <axel@boxfuse.com>
|
|
10713
|
+
boxfuse.io
|
|
10714
|
+
|
|
10693
10715
|
// CentralNic : http://www.centralnic.com/names/domains
|
|
10694
10716
|
// Submitted by registry <gavin.brown@centralnic.com>
|
|
10695
10717
|
ae.org
|
|
@@ -10801,6 +10823,10 @@ store.dk
|
|
|
10801
10823
|
// Submitted by Peter Thomassen <peter@desec.io>
|
|
10802
10824
|
dedyn.io
|
|
10803
10825
|
|
|
10826
|
+
// DNShome : https://www.dnshome.de/
|
|
10827
|
+
// Submitted by Norbert Auler <mail@dnshome.de>
|
|
10828
|
+
dnshome.de
|
|
10829
|
+
|
|
10804
10830
|
// DreamHost : http://www.dreamhost.com/
|
|
10805
10831
|
// Submitted by Andrew Farmer <andrew.farmer@dreamhost.com>
|
|
10806
10832
|
dreamhosters.com
|
|
@@ -10813,6 +10839,11 @@ mydrobo.com
|
|
|
10813
10839
|
// Submitted by Richard Harper <richard@duckdns.org>
|
|
10814
10840
|
duckdns.org
|
|
10815
10841
|
|
|
10842
|
+
// dy.fi : http://dy.fi/
|
|
10843
|
+
// Submitted by Heikki Hannikainen <hessu@hes.iki.fi>
|
|
10844
|
+
dy.fi
|
|
10845
|
+
tunk.org
|
|
10846
|
+
|
|
10816
10847
|
// DynDNS.com : http://www.dyndns.com/services/dns/dyndns/
|
|
10817
10848
|
dyndns-at-home.com
|
|
10818
10849
|
dyndns-at-work.com
|
|
@@ -11098,6 +11129,10 @@ writesthisblog.com
|
|
|
11098
11129
|
// Submitted by Dominik Menke <dom@digineo.de> 2016-01-18
|
|
11099
11130
|
dynv6.net
|
|
11100
11131
|
|
|
11132
|
+
// E4YOU spol. s.r.o. : https://e4you.cz/
|
|
11133
|
+
// Submitted by Vladimir Dudr <info@e4you.cz>
|
|
11134
|
+
e4.cz
|
|
11135
|
+
|
|
11101
11136
|
// EU.org https://eu.org/
|
|
11102
11137
|
// Submitted by Pierre Beyssac <hostmaster@eu.org>
|
|
11103
11138
|
eu.org
|
|
@@ -11177,6 +11212,15 @@ firebaseapp.com
|
|
|
11177
11212
|
// Submitted by Jonathan Rudenberg <jonathan@flynn.io>
|
|
11178
11213
|
flynnhub.com
|
|
11179
11214
|
|
|
11215
|
+
// Freebox : http://www.freebox.fr
|
|
11216
|
+
// Submitted by Romain Fliedel <rfliedel@freebox.fr>
|
|
11217
|
+
freebox-os.com
|
|
11218
|
+
freeboxos.com
|
|
11219
|
+
fbx-os.fr
|
|
11220
|
+
fbxos.fr
|
|
11221
|
+
freebox-os.fr
|
|
11222
|
+
freeboxos.fr
|
|
11223
|
+
|
|
11180
11224
|
// GDS : https://www.gov.uk/service-manual/operations/operating-servicegovuk-subdomains
|
|
11181
11225
|
// Submitted by David Illsley <david.illsley@digital.cabinet-office.gov.uk>
|
|
11182
11226
|
service.gov.uk
|
|
@@ -11329,6 +11373,95 @@ nfshost.com
|
|
|
11329
11373
|
// nsupdate.info : https://www.nsupdate.info/
|
|
11330
11374
|
// Submitted by Thomas Waldmann <info@nsupdate.info>
|
|
11331
11375
|
nsupdate.info
|
|
11376
|
+
nerdpol.ovh
|
|
11377
|
+
|
|
11378
|
+
// No-IP.com : https://noip.com/
|
|
11379
|
+
// Submitted by Deven Reza <publicsuffixlist@noip.com>
|
|
11380
|
+
blogsyte.com
|
|
11381
|
+
brasilia.me
|
|
11382
|
+
cable-modem.org
|
|
11383
|
+
ciscofreak.com
|
|
11384
|
+
collegefan.org
|
|
11385
|
+
couchpotatofries.org
|
|
11386
|
+
damnserver.com
|
|
11387
|
+
ddns.me
|
|
11388
|
+
ditchyourip.com
|
|
11389
|
+
dnsfor.me
|
|
11390
|
+
dnsiskinky.com
|
|
11391
|
+
dvrcam.info
|
|
11392
|
+
dynns.com
|
|
11393
|
+
eating-organic.net
|
|
11394
|
+
fantasyleague.cc
|
|
11395
|
+
geekgalaxy.com
|
|
11396
|
+
golffan.us
|
|
11397
|
+
health-carereform.com
|
|
11398
|
+
homesecuritymac.com
|
|
11399
|
+
homesecuritypc.com
|
|
11400
|
+
hopto.me
|
|
11401
|
+
ilovecollege.info
|
|
11402
|
+
loginto.me
|
|
11403
|
+
mlbfan.org
|
|
11404
|
+
mmafan.biz
|
|
11405
|
+
myactivedirectory.com
|
|
11406
|
+
mydissent.net
|
|
11407
|
+
myeffect.net
|
|
11408
|
+
mymediapc.net
|
|
11409
|
+
mypsx.net
|
|
11410
|
+
mysecuritycamera.com
|
|
11411
|
+
mysecuritycamera.net
|
|
11412
|
+
mysecuritycamera.org
|
|
11413
|
+
net-freaks.com
|
|
11414
|
+
nflfan.org
|
|
11415
|
+
nhlfan.net
|
|
11416
|
+
no-ip.ca
|
|
11417
|
+
no-ip.co.uk
|
|
11418
|
+
no-ip.net
|
|
11419
|
+
noip.us
|
|
11420
|
+
onthewifi.com
|
|
11421
|
+
pgafan.net
|
|
11422
|
+
point2this.com
|
|
11423
|
+
pointto.us
|
|
11424
|
+
privatizehealthinsurance.net
|
|
11425
|
+
quicksytes.com
|
|
11426
|
+
read-books.org
|
|
11427
|
+
securitytactics.com
|
|
11428
|
+
serveexchange.com
|
|
11429
|
+
servehumour.com
|
|
11430
|
+
servep2p.com
|
|
11431
|
+
servesarcasm.com
|
|
11432
|
+
stufftoread.com
|
|
11433
|
+
ufcfan.org
|
|
11434
|
+
unusualperson.com
|
|
11435
|
+
workisboring.com
|
|
11436
|
+
3utilities.com
|
|
11437
|
+
bounceme.net
|
|
11438
|
+
ddns.net
|
|
11439
|
+
ddnsking.com
|
|
11440
|
+
gotdns.ch
|
|
11441
|
+
hopto.org
|
|
11442
|
+
myftp.biz
|
|
11443
|
+
myftp.org
|
|
11444
|
+
myvnc.com
|
|
11445
|
+
no-ip.biz
|
|
11446
|
+
no-ip.info
|
|
11447
|
+
no-ip.org
|
|
11448
|
+
noip.me
|
|
11449
|
+
redirectme.net
|
|
11450
|
+
servebeer.com
|
|
11451
|
+
serveblog.net
|
|
11452
|
+
servecounterstrike.com
|
|
11453
|
+
serveftp.com
|
|
11454
|
+
servegame.com
|
|
11455
|
+
servehalflife.com
|
|
11456
|
+
servehttp.com
|
|
11457
|
+
serveirc.com
|
|
11458
|
+
serveminecraft.net
|
|
11459
|
+
servemp3.com
|
|
11460
|
+
servepics.com
|
|
11461
|
+
servequake.com
|
|
11462
|
+
sytes.net
|
|
11463
|
+
webhop.me
|
|
11464
|
+
zapto.org
|
|
11332
11465
|
|
|
11333
11466
|
// NYC.mn : http://www.information.nyc.mn
|
|
11334
11467
|
// Submitted by Matthew Brown <mattbrown@nyc.mn>
|
|
@@ -11346,10 +11479,18 @@ operaunite.com
|
|
|
11346
11479
|
// Submitted by Duarte Santos <domain-admin@outsystemscloud.com>
|
|
11347
11480
|
outsystemscloud.com
|
|
11348
11481
|
|
|
11482
|
+
// OwnProvider : http://www.ownprovider.com
|
|
11483
|
+
// Submitted by Jan Moennich <jan.moennich@ownprovider.com>
|
|
11484
|
+
ownprovider.com
|
|
11485
|
+
|
|
11349
11486
|
// oy.lc
|
|
11350
11487
|
// Submitted by Charly Coste <changaco@changaco.oy.lc>
|
|
11351
11488
|
oy.lc
|
|
11352
11489
|
|
|
11490
|
+
// Pagefog : https://pagefog.com/
|
|
11491
|
+
// Submitted by Derek Myers <derek@pagefog.com>
|
|
11492
|
+
pgfog.com
|
|
11493
|
+
|
|
11353
11494
|
// Pagefront : https://www.pagefronthq.com/
|
|
11354
11495
|
// Submitted by Jason Kriss <jason@pagefronthq.com>
|
|
11355
11496
|
pagefrontapp.com
|
|
@@ -11416,6 +11557,16 @@ sinaapp.com
|
|
|
11416
11557
|
vipsinaapp.com
|
|
11417
11558
|
1kapp.com
|
|
11418
11559
|
|
|
11560
|
+
// Skyhat : http://www.skyhat.io
|
|
11561
|
+
// Submitted by Shante Adam <shante@skyhat.io>
|
|
11562
|
+
bounty-full.com
|
|
11563
|
+
alpha.bounty-full.com
|
|
11564
|
+
beta.bounty-full.com
|
|
11565
|
+
|
|
11566
|
+
// SpaceKit : https://www.spacekit.io/
|
|
11567
|
+
// Submitted by Reza Akhavan <spacekit.io@gmail.com>
|
|
11568
|
+
spacekit.io
|
|
11569
|
+
|
|
11419
11570
|
// Synology, Inc. : https://www.synology.com/
|
|
11420
11571
|
// Submitted by Rony Weng <ronyweng@synology.com>
|
|
11421
11572
|
diskstation.me
|
data/public_suffix.gemspec
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
-
# stub: public_suffix 2.0.
|
|
2
|
+
# stub: public_suffix 2.0.1 ruby lib
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "public_suffix"
|
|
6
|
-
s.version = "2.0.
|
|
6
|
+
s.version = "2.0.1"
|
|
7
7
|
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
9
9
|
s.require_paths = ["lib"]
|
|
10
10
|
s.authors = ["Simone Carletti"]
|
|
11
|
-
s.date = "2016-05-
|
|
11
|
+
s.date = "2016-05-22"
|
|
12
12
|
s.description = "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains."
|
|
13
13
|
s.email = "weppos@weppos.net"
|
|
14
14
|
s.files = [".gitignore", ".rubocop.yml", ".rubocop_defaults.yml", ".ruby-gemset", ".travis.yml", ".yardopts", "2.0-Upgrade.md", "CHANGELOG.md", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "data/list.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/benchmark_helper.rb", "test/execution_profiler.rb", "test/initialization_profiler.rb", "test/performance_benchmark.rb", "test/psl_test.rb", "test/test_helper.rb", "test/tests.txt", "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"]
|
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: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simone Carletti
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-06-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|