public-suffix-list 0.1.2 → 0.1.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 +8 -8
- data/lib/public_suffix_list.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZGFjYmY3Zjc0YzFhMWI2ZTdjOWNhZGI1NTY5YTk5ZTcwZTg4ZmNlMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YzM3NTgyMTBmYTcxYzI4ZDYxNTI5YzgwZmMwODNmOGI3MDZjOWQ1ZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZmFmZmJiMDY4MmM3ZDBjOTJlMTBkZjIxMmY3N2U4NzQzOGI3OGVhMjQ1MTk0
|
|
10
|
+
YjkwN2FiYWMxNGI3ZjRjYjM3ZDFiNGU4YjgyOThhZjU1NTEwMDgwNDYxODdi
|
|
11
|
+
M2JkOTUzOTUwMWVmMTMxOTJkNjI3Nzg5Mjg3Yzc5OTI3MjVmNWI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NWNjNmZmNGJlYjM5ZTkyY2NjYzA0MmUxZDE4MzliNDBjYmZmZTU1ZGY1NTM1
|
|
14
|
+
ZmFjOTJhNTIxNWVjNzk3MDljMTQ5ZTdjN2ZjNDY1Y2EyNDU0MWMzMDNjYmQ4
|
|
15
|
+
NmUwOTUzYzU5YTZiMzU0ZTFmZmEzYWM5MGM0ODc0Njc2NTFlY2I=
|
data/lib/public_suffix_list.rb
CHANGED
|
@@ -6,7 +6,7 @@ require "public_suffix_list/parser.rb"
|
|
|
6
6
|
|
|
7
7
|
class PublicSuffixList
|
|
8
8
|
|
|
9
|
-
VERSION = "0.1.
|
|
9
|
+
VERSION = "0.1.3"
|
|
10
10
|
|
|
11
11
|
def self.config
|
|
12
12
|
@@config ||= Config.new
|
|
@@ -29,7 +29,7 @@ class PublicSuffixList
|
|
|
29
29
|
def initialize
|
|
30
30
|
@cache_dir = nil
|
|
31
31
|
@cache_expiry_period = 30 * 24 * 60 * 60
|
|
32
|
-
@url = "
|
|
32
|
+
@url = "https://publicsuffix.org/list/effective_tld_names.dat"
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: public-suffix-list
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Todd Sundsted
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: The Public Suffix List (http://publicsuffix.org/) is "a cross-vendor
|
|
14
14
|
initiative to provide an accurate list of domain name suffixes". Such a list is
|