govuk_admin_template 6.0.0 → 6.1.0

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: 8ff47dba41a87bdfbeb518c142cb0b9e3e7ebbfc
4
- data.tar.gz: 6e45a0200c7fd797d1221ec7dc5e71ba454ecd70
3
+ metadata.gz: c0713235ca6656651999c843e4663637e79a2a3d
4
+ data.tar.gz: 72c183af9cebe83431eec860bb63048cddb7de80
5
5
  SHA512:
6
- metadata.gz: 60e732a58b171cbb10c45b2cdb1e1264b07a787dba43e38ddef3e67f50f4b03fd3ae61c8cc2df744343feb0992fdd8661f0fe26fa2e663fb3bd0054b494ba24b
7
- data.tar.gz: a24372fafa8c064552547e3dad18c33e51876b788e4cc1f18e9e1ad996bd44a9238b5a8f9c65d4f259d985458b60c017f4680960c48cd9256846528e9e92afea
6
+ metadata.gz: 0338560575f358953c640e2dd37eb80e1a5384da2fedcd536bc0a5d029e2203838a2c6a6ebf8c6f0adb3e6d845c9a569d1a3c7470c910aede8f975e996be8e01
7
+ data.tar.gz: 296bce22aef9b253b7fcbf4ba1e98b1a9eae541260654a499d1b5b5a9d42880d7c1b51108a11766544f0fd8e9730845ae5255743d2c8c3b180de0cac17e73d8f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 6.1.0
2
+
3
+ * Update the jquery-rails dependency to 4.3.1 for compatibility with the latest
4
+ version of nokogiri
5
+
1
6
  # 6.0.0
2
7
 
3
8
  * Changes method call from `GOVUKAdmin.trackEvent(action, label, value)` to `GOVUKAdmin.trackEvent(category, action, options)`. Categories are now mandatory. Calls to `GOVUKAdmin.trackEvent` should be changed to use the latest method signature.
@@ -5,7 +5,7 @@ module GovukAdminTemplate
5
5
 
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
- app.config.assets.precompile += %w(govuk_admin_template/favicon-development.png govuk_admin_template/favicon-integration.png
8
+ app.config.assets.precompile += %w(govuk_admin_template/favicon-development.png govuk_admin_template/favicon-test.png govuk_admin_template/favicon-integration.png
9
9
  govuk_admin_template/favicon-preview.png govuk_admin_template/favicon-production.png govuk_admin_template/favicon.png)
10
10
 
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module GovukAdminTemplate
2
- VERSION = "6.0.0".freeze
2
+ VERSION = "6.1.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.0.0
4
+ version: 6.1.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: 2017-04-21 00:00:00.000000000 Z
11
+ date: 2017-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 4.1.1
47
+ version: 4.3.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 4.1.1
54
+ version: 4.3.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: sass-rails
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -138,6 +138,7 @@ files:
138
138
  - app/assets/images/govuk_admin_template/favicon-integration.png
139
139
  - app/assets/images/govuk_admin_template/favicon-preview.png
140
140
  - app/assets/images/govuk_admin_template/favicon-production.png
141
+ - app/assets/images/govuk_admin_template/favicon-test.png
141
142
  - app/assets/images/govuk_admin_template/favicon.png
142
143
  - app/assets/images/govuk_admin_template/header-crown.png
143
144
  - app/assets/javascripts/govuk-admin-template.js