optic14n 3.0.0 → 3.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 +4 -4
- data/CHANGELOG.md +9 -11
- data/lib/optic14n/version.rb +1 -1
- data/optic14n.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e37354d53b14c9ef352291cc0d310c8f52fc18188ffff1c82481187ea1ee89c
|
4
|
+
data.tar.gz: 1ab53bf23167d914c45d12ec023b15b512553bb9b952b164a8eb9dd463ce21e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65e495051ef9130dcadb6f419242947ea388c1d89d550619273a814b0398860135db6abea9de41ccb8b93688ca60d6e9ebfda4faf1398aeb0d3e4c7e74ba9ed2
|
7
|
+
data.tar.gz: a3d31d284e6ffe4ac66f53dcb26500a6c6c783a33a37d77f78550998eda178081db2f43624caa806c1c829e4268bc78563e9d60666ffd15b8d9a3539852f04f6
|
data/CHANGELOG.md
CHANGED
@@ -1,17 +1,15 @@
|
|
1
|
+
# 3.0.2
|
2
|
+
|
3
|
+
* Update dependencies
|
4
|
+
|
1
5
|
# Changelog
|
2
6
|
|
3
|
-
|
4
|
-
- Mark breaking changes with `BREAKING:`. Be sure to include instructions on how applications should be upgraded.
|
5
|
-
- Don't include changes that are purely internal. The CHANGELOG should be a
|
6
|
-
useful summary for people upgrading their application, not a replication
|
7
|
-
of the commit log.
|
7
|
+
## 3.0.1
|
8
8
|
|
9
|
-
|
9
|
+
* Update dependencies
|
10
10
|
|
11
11
|
## 3.0.0
|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
- Add support for Ruby 3.3
|
17
|
-
- BREAKING: Bump minimum rubocop-govuk version from 1.0.0 to 5.0.2
|
13
|
+
* BREAKING: Bump minimum Ruby version from 2.6.5 to 3.1.4
|
14
|
+
* Add support for Ruby 3.3
|
15
|
+
* BREAKING: Bump minimum rubocop-govuk version from 1.0.0 to 5.0.2
|
data/lib/optic14n/version.rb
CHANGED
data/optic14n.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: optic14n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GOV.UK Dev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 5.0.
|
61
|
+
version: 5.0.4
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 5.0.
|
68
|
+
version: 5.0.4
|
69
69
|
description: Canonicalises URLs.
|
70
70
|
email:
|
71
71
|
- govuk-dev@digital.cabinet-office.gov.uk
|
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
119
|
- !ruby/object:Gem::Version
|
120
120
|
version: '0'
|
121
121
|
requirements: []
|
122
|
-
rubygems_version: 3.5.
|
122
|
+
rubygems_version: 3.5.23
|
123
123
|
signing_key:
|
124
124
|
specification_version: 4
|
125
125
|
summary: Specifically, HTTP URLs, for a limited purpose
|