public_suffix 6.0.2 → 7.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-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.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-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.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simone Carletti
@@ -36,9 +36,9 @@ licenses:
36
36
  metadata:
37
37
  bug_tracker_uri: https://github.com/weppos/publicsuffix-ruby/issues
38
38
  changelog_uri: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
39
- documentation_uri: https://rubydoc.info/gems/public_suffix/6.0.2
39
+ documentation_uri: https://rubydoc.info/gems/public_suffix/7.0.2
40
40
  homepage_uri: https://simonecarletti.com/code/publicsuffix-ruby
41
- source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v6.0.2
41
+ source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v7.0.2
42
42
  funding_uri: https://github.com/sponsors/weppos
43
43
  rdoc_options: []
44
44
  require_paths:
@@ -47,14 +47,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
47
47
  requirements:
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: '3.0'
50
+ version: '3.2'
51
51
  required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  requirements: []
57
- rubygems_version: 3.6.7
57
+ rubygems_version: 3.6.9
58
58
  specification_version: 4
59
59
  summary: Domain name parser based on the Public Suffix List.
60
60
  test_files: []