govuk_frontend_toolkit 8.1.0 → 8.2.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.
@@ -46,6 +46,10 @@ describe('GOVUK.GoogleAnalyticsUniversalTracker', function () {
46
46
  it('anonymises the IP', function () {
47
47
  expect(setupArguments[1]).toEqual(['set', 'anonymizeIp', true])
48
48
  })
49
+
50
+ it('disables Ad features', function () {
51
+ expect(setupArguments[3]).toEqual(['set', 'allowAdFeatures', false])
52
+ })
49
53
  })
50
54
 
51
55
  describe('when created (with legacy non-object syntax)', function () {
@@ -9,7 +9,7 @@ $cabinet-office-websafe: #347da4;
9
9
  $civil-service: #af292e;
10
10
  $department-for-business-innovation-skills: #003479;
11
11
  $department-for-business-innovation-skills-websafe: #347da4;
12
- $department-for-communities-and-local-government: #00857e;
12
+ $department-for-communities-and-local-government: #009999;
13
13
  $department-for-communities-and-local-government-websafe: #37836e;
14
14
  $department-for-culture-media-sport: #d40072;
15
15
  $department-for-culture-media-sport-websafe: #a03155;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_frontend_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.0
4
+ version: 8.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Government Digital Service
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-03 00:00:00.000000000 Z
11
+ date: 2019-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -306,8 +306,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
306
306
  - !ruby/object:Gem::Version
307
307
  version: '0'
308
308
  requirements: []
309
- rubyforge_project:
310
- rubygems_version: 2.7.7
309
+ rubygems_version: 3.0.3
311
310
  signing_key:
312
311
  specification_version: 4
313
312
  summary: Tools for building frontend applications