metadata_presenter 3.2.4 → 3.2.6

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: 75838db2ac11316f9922de8827948096c6e09f7383c15a572007ac8b0d9de371
4
- data.tar.gz: b098d5237974a5f97ab7f70a9466a2fb6066f219c8a9ec2f393ef5ed9f70ee6e
3
+ metadata.gz: cf83ff023fb7f4aa589531777167c8ee49d28232f931befa0add5f0b49dda4aa
4
+ data.tar.gz: 40e88470053b7026f55481692fbd8383ba53814f81a33ebac41fc12e891993f7
5
5
  SHA512:
6
- metadata.gz: 56e9fb467cb1a85171a662576bada8f991e5fb8b56c301f88b46d392591002d5d40ae7b20303a0c0ec81abda1534be4cd76bac477c53988608c27e090f155b6d
7
- data.tar.gz: ec385dc6d846aa152733c15a4b34c9e2993790708c92c16ec60b6bbac465e6467d8210d2bc23a18b6a4e11f723018e2c4d68a74d6cf44dd3b59e2de20ff24098
6
+ metadata.gz: deaaf7c9642936f2062e07e543605e5ae8b7faf1fb8834ccdef3b9664c689843ffe4aee7b9f8d85f6b7a88c44977d74f24228ab7637a3a4843f075253f1be9bf
7
+ data.tar.gz: 2dabad6d0ac9e9dc48bc7a568e46bbcfc504ae7f3eb85f089d300b786201361371c69039e1201bae685eff2bcaef6c231832220ff2edc66af008e8517ffb100a
@@ -70,6 +70,8 @@ module MetadataPresenter
70
70
  Date.civil(value.year.to_i, value.month.to_i, value.day.to_i),
71
71
  format: '%d %B %Y'
72
72
  )
73
+ rescue Date::Error
74
+ ''
73
75
  end
74
76
 
75
77
  def textarea(value)
@@ -21,10 +21,10 @@ en:
21
21
  maintenance_page_heading: 'Sorry, this form is unavailable'
22
22
  maintenance_page_content: "If you were in the middle of completing the form, your data has not been saved.\r\n\r\nThe form will be available again from 9am on Monday 19 November 2018.\r\n\r\n\r\n\r\n### Other ways to apply\r\n\r\nContact us if your application is urgent \r\n\r\nEmail: \r\nTelephone: \r\nMonday to Friday, 9am to 5pm \r\n[Find out about call charges](https://www.gov.uk/call-charges)"
23
23
  session_timeout_warning:
24
- heading: Your form will reset soon
25
- timer: We will reset your form if you do not continue in
24
+ heading: Do you need more time?
25
+ timer: We will reset your form and clear your answers if you do not continue in
26
26
  timer_fallback: We will reset your form if you do not complete the page and press continue by
27
- timer_extra: Any answers you have entered so far will be cleared to protect your information.
27
+ timer_extra: This is to protect your personal information.
28
28
  redirect: You are about to be redirected
29
29
  close_button: Close
30
30
  button: Continue
@@ -1,3 +1,3 @@
1
1
  module MetadataPresenter
2
- VERSION = '3.2.4'.freeze
2
+ VERSION = '3.2.6'.freeze
3
3
  end
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: 3.2.4
4
+ version: 3.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - MoJ Forms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-10 00:00:00.000000000 Z
11
+ date: 2023-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_design_system_formbuilder