public_suffix 6.0.1 → 7.0.0

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 = "7.0.0"
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: 7.0.0
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.
@@ -23,6 +22,7 @@ files:
23
22
  - CHANGELOG.md
24
23
  - LICENSE.txt
25
24
  - README.md
25
+ - RELEASING.md
26
26
  - SECURITY.md
27
27
  - data/list.txt
28
28
  - lib/public_suffix.rb
@@ -37,10 +37,10 @@ licenses:
37
37
  metadata:
38
38
  bug_tracker_uri: https://github.com/weppos/publicsuffix-ruby/issues
39
39
  changelog_uri: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
40
- documentation_uri: https://rubydoc.info/gems/public_suffix/6.0.1
40
+ documentation_uri: https://rubydoc.info/gems/public_suffix/7.0.0
41
41
  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:
42
+ source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v7.0.0
43
+ funding_uri: https://github.com/sponsors/weppos
44
44
  rdoc_options: []
45
45
  require_paths:
46
46
  - lib
@@ -48,15 +48,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
48
48
  requirements:
49
49
  - - ">="
50
50
  - !ruby/object:Gem::Version
51
- version: '3.0'
51
+ version: '3.2'
52
52
  required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - ">="
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
57
  requirements: []
58
- rubygems_version: 3.5.11
59
- signing_key:
58
+ rubygems_version: 3.6.9
60
59
  specification_version: 4
61
60
  summary: Domain name parser based on the Public Suffix List.
62
61
  test_files: []