metadata_presenter 2.17.6 → 2.17.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9722d48a8eea856da064648b37d1447c22fd0e664c7f453767db8428c5c531a
4
- data.tar.gz: b4876cb90afd67d5b2472891b353a78de4140a71e9f993b95d59c7a71806da20
3
+ metadata.gz: f720779f83e51414951678449c9ada6b5dfa9a01dedbd6abc7cfd07d22888e5d
4
+ data.tar.gz: '0783ad47052d5bed54f003a6ddf664cefe0e4a198d8cf700909d6ab73e0b1169'
5
5
  SHA512:
6
- metadata.gz: 924ac3c6ed42483978084b00c6c5606ab7235dc52ba89b1cd50e5d967b8a68fd3af9be64acf99e239184fef23c64a81ff7719d676d0339c584277194bd0c8563
7
- data.tar.gz: 26bd0a2c858982bea3ed755301c5bd4fba7e08d4d2ad89276b7cf37771910ab03e9d533d76c96b1651d837ed5a01d0e5ee1ff5ab83f4a46b4b039a42c5474557
6
+ metadata.gz: 6fd29385c175133302917639ac3715298690402f2ea5169d00a3e40227de5b6da481ecb3ead7b2d5510bdf3b3686f6badea422156f99565fa08d56b4ecdf92b6
7
+ data.tar.gz: c77e5b6d4130c8dc5e157e60d9dd13c2210e9edd04c2d198004024975efb899081dce7ad349b4b145b543d6edee80bb0a6b160bde041fe085f5677a56b75d167
@@ -6,6 +6,7 @@
6
6
  <%= csp_meta_tag %>
7
7
 
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
9
+ <meta name="robots" content="noindex">
9
10
  <link rel="shortcut icon" sizes="16x16 32x32 48x48" href="<%= asset_pack_url('media/images/favicon.ico') %>" type="image/x-icon" />
10
11
  <link rel="mask-icon" href="<%= asset_pack_url('media/images/govuk-mask-icon.svg') %>" color="blue">
11
12
  <link rel="apple-touch-icon" sizes="180x180" href="<%= asset_pack_url('media/images/govuk-apple-touch-icon-180x180.png') %>">
@@ -18,9 +18,11 @@
18
18
  "application/vnd.oasis.opendocument.text",
19
19
  "application/pdf",
20
20
  "application/rtf",
21
+ "application/csv",
21
22
  "image/jpeg",
22
23
  "image/png",
23
- "application/vnd.ms-excel"
24
+ "application/vnd.ms-excel",
25
+ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
24
26
  ]
25
27
  }
26
28
  }
@@ -559,7 +559,8 @@
559
559
  "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
560
560
  "application/vnd.openxmlformats-officedocument.wordprocessingml.template",
561
561
  "application/vnd.ms-word.document.macroEnabled.12",
562
- "application/vnd.ms-word.template.macroEnabled.12"
562
+ "application/vnd.ms-word.template.macroEnabled.12",
563
+ "application/csv"
563
564
  ],
564
565
  "max_size": 7340032,
565
566
  "virus_scan": true
@@ -1,3 +1,3 @@
1
1
  module MetadataPresenter
2
- VERSION = '2.17.6'.freeze
2
+ VERSION = '2.17.7'.freeze
3
3
  end
@@ -345,7 +345,8 @@
345
345
  "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
346
346
  "application/vnd.openxmlformats-officedocument.wordprocessingml.template",
347
347
  "application/vnd.ms-word.document.macroEnabled.12",
348
- "application/vnd.ms-word.template.macroEnabled.12"
348
+ "application/vnd.ms-word.template.macroEnabled.12",
349
+ "application/csv"
349
350
  ]
350
351
  }
351
352
  },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metadata_presenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.17.6
4
+ version: 2.17.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - MoJ Forms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-29 00:00:00.000000000 Z
11
+ date: 2022-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_design_system_formbuilder