tldv-data 1.0.2023072502 → 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.
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: bc2e146b80323de70901e5f3e02af1093affa8a4c40313c8c0a042890c84363d
4
- data.tar.gz: ca4d892762092186cdf0c38bf501f721c9af734ed989d7e8b585db7baac8c309
3
+ metadata.gz: f8093f26c54f948bd17d4b06e00138fbf77f8fc5a2f6b9ad43a302ce97b5757d
4
+ data.tar.gz: fc7484f6bcfc2f49308d6e35fea8971c53995383d719755d2eef5df0da5e6221
5
5
  SHA512:
6
- metadata.gz: 434600496e1d6b5ecffc17e9c65f485f3541605a90988e530d74e7e84745711fb18c3cfe6b9de52ef03d9ef494559f30cf827f3b0f25543b64f503577ce07330
7
- data.tar.gz: 0f1448a79f19a531545506802e90477bd4ef7f7b01a353776643f524d24e0a5cc5efbefd658fff58f7237ffd24507af6fa286c86c27456b6787b313acf714732
6
+ metadata.gz: 71168f2f4c12886b838112969dfaa60ca3ad005b4cb8860c879d108fc1ed4cc2b0b51c4378d30b24e96e88359fdf886ec0aff92861b1b2a27130be5f5f7ecad2
7
+ data.tar.gz: b1559cede6471cecf3a2b9e2f93342f104ab16718b9be0fe20e73667d3c3108c758f45261ad36f06500580bb7cf898a42b9bec66cab577c3f9c6201b39382a13
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tldv-data (1.0.2023072502)
4
+ tldv-data (1.0.2023080900)
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.2023072502"
9
+ VERSION = "1.0.2023080900"
10
10
 
11
11
  TLDS = Set.new(
12
12
  %w[
@@ -813,7 +813,6 @@ module TLDv
813
813
  mu
814
814
  museum
815
815
  music
816
- mutual
817
816
  mv
818
817
  mw
819
818
  mx
@@ -854,7 +853,6 @@ module TLDv
854
853
  nl
855
854
  no
856
855
  nokia
857
- northwesternmutual
858
856
  norton
859
857
  now
860
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.2023072502
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-07-27 00:00:00.000000000 Z
11
+ date: 2023-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday