public_suffix 4.0.4 → 4.0.5
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/.github/workflows/tests.yml +36 -0
- data/CHANGELOG.md +7 -0
- data/codecov.yml +14 -0
- data/data/list.txt +38 -6
- data/lib/public_suffix/version.rb +1 -1
- data/public_suffix.gemspec +8 -0
- metadata +10 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4132a5678be0b5d33da16c17d81cec1fbf4d5dd2245db891090c1a2003107054
|
4
|
+
data.tar.gz: 5472179ce34f865fb174c242f6f93fe906eb4af98f0092d611277e7ced607e1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfa1fb2ecb2f768569bcf851c696fb9e922f878f8f5c91f7b7811e323fc4226f02d6a51eae3c410e452eca71a7db51f9df809c6c686c63c843021d0e9e010b01
|
7
|
+
data.tar.gz: 4feff3090d60d3019a7d3d51517f6dc64aa4b45f8aee3721b32b4d0d4a4083a3b06bc648edbbb5b8df5d677c53f05dcaf8a69bb5aa9c6244daf4ea76414f5ba1
|
@@ -0,0 +1,36 @@
|
|
1
|
+
name: Tests
|
2
|
+
|
3
|
+
on:
|
4
|
+
push:
|
5
|
+
branches: [ master ]
|
6
|
+
pull_request:
|
7
|
+
branches: [ master ]
|
8
|
+
|
9
|
+
jobs:
|
10
|
+
|
11
|
+
build:
|
12
|
+
strategy:
|
13
|
+
matrix:
|
14
|
+
ruby-version:
|
15
|
+
- "2.3"
|
16
|
+
- "2.4"
|
17
|
+
- "2.5"
|
18
|
+
- "2.6"
|
19
|
+
- "2.7"
|
20
|
+
platform: [ubuntu-latest]
|
21
|
+
|
22
|
+
runs-on: ${{ matrix.platform }}
|
23
|
+
steps:
|
24
|
+
|
25
|
+
- uses: actions/checkout@v2
|
26
|
+
|
27
|
+
- name: Set up Ruby
|
28
|
+
uses: ruby/setup-ruby@v1
|
29
|
+
with:
|
30
|
+
ruby-version: ${{ matrix.ruby-version }}
|
31
|
+
|
32
|
+
- name: Install dependencies
|
33
|
+
run: bundle install
|
34
|
+
|
35
|
+
- name: Run tests
|
36
|
+
run: bundle exec rake
|
data/CHANGELOG.md
CHANGED
data/codecov.yml
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
# https://docs.codecov.io/docs/coverage-configuration
|
2
|
+
coverage:
|
3
|
+
precision: 1
|
4
|
+
round: down
|
5
|
+
|
6
|
+
coverage:
|
7
|
+
status:
|
8
|
+
project:
|
9
|
+
default: false
|
10
|
+
patch:
|
11
|
+
default: false
|
12
|
+
|
13
|
+
# https://docs.codecov.io/docs/pull-request-comments#section-requiring-changes
|
14
|
+
comment: off
|
data/data/list.txt
CHANGED
@@ -212,6 +212,7 @@ ac.at
|
|
212
212
|
co.at
|
213
213
|
gv.at
|
214
214
|
or.at
|
215
|
+
sth.ac.at
|
215
216
|
|
216
217
|
// au : https://en.wikipedia.org/wiki/.au
|
217
218
|
// http://www.auda.org.au/
|
@@ -7091,7 +7092,7 @@ org.zw
|
|
7091
7092
|
|
7092
7093
|
// newGTLDs
|
7093
7094
|
|
7094
|
-
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-
|
7095
|
+
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-05-06T16:23:34Z
|
7095
7096
|
// This list is auto-generated, don't edit it manually.
|
7096
7097
|
// aaa : 2015-02-26 American Automobile Association, Inc.
|
7097
7098
|
aaa
|
@@ -7240,7 +7241,7 @@ analytics
|
|
7240
7241
|
// android : 2014-08-07 Charleston Road Registry Inc.
|
7241
7242
|
android
|
7242
7243
|
|
7243
|
-
// anquan : 2015-01-08
|
7244
|
+
// anquan : 2015-01-08 Beijing Qihu Keji Co., Ltd.
|
7244
7245
|
anquan
|
7245
7246
|
|
7246
7247
|
// anz : 2015-07-31 Australia and New Zealand Banking Group Limited
|
@@ -9748,7 +9749,7 @@ shop
|
|
9748
9749
|
// shopping : 2016-03-31 Binky Moon, LLC
|
9749
9750
|
shopping
|
9750
9751
|
|
9751
|
-
// shouji : 2015-01-08
|
9752
|
+
// shouji : 2015-01-08 Beijing Qihu Keji Co., Ltd.
|
9752
9753
|
shouji
|
9753
9754
|
|
9754
9755
|
// show : 2015-03-05 Binky Moon, LLC
|
@@ -10312,7 +10313,7 @@ xerox
|
|
10312
10313
|
// xfinity : 2015-07-09 Comcast IP Holdings I, LLC
|
10313
10314
|
xfinity
|
10314
10315
|
|
10315
|
-
// xihuan : 2015-01-08
|
10316
|
+
// xihuan : 2015-01-08 Beijing Qihu Keji Co., Ltd.
|
10316
10317
|
xihuan
|
10317
10318
|
|
10318
10319
|
// xin : 2014-12-11 Elegant Leader Limited
|
@@ -10633,7 +10634,7 @@ you
|
|
10633
10634
|
// youtube : 2014-05-01 Charleston Road Registry Inc.
|
10634
10635
|
youtube
|
10635
10636
|
|
10636
|
-
// yun : 2015-01-08
|
10637
|
+
// yun : 2015-01-08 Beijing Qihu Keji Co., Ltd.
|
10637
10638
|
yun
|
10638
10639
|
|
10639
10640
|
// zappos : 2015-06-25 Amazon Registry Services, Inc.
|
@@ -10979,6 +10980,10 @@ cleverapps.io
|
|
10979
10980
|
*.lcl.dev
|
10980
10981
|
*.stg.dev
|
10981
10982
|
|
10983
|
+
// Clic2000 : https://clic2000.fr
|
10984
|
+
// Submitted by Mathilde Blanchemanche <mathilde@clic2000.fr>
|
10985
|
+
clic2000.net
|
10986
|
+
|
10982
10987
|
// Cloud66 : https://www.cloud66.com/
|
10983
10988
|
// Submitted by Khash Sajadi <khash@cloud66.com>
|
10984
10989
|
c66.me
|
@@ -11094,6 +11099,10 @@ realm.cz
|
|
11094
11099
|
// Submitted by Jonathan Rudenberg <jonathan@cupcake.io>
|
11095
11100
|
cupcake.is
|
11096
11101
|
|
11102
|
+
// Curv UG : https://curv-labs.de/
|
11103
|
+
// Submitted by Marvin Wiesner <Marvin@curv-labs.de>
|
11104
|
+
curv.dev
|
11105
|
+
|
11097
11106
|
// Customer OCI - Oracle Dyn https://cloud.oracle.com/home https://dyn.com/dns/
|
11098
11107
|
// Submitted by Gregory Drake <support@dyn.com>
|
11099
11108
|
// Note: This is intended to also include customer-oci.com due to wildcards implicitly including the current label
|
@@ -11129,6 +11138,10 @@ firm.dk
|
|
11129
11138
|
reg.dk
|
11130
11139
|
store.dk
|
11131
11140
|
|
11141
|
+
// dappnode.io : https://dappnode.io/
|
11142
|
+
// Submitted by Abel Boldu / DAppNode Team <community@dappnode.io>
|
11143
|
+
dyndns.dappnode.io
|
11144
|
+
|
11132
11145
|
// dapps.earth : https://dapps.earth/
|
11133
11146
|
// Submitted by Daniil Burdakov <icqkill@gmail.com>
|
11134
11147
|
*.dapps.earth
|
@@ -11611,6 +11624,10 @@ twmail.org
|
|
11611
11624
|
mymailer.com.tw
|
11612
11625
|
url.tw
|
11613
11626
|
|
11627
|
+
// Fabrica Technologies, Inc. : https://www.fabrica.dev/
|
11628
|
+
// Submitted by Eric Jiang <eric@fabrica.dev>
|
11629
|
+
onfabrica.com
|
11630
|
+
|
11614
11631
|
// Facebook, Inc.
|
11615
11632
|
// Submitted by Peter Ruibal <public-suffix@fb.com>
|
11616
11633
|
apps.fbsbx.com
|
@@ -12062,8 +12079,9 @@ pixolino.com
|
|
12062
12079
|
ipifony.net
|
12063
12080
|
|
12064
12081
|
// IServ GmbH : https://iserv.eu
|
12065
|
-
// Submitted by Kim-Alexander Brodowski <
|
12082
|
+
// Submitted by Kim-Alexander Brodowski <info@iserv.eu>
|
12066
12083
|
mein-iserv.de
|
12084
|
+
schulserver.de
|
12067
12085
|
test-iserv.de
|
12068
12086
|
iserv.dev
|
12069
12087
|
|
@@ -12296,6 +12314,7 @@ nctu.me
|
|
12296
12314
|
// Netlify : https://www.netlify.com
|
12297
12315
|
// Submitted by Jessica Parsons <jessica@netlify.com>
|
12298
12316
|
bitballoon.com
|
12317
|
+
netlify.app
|
12299
12318
|
netlify.com
|
12300
12319
|
|
12301
12320
|
// Neustar Inc.
|
@@ -12776,6 +12795,10 @@ myshopblocks.com
|
|
12776
12795
|
// Submitted by Craig McMahon <craig@shopitcommerce.com>
|
12777
12796
|
shopitsite.com
|
12778
12797
|
|
12798
|
+
// shopware AG : https://shopware.com
|
12799
|
+
// Submitted by Jens Küper <cloud@shopware.com>
|
12800
|
+
shopware.store
|
12801
|
+
|
12779
12802
|
// Siemens Mobility GmbH
|
12780
12803
|
// Submitted by Oliver Graebner <security@mo-siemens.io>
|
12781
12804
|
mo-siemens.io
|
@@ -13039,6 +13062,11 @@ wmflabs.org
|
|
13039
13062
|
toolforge.org
|
13040
13063
|
wmcloud.org
|
13041
13064
|
|
13065
|
+
// WISP : https://wisp.gg
|
13066
|
+
// Submitted by Stepan Fedotov <stepan@wisp.gg>
|
13067
|
+
panel.gg
|
13068
|
+
daemon.panel.gg
|
13069
|
+
|
13042
13070
|
// WoltLab GmbH : https://www.woltlab.com
|
13043
13071
|
// Submitted by Tim Düsterhus <security@woltlab.cloud>
|
13044
13072
|
myforum.community
|
@@ -13111,4 +13139,8 @@ basicserver.io
|
|
13111
13139
|
virtualserver.io
|
13112
13140
|
enterprisecloud.nu
|
13113
13141
|
|
13142
|
+
// Mintere : https://mintere.com/
|
13143
|
+
// Submitted by Ben Aubin <security@mintere.com>
|
13144
|
+
mintere.site
|
13145
|
+
|
13114
13146
|
// ===END PRIVATE DOMAINS===
|
data/public_suffix.gemspec
CHANGED
@@ -12,6 +12,14 @@ Gem::Specification.new do |s|
|
|
12
12
|
s.description = "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains."
|
13
13
|
s.licenses = ["MIT"]
|
14
14
|
|
15
|
+
s.metadata = {
|
16
|
+
"bug_tracker_uri" => "https://github.com/weppos/publicsuffix-ruby/issues",
|
17
|
+
"changelog_uri" => "https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md",
|
18
|
+
"documentation_uri" => "https://rubydoc.info/gems/#{s.name}/#{s.version}",
|
19
|
+
"homepage_uri" => s.homepage,
|
20
|
+
"source_code_uri" => "https://github.com/weppos/publicsuffix-ruby/tree/v#{s.version}",
|
21
|
+
}
|
22
|
+
|
15
23
|
s.required_ruby_version = ">= 2.3"
|
16
24
|
|
17
25
|
s.require_paths = ["lib"]
|
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: 4.0.
|
4
|
+
version: 4.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simone Carletti
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: PublicSuffix can parse and decompose a domain name into top level domain,
|
14
14
|
domain and subdomains.
|
@@ -20,6 +20,7 @@ extra_rdoc_files:
|
|
20
20
|
- LICENSE.txt
|
21
21
|
files:
|
22
22
|
- ".github/FUNDING.yml"
|
23
|
+
- ".github/workflows/tests.yml"
|
23
24
|
- ".gitignore"
|
24
25
|
- ".rubocop.yml"
|
25
26
|
- ".rubocop_opinionated.yml"
|
@@ -33,6 +34,7 @@ files:
|
|
33
34
|
- Rakefile
|
34
35
|
- SECURITY.md
|
35
36
|
- bin/console
|
37
|
+
- codecov.yml
|
36
38
|
- data/list.txt
|
37
39
|
- lib/public_suffix.rb
|
38
40
|
- lib/public_suffix/domain.rb
|
@@ -66,7 +68,12 @@ files:
|
|
66
68
|
homepage: https://simonecarletti.com/code/publicsuffix-ruby
|
67
69
|
licenses:
|
68
70
|
- MIT
|
69
|
-
metadata:
|
71
|
+
metadata:
|
72
|
+
bug_tracker_uri: https://github.com/weppos/publicsuffix-ruby/issues
|
73
|
+
changelog_uri: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
|
74
|
+
documentation_uri: https://rubydoc.info/gems/public_suffix/4.0.5
|
75
|
+
homepage_uri: https://simonecarletti.com/code/publicsuffix-ruby
|
76
|
+
source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v4.0.5
|
70
77
|
post_install_message:
|
71
78
|
rdoc_options: []
|
72
79
|
require_paths:
|