govuk_admin_template 6.9.2 → 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: 29eb8926a645b99d811437c15b008bfa7f4ca1ee2203d6923571c9a2c994a311
4
- data.tar.gz: 49b87aab449542d6dca6fd181aa526b2cad5643bd3752ea7f73b5dcde1434be7
3
+ metadata.gz: dbf704da073f6b443b231fcfd09348f988dcda95c8225d6fd57b75c1dbbb7002
4
+ data.tar.gz: f07dd6f6e383338c4892cb35ec1d0f4d7ad7f1d0704e1c820e7280fd4938ba0e
5
5
  SHA512:
6
- metadata.gz: dc12a3a13ebcb6f5bf62c47ba860e23b95811f04cea1c1ac1c5efd76ae7a8307a9db031bcb9cd2063b7d43a1302856c8c0ea06ea52daffdadb21816d193e05bc
7
- data.tar.gz: 95fe3e1b8ae9398c28595c52a51f877030232596ba7c84ab8cd01a41c539688fdb4a32015809085a10246ece40857e98cdbb1447cd35df00086d3ac98bcc83c2
6
+ metadata.gz: f856727a5238a52a9f978f1237c222f5761c5a61121aa293b914b9155e1b69c22bc9d8770bbb020639efdeeb0a76a6c76d6580b46853f85d9fab3084ab9b5045
7
+ data.tar.gz: d1a1bbe49feaddd032561f6e1bd8fef94cb217853e776d4c5a3de0e5c06719a41337b44973374d568f1535f77a6f9a3068e2e9409bf587d28d94a460e9ec57f8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # 6.11.0
2
+
3
+ * Drop support for Ruby 3.0
4
+
5
+ # 6.10.0
6
+
7
+ * Remove Priority list from govspeak help example
8
+
1
9
  # 6.9.2
2
10
 
3
11
  * Fix providing gem internal Rake tasks to applications embedding this gem as an engine.
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
+
@@ -80,23 +80,6 @@
80
80
  (to indent, add 2 spaces)</pre>
81
81
  </div>
82
82
 
83
- <h3>
84
- <a data-toggle="collapse" href="#govspeak-priority-list">
85
- Priority list
86
- </a>
87
- </h3>
88
- <div class="collapse" id="govspeak-priority-list">
89
- <p>
90
- You can create a list which shows only the first n items (including attachments),
91
- with a link to open the others, eg to show the first item:
92
- </p>
93
-
94
- <pre>$PriorityList:1
95
- * item 1
96
- * item 2
97
- * item 3</pre>
98
- </div>
99
-
100
83
  <h3>
101
84
  <a data-toggle="collapse" href="#govspeak-legislative-list">
102
85
  Legislative list
@@ -1,3 +1,3 @@
1
1
  module GovukAdminTemplate
2
- VERSION = "6.9.2".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.9.2
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-04-12 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.3.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.3.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.11
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