tldv-data 1.0.2023080200 → 1.0.2023080900
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 -2
- 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: f8093f26c54f948bd17d4b06e00138fbf77f8fc5a2f6b9ad43a302ce97b5757d
|
4
|
+
data.tar.gz: fc7484f6bcfc2f49308d6e35fea8971c53995383d719755d2eef5df0da5e6221
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71168f2f4c12886b838112969dfaa60ca3ad005b4cb8860c879d108fc1ed4cc2b0b51c4378d30b24e96e88359fdf886ec0aff92861b1b2a27130be5f5f7ecad2
|
7
|
+
data.tar.gz: b1559cede6471cecf3a2b9e2f93342f104ab16718b9be0fe20e73667d3c3108c758f45261ad36f06500580bb7cf898a42b9bec66cab577c3f9c6201b39382a13
|
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.2023080900"
|
10
10
|
|
11
11
|
TLDS = Set.new(
|
12
12
|
%w[
|
@@ -853,7 +853,6 @@ module TLDv
|
|
853
853
|
nl
|
854
854
|
no
|
855
855
|
nokia
|
856
|
-
northwesternmutual
|
857
856
|
norton
|
858
857
|
now
|
859
858
|
nowruz
|
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.2023080900
|
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-08-
|
11
|
+
date: 2023-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|