public_suffix 5.1.1 → 6.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +30 -1
- data/README.md +1 -3
- data/SECURITY.md +1 -2
- data/data/list.txt +614 -468
- data/lib/public_suffix/version.rb +1 -1
- metadata +5 -6
- data/2.0-Upgrade.md +0 -52
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7daed8b8dcf4faa015547a85c042814a06b5cb35d1068fc49bc586d3950e6fd3
|
4
|
+
data.tar.gz: 5f82beeeff336ce23cf9128ca2c9c8280fb1b5334ab42ed8a76afcf462e2a39b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b95bac79951e4799cb8f9eb8c4132b304144b603e0313ad3ddb6d93000a1c463bc941ae3e6d5162193b9618ae95baa57a957b173fd32123ea8b08681d1cfa7d0
|
7
|
+
data.tar.gz: 12c02dbf3b9737da95b2338952a1f39a2f65b5249c536e59a0c0821c4be06aa7afd7c5c021de2e1fbb4388446ca9b2605f07e1b3536fadcd87aceb3d994d0510
|
data/CHANGELOG.md
CHANGED
@@ -2,17 +2,44 @@
|
|
2
2
|
|
3
3
|
This project uses [Semantic Versioning 2.0.0](https://semver.org/).
|
4
4
|
|
5
|
+
|
6
|
+
## 6.0.1
|
7
|
+
|
8
|
+
### Changed
|
9
|
+
|
10
|
+
- Updated definitions.
|
11
|
+
|
12
|
+
|
13
|
+
## 6.0.0
|
14
|
+
|
15
|
+
Same as 5.1.0. Re-releasing as a major version change due to a major ruby version requirement change.
|
16
|
+
|
17
|
+
### Changed
|
18
|
+
|
19
|
+
- Updated definitions.
|
20
|
+
- Minimum Ruby version is 3.0
|
21
|
+
|
22
|
+
|
5
23
|
## 5.1.1
|
6
24
|
|
7
25
|
No significant changes. Releasing a mini version to address 5.1.0 release with major ruby requirement change (GH-315).
|
8
26
|
|
9
27
|
|
28
|
+
## 5.1.0
|
29
|
+
|
30
|
+
### Changed
|
31
|
+
|
32
|
+
- Updated definitions.
|
33
|
+
- Minimum Ruby version is 3.0
|
34
|
+
|
35
|
+
|
10
36
|
## 5.0.5
|
11
37
|
|
12
38
|
### Changed
|
13
39
|
|
14
40
|
- Updated definitions.
|
15
41
|
|
42
|
+
|
16
43
|
## 5.0.4
|
17
44
|
|
18
45
|
### Changed
|
@@ -20,18 +47,21 @@ No significant changes. Releasing a mini version to address 5.1.0 release with m
|
|
20
47
|
- Reduced .gem file size (GH-258). [Thanks @ybiquitous]
|
21
48
|
- Updated definitions.
|
22
49
|
|
50
|
+
|
23
51
|
## 5.0.3
|
24
52
|
|
25
53
|
### Fixed
|
26
54
|
|
27
55
|
- Fixed automated release workflow.
|
28
56
|
|
57
|
+
|
29
58
|
## 5.0.2
|
30
59
|
|
31
60
|
### Changed
|
32
61
|
|
33
62
|
- Updated definitions.
|
34
63
|
|
64
|
+
|
35
65
|
## 5.0.1
|
36
66
|
|
37
67
|
### Changed
|
@@ -44,7 +74,6 @@ No significant changes. Releasing a mini version to address 5.1.0 release with m
|
|
44
74
|
### Changed
|
45
75
|
|
46
76
|
- Minimum Ruby version is 2.6
|
47
|
-
|
48
77
|
- Updated definitions.
|
49
78
|
|
50
79
|
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
## Requirements
|
18
18
|
|
19
|
-
<tt>PublicSuffix</tt> requires **Ruby >=
|
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:
|
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
|
|