tldv-data 1.0.2024040400 → 1.0.2024071500

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c2a82ed99985db1ed6f71950d49d4ed43bac8c16c5c1d039ff0e71eefeba865
4
- data.tar.gz: fd9890da131610d45dc96b5d86dea6e98ead2d5b3d7ecc8d5b3bd575c5d1b910
3
+ metadata.gz: 86309125f13a8e2cbc65ca2580302654360006972ebe8a9512e52a29ec7fee7f
4
+ data.tar.gz: a2f2c54f277df26251a0d115a71c97bcf290f46773c4b6745733887bb479e144
5
5
  SHA512:
6
- metadata.gz: 600fd218890ad750b00095547a3f194017234fd41fc9786bde7706a43c7baa4f0627d9022a459b85680ca5bdedba4d193df8864aaf605eb53c85a7e254be1d58
7
- data.tar.gz: b3b0b8f20f83a43eec541cf2852a07268beb13d802b91f03c789e68636f17923265b9559da0fc1eddf9806b2bf6ab827bea0e35715c91640e49e19b82af6bd78
6
+ metadata.gz: 45b592a52acd6f94ad04d2e461a24dc33f8133d140c013daf495ee32964f95ce6938e6a6ab215f3cc500d79a3bf4d5dbc2903378d6da1051e2b0d94472013ccf
7
+ data.tar.gz: 68e6e3468db06153d38dd5e6796cbcdc439ad4e9a56751474724d513b421bf396405e4d468c7035ed9aad6db96d0f3752939c61e85ec300fb8d99fb9355406eb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tldv-data (1.0.2024040400)
4
+ tldv-data (1.0.2024071500)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -35,6 +35,7 @@ GEM
35
35
  unicode-display_width (2.1.0)
36
36
 
37
37
  PLATFORMS
38
+ aarch64-linux
38
39
  arm64-darwin-21
39
40
  arm64-darwin-22
40
41
  arm64-darwin-23
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Georg Gadinger
3
+ Copyright (c) 2022 Jyrki Gadinger
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.2024040400"
9
+ VERSION = "1.0.2024071500"
10
10
 
11
11
  TLDS = Set.new(
12
12
  %w[
@@ -813,7 +813,6 @@ module TLDv
813
813
  nab
814
814
  nagoya
815
815
  name
816
- natura
817
816
  navy
818
817
  nba
819
818
  nc
@@ -1050,7 +1049,6 @@ module TLDv
1050
1049
  sh
1051
1050
  shangrila
1052
1051
  sharp
1053
- shaw
1054
1052
  shell
1055
1053
  shia
1056
1054
  shiksha
data/tldv-data.gemspec CHANGED
@@ -5,7 +5,7 @@ require_relative "lib/tldv/data"
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "tldv-data"
7
7
  spec.version = TLDv::Data::VERSION
8
- spec.authors = ["Georg Gadinger"]
8
+ spec.authors = ["Jyrki Gadinger"]
9
9
  spec.email = ["nilsding@nilsding.org"]
10
10
 
11
11
  spec.summary = "TLD data for TLDv"
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.2024040400
4
+ version: 1.0.2024071500
5
5
  platform: ruby
6
6
  authors:
7
- - Georg Gadinger
7
+ - Jyrki Gadinger
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-05 00:00:00.000000000 Z
11
+ date: 2024-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
67
  requirements: []
68
- rubygems_version: 3.4.19
68
+ rubygems_version: 3.5.9
69
69
  signing_key:
70
70
  specification_version: 4
71
71
  summary: TLD data for TLDv