govuk_admin_template 5.0.0 → 5.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c3e9e95ec03df5a4a7a15e6b66158f7f1b48c62
4
- data.tar.gz: d254e3c347ba93f673340a1eb431cd20a44b3e9f
3
+ metadata.gz: 838f7c3c2aba8f89b0e1bf945a28a6ece5da23e2
4
+ data.tar.gz: 80b85e2ba37a358f18b404009e334bcfb1661167
5
5
  SHA512:
6
- metadata.gz: 94ce51c82e1c44a01de7805046b6f4eb2a777546bd45ce0a355fb40006c137e1a9fe881aa94c770302044ce30b7c345d3510dc5f2091db4bf8de47a6c1777c74
7
- data.tar.gz: 6955d3a991173e3a52005d38eab888cf487f5bae2cd6016b49a44be11198ef6ea9c511626b94965f2c5de120dd79e3f622cb3649d10c34551bf2ce9dae886c80
6
+ metadata.gz: 5debf727db1e0ece53135fb019bbbcbe837a7ddd5d4a27e726b565d9383eaf134eef539f232bd98b1e14fd864ebbcf23c9630137034d242c15e031475497904b
7
+ data.tar.gz: a3b6b529a8f8649effde43b2aa178dd6cd62b3fe038dc1071b5cc29375eaba154a3d387b0d3c47f3229100b2301a1f9b83eb8434dbffd527b066671ae15ac273
@@ -1,3 +1,7 @@
1
+ # 5.0.1
2
+
3
+ * Compile correct favicon for production.
4
+
1
5
  # 5.0.0
2
6
 
3
7
  * Remove `exclude_analytics` content block from template. References to `exclude_analytics` should be removed and replaced with the following config flag.
@@ -6,7 +6,7 @@ module GovukAdminTemplate
6
6
  initializer 'govuk_admin_template.assets.precompile' do |app|
7
7
  app.config.assets.precompile += %w(lte-ie8.js govuk-admin-template.js govuk_admin_template/bootstrap-ie7.css)
8
8
  app.config.assets.precompile += %w(govuk_admin_template/favicon-development.png govuk_admin_template/favicon-integration.png
9
- govuk_admin_template/favicon-preview.png govuk_admin_template/favicon.production.png govuk_admin_template/favicon.png)
9
+ govuk_admin_template/favicon-preview.png govuk_admin_template/favicon-production.png govuk_admin_template/favicon.png)
10
10
 
11
11
  end
12
12
 
@@ -1,3 +1,3 @@
1
1
  module GovukAdminTemplate
2
- VERSION = "5.0.0"
2
+ VERSION = "5.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_admin_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev