public_suffix 6.0.1 → 6.0.2

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.
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # Domain name parser based on the Public Suffix List.
6
6
  #
7
- # Copyright (c) 2009-2024 Simone Carletti <weppos@weppos.net>
7
+ # Copyright (c) 2009-2025 Simone Carletti <weppos@weppos.net>
8
8
 
9
9
  module PublicSuffix
10
10
 
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # Domain name parser based on the Public Suffix List.
6
6
  #
7
- # Copyright (c) 2009-2024 Simone Carletti <weppos@weppos.net>
7
+ # Copyright (c) 2009-2025 Simone Carletti <weppos@weppos.net>
8
8
 
9
9
  module PublicSuffix
10
10
 
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # Domain name parser based on the Public Suffix List.
6
6
  #
7
- # Copyright (c) 2009-2024 Simone Carletti <weppos@weppos.net>
7
+ # Copyright (c) 2009-2025 Simone Carletti <weppos@weppos.net>
8
8
 
9
9
  module PublicSuffix
10
10
 
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # Domain name parser based on the Public Suffix List.
6
6
  #
7
- # Copyright (c) 2009-2024 Simone Carletti <weppos@weppos.net>
7
+ # Copyright (c) 2009-2025 Simone Carletti <weppos@weppos.net>
8
8
 
9
9
  module PublicSuffix
10
10
 
@@ -4,11 +4,11 @@
4
4
  #
5
5
  # Domain name parser based on the Public Suffix List.
6
6
  #
7
- # Copyright (c) 2009-2024 Simone Carletti <weppos@weppos.net>
7
+ # Copyright (c) 2009-2025 Simone Carletti <weppos@weppos.net>
8
8
 
9
9
  module PublicSuffix
10
10
 
11
11
  # @return [String] the current library version
12
- VERSION = "6.0.1"
12
+ VERSION = "6.0.2"
13
13
 
14
14
  end
data/lib/public_suffix.rb CHANGED
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # Domain name parser based on the Public Suffix List.
6
6
  #
7
- # Copyright (c) 2009-2024 Simone Carletti <weppos@weppos.net>
7
+ # Copyright (c) 2009-2025 Simone Carletti <weppos@weppos.net>
8
8
 
9
9
  require_relative "public_suffix/domain"
10
10
  require_relative "public_suffix/version"
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: public_suffix
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 6.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simone Carletti
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-07-23 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: PublicSuffix can parse and decompose a domain name into top level domain,
14
13
  domain and subdomains.
@@ -37,10 +36,10 @@ licenses:
37
36
  metadata:
38
37
  bug_tracker_uri: https://github.com/weppos/publicsuffix-ruby/issues
39
38
  changelog_uri: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
40
- documentation_uri: https://rubydoc.info/gems/public_suffix/6.0.1
39
+ documentation_uri: https://rubydoc.info/gems/public_suffix/6.0.2
41
40
  homepage_uri: https://simonecarletti.com/code/publicsuffix-ruby
42
- source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v6.0.1
43
- post_install_message:
41
+ source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v6.0.2
42
+ funding_uri: https://github.com/sponsors/weppos
44
43
  rdoc_options: []
45
44
  require_paths:
46
45
  - lib
@@ -55,8 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
54
  - !ruby/object:Gem::Version
56
55
  version: '0'
57
56
  requirements: []
58
- rubygems_version: 3.5.11
59
- signing_key:
57
+ rubygems_version: 3.6.7
60
58
  specification_version: 4
61
59
  summary: Domain name parser based on the Public Suffix List.
62
60
  test_files: []