public_suffix 6.0.2 → 7.0.1

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-2025 Simone Carletti <weppos@weppos.net>
7
+ # Copyright (c) 2009-2026 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-2025 Simone Carletti <weppos@weppos.net>
7
+ # Copyright (c) 2009-2026 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-2025 Simone Carletti <weppos@weppos.net>
7
+ # Copyright (c) 2009-2026 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-2025 Simone Carletti <weppos@weppos.net>
7
+ # Copyright (c) 2009-2026 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-2025 Simone Carletti <weppos@weppos.net>
7
+ # Copyright (c) 2009-2026 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.2"
12
+ VERSION = "7.0.1"
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-2025 Simone Carletti <weppos@weppos.net>
7
+ # Copyright (c) 2009-2026 Simone Carletti <weppos@weppos.net>
8
8
 
9
9
  require_relative "public_suffix/domain"
10
10
  require_relative "public_suffix/version"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: public_suffix
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.2
4
+ version: 7.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simone Carletti
@@ -19,9 +19,13 @@ extra_rdoc_files:
19
19
  - LICENSE.txt
20
20
  files:
21
21
  - ".yardopts"
22
+ - AGENTS.md
22
23
  - CHANGELOG.md
24
+ - CLAUDE.md
25
+ - CONTRIBUTING.md
23
26
  - LICENSE.txt
24
27
  - README.md
28
+ - RELEASING.md
25
29
  - SECURITY.md
26
30
  - data/list.txt
27
31
  - lib/public_suffix.rb
@@ -36,9 +40,9 @@ licenses:
36
40
  metadata:
37
41
  bug_tracker_uri: https://github.com/weppos/publicsuffix-ruby/issues
38
42
  changelog_uri: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
39
- documentation_uri: https://rubydoc.info/gems/public_suffix/6.0.2
43
+ documentation_uri: https://rubydoc.info/gems/public_suffix/7.0.1
40
44
  homepage_uri: https://simonecarletti.com/code/publicsuffix-ruby
41
- source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v6.0.2
45
+ source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v7.0.1
42
46
  funding_uri: https://github.com/sponsors/weppos
43
47
  rdoc_options: []
44
48
  require_paths:
@@ -47,14 +51,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
47
51
  requirements:
48
52
  - - ">="
49
53
  - !ruby/object:Gem::Version
50
- version: '3.0'
54
+ version: '3.2'
51
55
  required_rubygems_version: !ruby/object:Gem::Requirement
52
56
  requirements:
53
57
  - - ">="
54
58
  - !ruby/object:Gem::Version
55
59
  version: '0'
56
60
  requirements: []
57
- rubygems_version: 3.6.7
61
+ rubygems_version: 3.6.9
58
62
  specification_version: 4
59
63
  summary: Domain name parser based on the Public Suffix List.
60
64
  test_files: []