tldv-data 1.0.2024061300 → 1.0.2024071500

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea283b02eff04e25b0311651085a8ef78be725c19eb44b3d08f164d9f388562e
4
- data.tar.gz: b8b73926d272968139c9d851ee80bc9363032eb9cab6425b60592c6e2b80f999
3
+ metadata.gz: 86309125f13a8e2cbc65ca2580302654360006972ebe8a9512e52a29ec7fee7f
4
+ data.tar.gz: a2f2c54f277df26251a0d115a71c97bcf290f46773c4b6745733887bb479e144
5
5
  SHA512:
6
- metadata.gz: c59ea1547ac89f1006c0bd086b23be8c74648fe33962cf38f265b52935a8182c5027e793d80eb904b22fa81f7141df7f531ba4d8e686fc6aa24aa15ebf6f46ee
7
- data.tar.gz: 30f438fc5848d6272f2556db3369090fad285e91f58de034d5f4bf8a6bff124525065c6d55fe52d1ca738ac9ffe2182e5983e1482d38bf5dace8df5a03fe241b
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.2024061300)
4
+ tldv-data (1.0.2024071500)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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.2024061300"
9
+ VERSION = "1.0.2024071500"
10
10
 
11
11
  TLDS = Set.new(
12
12
  %w[
@@ -1049,7 +1049,6 @@ module TLDv
1049
1049
  sh
1050
1050
  shangrila
1051
1051
  sharp
1052
- shaw
1053
1052
  shell
1054
1053
  shia
1055
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.2024061300
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-06-14 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