public_suffix 5.1.0 → 5.1.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.
@@ -9,6 +9,6 @@
9
9
  module PublicSuffix
10
10
 
11
11
  # @return [String] the current library version
12
- VERSION = "5.1.0"
12
+ VERSION = "5.1.1"
13
13
 
14
14
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: public_suffix
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simone Carletti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-15 00:00:00.000000000 Z
11
+ date: 2024-06-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: PublicSuffix can parse and decompose a domain name into top level domain,
14
14
  domain and subdomains.
@@ -20,6 +20,7 @@ extra_rdoc_files:
20
20
  - LICENSE.txt
21
21
  files:
22
22
  - ".yardopts"
23
+ - 2.0-Upgrade.md
23
24
  - CHANGELOG.md
24
25
  - LICENSE.txt
25
26
  - README.md
@@ -37,9 +38,9 @@ licenses:
37
38
  metadata:
38
39
  bug_tracker_uri: https://github.com/weppos/publicsuffix-ruby/issues
39
40
  changelog_uri: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
40
- documentation_uri: https://rubydoc.info/gems/public_suffix/5.1.0
41
+ documentation_uri: https://rubydoc.info/gems/public_suffix/5.1.1
41
42
  homepage_uri: https://simonecarletti.com/code/publicsuffix-ruby
42
- source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v5.1.0
43
+ source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v5.1.1
43
44
  post_install_message:
44
45
  rdoc_options: []
45
46
  require_paths:
@@ -48,7 +49,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
48
49
  requirements:
49
50
  - - ">="
50
51
  - !ruby/object:Gem::Version
51
- version: '3.0'
52
+ version: '2.6'
52
53
  required_rubygems_version: !ruby/object:Gem::Requirement
53
54
  requirements:
54
55
  - - ">="