public_suffix 5.0.5 → 6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e873ba762a6d3b55530c3413b1b714eb05d97d0541f61c080bccc634c65b2659
4
- data.tar.gz: d1d949bba0cbcc610bfb1a386f298a85803a4a27921e22be3f7991e2c0a3eab7
3
+ metadata.gz: 04ff8ba3506464503a796f29cf86abe2c495ed69d83c702e3e1394a76ff53a38
4
+ data.tar.gz: 4818f5ce2d34c646bb3f25ebfba6cc830983f03609f957550173f8d8381d993a
5
5
  SHA512:
6
- metadata.gz: 53bae629c847a3c58da32ee48e5f04b8daa15f0f438f8fc18c5f9b2500258ed3cecd2e53b89e1d1253ac4139f53f6b64ec385529b5ca4af5e36f19a4836cc00a
7
- data.tar.gz: 877b7c9bd4561b0570751017f66189559d5f6108fa7285d5f045cad80464e1d0c64a3fd213e80fecc4c4fdf115942280c29d70e8ae36eb818be5b5b33478c724
6
+ metadata.gz: f984cc18b6e52a2da58568c0c60a40b316437191f56a016684080cba1107c98c41712184b77d67dbe89dadb8b09aa52d999d789ed52e795fc3329a960b3ed20c
7
+ data.tar.gz: 39d3e8228b45a8e940edd1b6fc1646e9eaad6a51d4c4227c46b88c305ed4e4452b201b05c4978fde502243b82d3ebc9baab4b339d75e4899b8648574d8e31c49
data/CHANGELOG.md CHANGED
@@ -2,12 +2,51 @@
2
2
 
3
3
  This project uses [Semantic Versioning 2.0.0](https://semver.org/).
4
4
 
5
+
6
+ ## 6.0.2
7
+
8
+ ### Changed
9
+
10
+ - Updated definitions.
11
+
12
+
13
+ ## 6.0.1
14
+
15
+ ### Changed
16
+
17
+ - Updated definitions.
18
+
19
+
20
+ ## 6.0.0
21
+
22
+ Same as 5.1.0. Re-releasing as a major version change due to a major ruby version requirement change.
23
+
24
+ ### Changed
25
+
26
+ - Updated definitions.
27
+ - Minimum Ruby version is 3.0
28
+
29
+
30
+ ## 5.1.1
31
+
32
+ No significant changes. Releasing a mini version to address 5.1.0 release with major ruby requirement change (GH-315).
33
+
34
+
35
+ ## 5.1.0
36
+
37
+ ### Changed
38
+
39
+ - Updated definitions.
40
+ - Minimum Ruby version is 3.0
41
+
42
+
5
43
  ## 5.0.5
6
44
 
7
45
  ### Changed
8
46
 
9
47
  - Updated definitions.
10
48
 
49
+
11
50
  ## 5.0.4
12
51
 
13
52
  ### Changed
@@ -15,18 +54,21 @@ This project uses [Semantic Versioning 2.0.0](https://semver.org/).
15
54
  - Reduced .gem file size (GH-258). [Thanks @ybiquitous]
16
55
  - Updated definitions.
17
56
 
57
+
18
58
  ## 5.0.3
19
59
 
20
60
  ### Fixed
21
61
 
22
62
  - Fixed automated release workflow.
23
63
 
64
+
24
65
  ## 5.0.2
25
66
 
26
67
  ### Changed
27
68
 
28
69
  - Updated definitions.
29
70
 
71
+
30
72
  ## 5.0.1
31
73
 
32
74
  ### Changed
@@ -39,7 +81,6 @@ This project uses [Semantic Versioning 2.0.0](https://semver.org/).
39
81
  ### Changed
40
82
 
41
83
  - Minimum Ruby version is 2.6
42
-
43
84
  - Updated definitions.
44
85
 
45
86
 
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2009-2024 Simone Carletti <weppos@weppos.net>
1
+ Copyright (c) 2009-2025 Simone Carletti <weppos@weppos.net>
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ## Requirements
18
18
 
19
- <tt>PublicSuffix</tt> requires **Ruby >= 2.6**. For an older versions of Ruby use a previous release.
19
+ <tt>PublicSuffix</tt> requires **Ruby >= 3.0**. For an older versions of Ruby use a previous release.
20
20
 
21
21
 
22
22
  ## Installation
@@ -33,8 +33,6 @@ Or use Bundler and define it as a dependency in your `Gemfile`:
33
33
  gem 'public_suffix'
34
34
  ```
35
35
 
36
- If you are upgrading to 2.0, see [2.0-Upgrade.md](2.0-Upgrade.md).
37
-
38
36
  ## Usage
39
37
 
40
38
  Extract the domain out from a name:
@@ -209,7 +207,7 @@ See the [CHANGELOG.md](CHANGELOG.md) file for details.
209
207
 
210
208
  ## License
211
209
 
212
- Copyright (c) 2009-2024 Simone Carletti. This is Free Software distributed under the MIT license.
210
+ Copyright (c) 2009-2025 Simone Carletti. This is Free Software distributed under the MIT license.
213
211
 
214
212
  The [Public Suffix List source](https://publicsuffix.org/list/) is subject to the terms of the Mozilla Public License, v. 2.0.
215
213
 
data/SECURITY.md CHANGED
@@ -4,8 +4,7 @@
4
4
 
5
5
  Security updates are provided only for the current minor version.
6
6
 
7
- If you are using a previous minor version, we recommend to upgrade to the current minor version.
8
- This project uses [semantic versioning](https://semver.org/), therefore you can upgrade to a more recent minor version without incurring into breaking changes.
7
+ If you are using a previous minor version, we recommend to upgrade to the current minor version. This project uses [semantic versioning](https://semver.org/), therefore you can upgrade to a more recent minor version without incurring into breaking changes.
9
8
 
10
9
  Exceptionally, we may support previous minor versions upon request if there are significant reasons preventing to immediately switch the latest minor version.
11
10