govuk_admin_template 6.10.0 → 6.11.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: 31116fe6665d9390c1fcbcfd92d4553769020e0630928497506aaed67a733d6d
4
- data.tar.gz: 989a96a1155ab43be812e34132dfee491c9f764bd5bf3281e00f5ae5bc238b52
3
+ metadata.gz: dbf704da073f6b443b231fcfd09348f988dcda95c8225d6fd57b75c1dbbb7002
4
+ data.tar.gz: f07dd6f6e383338c4892cb35ec1d0f4d7ad7f1d0704e1c820e7280fd4938ba0e
5
5
  SHA512:
6
- metadata.gz: c3309b4b10ae3325d88d9db6ab72588eeb06dfc811b8dbecf5e467d4a81c578501b7ad9268483572a3dab4fa0765ea6d30c7b9bd60b3c155b4789f20fbdf3c25
7
- data.tar.gz: a20aa24bc3b1d3f3f9b0344a07185e3291c79dc1206f86c7f7d6eb8a22a4566f453b87c4b2693b59da6bd2fbd4422a7409f8bd4efdeb54a26314bb52f0eeeb50
6
+ metadata.gz: f856727a5238a52a9f978f1237c222f5761c5a61121aa293b914b9155e1b69c22bc9d8770bbb020639efdeeb0a76a6c76d6580b46853f85d9fab3084ab9b5045
7
+ data.tar.gz: d1a1bbe49feaddd032561f6e1bd8fef94cb217853e776d4c5a3de0e5c06719a41337b44973374d568f1535f77a6f9a3068e2e9409bf587d28d94a460e9ec57f8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 6.11.0
2
+
3
+ * Drop support for Ruby 3.0
4
+
1
5
  # 6.10.0
2
6
 
3
7
  * Remove Priority list from govspeak help example
data/README.md CHANGED
@@ -16,18 +16,17 @@ This gem provides (via a Rails engine):
16
16
  * GOV.UK user friendly date formats
17
17
  * Google Analytics tracking code (Universal Analytics), using the "GOV.UK apps" profile
18
18
 
19
- [Apps using this gem](https://github.com/search?q=govuk_admin_template+user%3Aalphagov+filename%3AGemfile) include:
20
- * [Collections publisher](https://github.com/alphagov/collections-publisher)
21
- * [Imminence](https://github.com/alphagov/imminence)
19
+ [Apps using this gem](https://github.com/search?q=govuk_admin_template+user%3Aalphagov+path%3AGemfile.lock) include:
20
+ * [Contacts admin](https://github.com/alphagov/contacts-admin)
21
+ * [Content tagger](https://github.com/alphagov/content-tagger)
22
22
  * [Maslow](https://github.com/alphagov/maslow)
23
23
  * [Publisher](https://github.com/alphagov/publisher)
24
24
  * [Search admin](https://github.com/alphagov/search-admin)
25
- * [Sign on](https://github.com/alphagov/signonotron2)
26
25
  * [Service manual publisher](https://github.com/alphagov/service-manual-publisher)
26
+ * [Short URL manager](https://github.com/alphagov/short-url-manager)
27
27
  * [Specialist publisher](https://github.com/alphagov/specialist-publisher)
28
28
  * [Support](https://github.com/alphagov/support)
29
29
  * [Transition](https://github.com/alphagov/transition)
30
- * [Travel advice publisher](https://github.com/alphagov/travel-advice-publisher)
31
30
 
32
31
  ## Usage
33
32
 
@@ -289,3 +288,8 @@ It's also possible to run tests against multiple Rails versions locally.
289
288
  ## Publishing
290
289
 
291
290
  Version bumps will automatically update RubyGems.org.
291
+
292
+ ## Licence
293
+
294
+ [MIT License](LICENCE)
295
+
@@ -1,3 +1,3 @@
1
1
  module GovukAdminTemplate
2
- VERSION = "6.10.0".freeze
2
+ VERSION = "6.11.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_admin_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.10.0
4
+ version: 6.11.0
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: 2022-07-28 00:00:00.000000000 Z
11
+ date: 2024-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - '='
102
102
  - !ruby/object:Gem::Version
103
- version: 4.6.0
103
+ version: 4.17.1
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: 4.6.0
110
+ version: 4.17.1
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: sassc-rails
113
113
  requirement: !ruby/object:Gem::Requirement
@@ -132,7 +132,7 @@ files:
132
132
  - CHANGELOG.md
133
133
  - CSS.md
134
134
  - JAVASCRIPT.md
135
- - LICENCE.txt
135
+ - LICENCE
136
136
  - README.md
137
137
  - app/assets/images/govuk_admin_template/favicon-development.png
138
138
  - app/assets/images/govuk_admin_template/favicon-integration.png
@@ -195,14 +195,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
195
195
  requirements:
196
196
  - - ">="
197
197
  - !ruby/object:Gem::Version
198
- version: 2.7.2
198
+ version: '3.1'
199
199
  required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  requirements:
201
201
  - - ">="
202
202
  - !ruby/object:Gem::Version
203
203
  version: '0'
204
204
  requirements: []
205
- rubygems_version: 3.3.19
205
+ rubygems_version: 3.5.11
206
206
  signing_key:
207
207
  specification_version: 4
208
208
  summary: Styles, scripts and templates for GOV.UK admin applications
File without changes