tldv-data 1.0.2023060600 → 1.0.2023061500
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 +1 -1
- data/lib/tldv/data.rb +1 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c382f8f3a8e5e02c01226448b222dd40e20ec655ef54500b6ab5550c935de02e
|
4
|
+
data.tar.gz: f90328c328a4a6ee9380702a2bc7db5441f0e1b4348d592431323be723e88cec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03c7f8d4821cee6d5b0d4b49e5025d827c4d51b5ad8d82afce0cffe3e9fdc42ac7ef1a2ada1c303a76283799e27b4b52b0770e57d316bfabf98e5b6230f78f4c
|
7
|
+
data.tar.gz: a92c37f221569546ef7010e88adcc40f1a8fb53ef59a604f129bccee9d80c540102468243f21ad6c4c401c3427e95aedaa1cc144d62b2738d20c4f0188631d26
|
data/Gemfile.lock
CHANGED
data/lib/tldv/data.rb
CHANGED
@@ -6,7 +6,7 @@ require "set"
|
|
6
6
|
|
7
7
|
module TLDv
|
8
8
|
module Data # rubocop:disable Metrics/ModuleLength
|
9
|
-
VERSION = "1.0.
|
9
|
+
VERSION = "1.0.2023061500"
|
10
10
|
|
11
11
|
TLDS = Set.new(
|
12
12
|
%w[
|
@@ -287,7 +287,6 @@ module TLDv
|
|
287
287
|
contact
|
288
288
|
contractors
|
289
289
|
cooking
|
290
|
-
cookingchannel
|
291
290
|
cool
|
292
291
|
coop
|
293
292
|
corsica
|
@@ -444,7 +443,6 @@ module TLDv
|
|
444
443
|
fo
|
445
444
|
foo
|
446
445
|
food
|
447
|
-
foodnetwork
|
448
446
|
football
|
449
447
|
ford
|
450
448
|
forex
|
@@ -550,7 +548,6 @@ module TLDv
|
|
550
548
|
helsinki
|
551
549
|
here
|
552
550
|
hermes
|
553
|
-
hgtv
|
554
551
|
hiphop
|
555
552
|
hisamitsu
|
556
553
|
hitachi
|
@@ -1206,7 +1203,6 @@ module TLDv
|
|
1206
1203
|
trading
|
1207
1204
|
training
|
1208
1205
|
travel
|
1209
|
-
travelchannel
|
1210
1206
|
travelers
|
1211
1207
|
travelersinsurance
|
1212
1208
|
trust
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tldv-data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2023061500
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Georg Gadinger
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|