public_suffix 5.1.0 → 6.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 327877edc15d2e701fe28dde5ebee9822842233c92796337604bf4b27db58c4a
4
- data.tar.gz: c209561b2462cdee41e5752592781ee9ac598d314c0cf2743a32e904e6b1243b
3
+ metadata.gz: 40bcf36bd2164ec674ef3f843b382c79fb8b0a6f76b4a45a823c53504028b84b
4
+ data.tar.gz: 0bfa2dbc451520978a7d49bd72381f6ab9816375c5ce064a4881d85eafc15081
5
5
  SHA512:
6
- metadata.gz: 0fc0513322551207e40fb215cf9b23470cf4c543d327ed66f87d0e05975c19eac11565102a80a1ec3bc97faa5dbdfc16d453b8172e994b31b8c8070de15a31a3
7
- data.tar.gz: dea7ecb1c8486167400761171c38d521b2b29e36a11ae61180a888159381f725548bef7f1c61101fdf018f8faab5ac1366afb1e1b2627f90143b8d906bb7d906
6
+ metadata.gz: 8e54cffe191c582a9704b595f5c75dbf12c82d5b1dd837ec2df79b985125f9f5fb2264c91f26f7b604895745152287661361b055301cb99316fe3310953d23f8
7
+ data.tar.gz: a9c105fbcc1725d6b64be9411268151253546275e41ef9ec3558c5537bf12aec6851410348203e92cb0df7729778eaf358c90c77e2833a23377831001c2d28cc
data/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
3
3
  This project uses [Semantic Versioning 2.0.0](https://semver.org/).
4
4
 
5
5
 
6
+ ## 6.0.0
7
+
8
+ Same as 5.1.0. Re-releasing as a major version change due to a major ruby version requirement change.
9
+
10
+ ### Changed
11
+
12
+ - Updated definitions.
13
+ - Minimum Ruby version is 3.0
14
+
15
+
16
+ ## 5.1.1
17
+
18
+ No significant changes. Releasing a mini version to address 5.1.0 release with major ruby requirement change (GH-315).
19
+
20
+
6
21
  ## 5.1.0
7
22
 
8
23
  ### Changed
@@ -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 = "6.0.0"
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: 6.0.0
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.
@@ -37,9 +37,9 @@ 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/5.1.0
40
+ documentation_uri: https://rubydoc.info/gems/public_suffix/6.0.0
41
41
  homepage_uri: https://simonecarletti.com/code/publicsuffix-ruby
42
- source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v5.1.0
42
+ source_code_uri: https://github.com/weppos/publicsuffix-ruby/tree/v6.0.0
43
43
  post_install_message:
44
44
  rdoc_options: []
45
45
  require_paths: