tldv-data 1.0.2023110300 → 1.0.2023112100

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 -4
  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: b0adb17a12f81f3f84911d36dfa324446c84d8ea18690cc1401967e69fc96970
4
+ data.tar.gz: 592735818bc75a1bcc35c3e98af328b19b55ef93db02270906d6526222f63261
5
5
  SHA512:
6
- metadata.gz: b4b95ac073cd1b92100aa6978000d89800ce6a18f020d07e70bf2428f2e717cf432bd13aea086791a7514bd60e15e5f3c582e8ce715ae01199b000086092f695
7
- data.tar.gz: 1cf46267f4ae6b56b3cdaf710624a63428d43ce952a5a027b29c4822309fdb632c56ad1d9ab052aa9d00765afe8b91c6befdc9a5af47b5f7a6ca5e946603667b
6
+ metadata.gz: 3e358c3461a3db898ed22f41dbb5840141c39cdb51076d2d3abf9dfe4626753deea6f1896b520fe9871916ca07afb2a37b2cd0b1ba3d5d4c84a57152b76906c5
7
+ data.tar.gz: c37b6eb833216006dbde69dcfb21e3a31b2a9bb7c8fe0eae2d431c054f71b6715d789d8a25d3caf0fc019bd040af2ef8bef76676e95a237ddcd83d7a3938648d
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.2023112100)
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.2023112100"
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
@@ -1246,7 +1245,6 @@ module TLDv
1246
1245
  vlaanderen
1247
1246
  vn
1248
1247
  vodka
1249
- volkswagen
1250
1248
  volvo
1251
1249
  vote
1252
1250
  voting
@@ -1381,7 +1379,6 @@ module TLDv
1381
1379
  xn--mgba3a3ejt
1382
1380
  xn--mgba3a4f16a
1383
1381
  xn--mgba7c0bbn0a
1384
- xn--mgbaakc7dvf
1385
1382
  xn--mgbaam7a8h
1386
1383
  xn--mgbab2bd
1387
1384
  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.2023112100
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-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday