govuk_admin_template 3.3.0 → 3.3.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: 2da4cdc6289a8ee886aa81882a5cbd7ae148bd2b
4
- data.tar.gz: 2fdf20196a4ca95a87ca1629366626a47ab25df9
3
+ metadata.gz: 8a9ea6b81a840e0d360c2245d69fa5af8f7e7ab0
4
+ data.tar.gz: ae254257f6c12ebc5ebc955a846995b78bdbfafc
5
5
  SHA512:
6
- metadata.gz: b8f2c6ba99a0fb45323ea8508dd473352baee9a6026b288d90f84578a79b9327b04165fb763af4734e1e01a8afaf2dfd4f22e2fdc9e40a56262515152123933d
7
- data.tar.gz: 64c0bccfc9263304bde2e80d77089e7311b957b27190087106777fc7336b66aeed27c96837a106c64a843db2d51cbd4f9914e7a6490d7d6b8f30ba7fc54e4165
6
+ metadata.gz: 232f3cabebe8ee982013252d4e25c2f7d7b7d629e9c1beec36c37a3b905adef114e00713d98b542dcb7ad7af4ad42040aad0a5c3d2539d1cc5a584d48c770ced
7
+ data.tar.gz: e67e56de268d310c1d34612869a69740219c2e15b4d87c44901c83211eed03193074652e85820004ff880acace2240089f9a142a1865a0d539705c0b51cb1e54
@@ -1,3 +1,7 @@
1
+ # 3.3.1
2
+
3
+ * Prevent GA shim output in test / CI
4
+
1
5
  # 3.3.0
2
6
 
3
7
  * Add track-click module for Analytics tracking of button clicks
@@ -108,7 +108,7 @@
108
108
  ga('set', 'anonymizeIp', true);
109
109
  ga('send', 'pageview');
110
110
  </script>
111
- <% else %>
111
+ <% elsif Rails.env.development? %>
112
112
  <script>
113
113
  if (console) {window.ga = function() {console.log.apply(console, arguments);};}
114
114
  </script>
@@ -1,3 +1,3 @@
1
1
  module GovukAdminTemplate
2
- VERSION = "3.3.0"
2
+ VERSION = "3.3.1"
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: 3.3.0
4
+ version: 3.3.1
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: 2015-11-02 00:00:00.000000000 Z
11
+ date: 2015-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails