tldv-data 1.0.2023110300 → 1.0.2023111800

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/lib/tldv/data.rb +1 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5098620ca16332a16e2b765867f0c53114039a37e78186214ad7350324fc353
4
- data.tar.gz: 1159d818c96c763206bf214ab1bb724860d96aa69440e2eb7d9c44a3209be0e2
3
+ metadata.gz: 7f2f4f145f1d13354c74a950c24fb7ccf6032c623ac301befcfdc8437b2b81cf
4
+ data.tar.gz: 6de10e7054efe0a2f0d795876612b251bfdf9570854face7f659c6ca981f7299
5
5
  SHA512:
6
- metadata.gz: b4b95ac073cd1b92100aa6978000d89800ce6a18f020d07e70bf2428f2e717cf432bd13aea086791a7514bd60e15e5f3c582e8ce715ae01199b000086092f695
7
- data.tar.gz: 1cf46267f4ae6b56b3cdaf710624a63428d43ce952a5a027b29c4822309fdb632c56ad1d9ab052aa9d00765afe8b91c6befdc9a5af47b5f7a6ca5e946603667b
6
+ metadata.gz: 4159189ab411b1af7b618712578ce45d30a28770f061c462f3db518cc49ae60d25de59edf2efc4c2a21d317375f539f7fbd20a0bc26e7b8f1e234f1547a52957
7
+ data.tar.gz: c980fb2199ba298f782651c648e4cd63836a5826c64f9c9e93591de27c10f62e3ff88c7df05b98ba495f92d637b59947a4b458c0be8a3ea029c93aeca1e0e31e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tldv-data (1.0.2023110300)
4
+ tldv-data (1.0.2023111800)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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.2023110300"
9
+ VERSION = "1.0.2023111800"
10
10
 
11
11
  TLDS = Set.new(
12
12
  %w[
@@ -390,7 +390,6 @@ module TLDv
390
390
  esq
391
391
  estate
392
392
  et
393
- etisalat
394
393
  eu
395
394
  eurovision
396
395
  eus
@@ -1381,7 +1380,6 @@ module TLDv
1381
1380
  xn--mgba3a3ejt
1382
1381
  xn--mgba3a4f16a
1383
1382
  xn--mgba7c0bbn0a
1384
- xn--mgbaakc7dvf
1385
1383
  xn--mgbaam7a8h
1386
1384
  xn--mgbab2bd
1387
1385
  xn--mgbah1a3hjkrd
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.2023110300
4
+ version: 1.0.2023111800
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-11-04 00:00:00.000000000 Z
11
+ date: 2023-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday