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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +9 -5
- data/app/views/govuk_admin_template/_govspeak_help.html.erb +0 -17
- data/lib/govuk_admin_template/version.rb +1 -1
- metadata +7 -7
- /data/{LICENCE.txt → LICENCE} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbf704da073f6b443b231fcfd09348f988dcda95c8225d6fd57b75c1dbbb7002
|
4
|
+
data.tar.gz: f07dd6f6e383338c4892cb35ec1d0f4d7ad7f1d0704e1c820e7280fd4938ba0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f856727a5238a52a9f978f1237c222f5761c5a61121aa293b914b9155e1b69c22bc9d8770bbb020639efdeeb0a76a6c76d6580b46853f85d9fab3084ab9b5045
|
7
|
+
data.tar.gz: d1a1bbe49feaddd032561f6e1bd8fef94cb217853e776d4c5a3de0e5c06719a41337b44973374d568f1535f77a6f9a3068e2e9409bf587d28d94a460e9ec57f8
|
data/CHANGELOG.md
CHANGED
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+
|
20
|
-
* [
|
21
|
-
* [
|
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
|
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.
|
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:
|
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.
|
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.
|
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
|
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:
|
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.
|
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
|
/data/{LICENCE.txt → LICENCE}
RENAMED
File without changes
|