govuk_publishing_components 39.2.2 → 39.2.3
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f075a264f61ccb95027ab5172ae627d62cd9875732ee918a7932749e2db96d4
|
|
4
|
+
data.tar.gz: 6dc2ac039da50369abfba6b2553f2f400ea9f914e67e994eaf063ef514fa5f31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e171df9ac39bbeff26a3245c670e8484d27e3331785fbb2e0961bdb029032152b9f255df0e0234f808d95a4905eaeff37ab61693a479508958debf763f54d9db
|
|
7
|
+
data.tar.gz: 5131dce03a41072b27d8edf76ca8a67acd5fb05354a64e0ca21dc7bb15b85aff9175c0cb9a8c2a6a419873553066c359015874d669b2d404a3295fb48cb76829
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
gtm_auth ||= nil
|
|
3
3
|
gtm_preview ||= nil
|
|
4
4
|
|
|
5
|
-
gtm_attributes =
|
|
5
|
+
gtm_attributes = []
|
|
6
6
|
gtm_attributes << "gtm_auth=" + gtm_auth if gtm_auth
|
|
7
|
-
gtm_attributes << "gtm_preview="
|
|
7
|
+
gtm_attributes << "gtm_preview=#{gtm_preview}>m_cookies_win=x" if gtm_preview
|
|
8
8
|
gtm_attributes = gtm_attributes.join('&')
|
|
9
9
|
%>
|
|
10
|
+
|
|
10
11
|
<%= javascript_tag nonce: true do -%>
|
|
11
12
|
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
12
13
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_publishing_components
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 39.2.
|
|
4
|
+
version: 39.2.3
|
|
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: 2024-07-
|
|
11
|
+
date: 2024-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: govuk_app_config
|
|
@@ -1605,7 +1605,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1605
1605
|
- !ruby/object:Gem::Version
|
|
1606
1606
|
version: '0'
|
|
1607
1607
|
requirements: []
|
|
1608
|
-
rubygems_version: 3.5.
|
|
1608
|
+
rubygems_version: 3.5.15
|
|
1609
1609
|
signing_key:
|
|
1610
1610
|
specification_version: 4
|
|
1611
1611
|
summary: A gem to document components in GOV.UK frontend applications
|