public_suffix 6.0.2 → 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.
@@ -9,6 +9,6 @@
9
9
  module PublicSuffix
10
10
 
11
11
  # @return [String] the current library version
12
- VERSION = "6.0.2"
12
+ VERSION = "7.0.0"
13
13
 
14
14
  end
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.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simone Carletti
@@ -22,6 +22,7 @@ files:
22
22
  - CHANGELOG.md
23
23
  - LICENSE.txt
24
24
  - README.md
25
+ - RELEASING.md
25
26
  - SECURITY.md
26
27
  - data/list.txt
27
28
  - lib/public_suffix.rb
@@ -36,9 +37,9 @@ licenses:
36
37
  metadata:
37
38
  bug_tracker_uri: https://github.com/weppos/publicsuffix-ruby/issues
38
39
  changelog_uri: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
39
- documentation_uri: https://rubydoc.info/gems/public_suffix/6.0.2
40
+ documentation_uri: https://rubydoc.info/gems/public_suffix/7.0.0
40
41
  homepage_uri: https://simonecarletti.com/code/publicsuffix-ruby
41
- source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v6.0.2
42
+ source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v7.0.0
42
43
  funding_uri: https://github.com/sponsors/weppos
43
44
  rdoc_options: []
44
45
  require_paths:
@@ -47,14 +48,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
47
48
  requirements:
48
49
  - - ">="
49
50
  - !ruby/object:Gem::Version
50
- version: '3.0'
51
+ version: '3.2'
51
52
  required_rubygems_version: !ruby/object:Gem::Requirement
52
53
  requirements:
53
54
  - - ">="
54
55
  - !ruby/object:Gem::Version
55
56
  version: '0'
56
57
  requirements: []
57
- rubygems_version: 3.6.7
58
+ rubygems_version: 3.6.9
58
59
  specification_version: 4
59
60
  summary: Domain name parser based on the Public Suffix List.
60
61
  test_files: []