optic14n 3.0.0 → 3.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 +5 -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: b539e842a367753aa0532242ca905914bb21803c4b7817ce89459ecf037e783b
|
4
|
+
data.tar.gz: 6afa30fb438610df8e7db8dd667c46cdfe40a564cd4f1b2b6df5c31e88390d22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d79b734cb02f8e31a5a72decda4353a5bbd2061709bb74d59857738cd8df3741e5ecd9f1531de866da3501aa2337874c56295122e224759f99300e95dd30cdf
|
7
|
+
data.tar.gz: 12c7bbbcda19a084a3526d07ac4dc3bf1fad4374efede88c668d815cd630bb50c6b816442f99a513d867a2cdf6bd8b730a18c4caf071dbb41b238f3d7957c8dd
|
data/CHANGELOG.md
CHANGED
@@ -1,17 +1,11 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
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.
|
3
|
+
## 3.0.1
|
8
4
|
|
9
|
-
|
5
|
+
* Update dependencies
|
10
6
|
|
11
7
|
## 3.0.0
|
12
8
|
|
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
|
9
|
+
* BREAKING: Bump minimum Ruby version from 2.6.5 to 3.1.4
|
10
|
+
* Add support for Ruby 3.3
|
11
|
+
* 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.1
|
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-11-27 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.3
|
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.3
|
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
|