et_full_system 4.0.0 → 4.0.1

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: f9fa2ea5b6f318ccb03f5fc025e3ffd3152fac3e4ec79ee6bc139c8b4ed55f56
4
- data.tar.gz: 340078361ea83e616eeaf45caf74b6b8458ef69f66ae7f7ecfa516b7fb700f70
3
+ metadata.gz: a76708b20f5a03a4191967f1b5c8430f0a218c7db1e656b8d21c37a4d1b9696a
4
+ data.tar.gz: e318376993827be02e5db4e9175bb9690da5ef368ec16fec024ed2ad48356d1c
5
5
  SHA512:
6
- metadata.gz: 8bd2ed0fc01442b69271ef779058a593581067431ac2a1d597c98460a26a3ed6a0a69d50e26878cab62c84d55b1cae1614241f8813fd87c6ae0e6976912ef7e4
7
- data.tar.gz: 3308a6fc3851f4b93890197ef1683dbf5d1362f8c63bd0a06b365a762ddd1d3d15f1074a81998a610838ae59436a9a16b7a2beb051aece37e29a3c3a96ab7bad
6
+ metadata.gz: 2bcb2d3159ebd4654fa9e092c9ec9c16e8987b38a6c7873058c4c55aa40b7c4c1364a72d1c8cf51fbd0c05325863a4ecf46d7b2045013903efc206bb324449a9
7
+ data.tar.gz: 4b8138ccb418ce5aa630b19661556bc09ea18eebd1814afaf438f83ca5e94fe011686e2e2d509aeb2a955270576950c7e8889ad5b9a7faedd0a9905d999570e3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (4.0.0)
4
+ et_full_system (4.0.1)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -24,7 +24,7 @@ GEM
24
24
  addressable (2.8.0)
25
25
  public_suffix (>= 2.0.2, < 5.0)
26
26
  aws-eventstream (1.2.0)
27
- aws-partitions (1.507.0)
27
+ aws-partitions (1.509.0)
28
28
  aws-sdk-core (3.121.1)
29
29
  aws-eventstream (~> 1, >= 1.0.2)
30
30
  aws-partitions (~> 1, >= 1.239.0)
@@ -62,7 +62,7 @@ GEM
62
62
  multipart-post (>= 1.2, < 3)
63
63
  faraday_middleware (0.14.0)
64
64
  faraday (>= 0.7.4, < 1.0)
65
- gov_fake_notify (1.1.1)
65
+ gov_fake_notify (1.1.2)
66
66
  activemodel (>= 5.2.3)
67
67
  iodine (~> 0.7)
68
68
  jwt (~> 2.2, >= 2.2.3)
@@ -70,7 +70,7 @@ GEM
70
70
  roda (~> 3.48)
71
71
  thor (~> 1.1)
72
72
  tilt (~> 2.0, >= 2.0.10)
73
- httparty (0.19.0)
73
+ httparty (0.20.0)
74
74
  mime-types (~> 3.0)
75
75
  multi_xml (>= 0.5.2)
76
76
  i18n (1.8.10)
@@ -106,6 +106,26 @@
106
106
  https://employmenttribunals.service.gov.uk/en/apply/diversity
107
107
 
108
108
  Cysylltu â ni: http://www.justice.gov.uk/contacts/hmcts/tribunals/employment
109
+ - id: '017d71e6-498b-4d07-b77d-536b8b3f54dc'
110
+ name: 'et1-access-details-v1-en'
111
+ subject: 'Employment tribunal: complete your claim'
112
+ message: |
113
+ Claim number: ((reference))
114
+ You’ve started a claim to an employment tribunal. To return to your claim you’ll need your claim number (above), and memorable word.
115
+ Clicking on the links below will not work. Please copy and paste the URLs into your browser.
116
+ COMPLETE CLAIM: ((url))
117
+ You’ll receive a confirmation email once you’ve submitted your claim.
118
+ Contact us: http://www.justice.gov.uk/contacts/hmcts/tribunals/employment
119
+ - id: '97a117f1-727d-4631-bbc6-b2bc98d30a0f'
120
+ name: 'et1-access-details-v1-cy'
121
+ subject: 'Tribiwnlys Cyflogaeth: cwblhau eich hawliad'
122
+ message: |
123
+ Rhif yr hawliad: ((reference))
124
+ Rydych wedi cychwyn gwneud hawliad i dribiwnlys cyflogaeth. I ddychwelyd i'ch hawliad byddwch angen eich rhif hawliad (uchod), a'ch gair cofiadwy.
125
+ Ni fydd clicio ar y dolenni isod yn gweithio. Copïwch a gludwch yr URL i'ch porwr.
126
+ CWBLHAU EICH HAWLIAD: ((url))
127
+ Fe gewch neges e-bost fel cadarnhad unwaith y byddwch wedi cyflwyno'ch hawliad.
128
+ Cysylltwch â ni: http://www.justice.gov.uk/contacts/hmcts/tribunals/employment
109
129
  include_api_keys:
110
130
  - service_name: Employment Tribunals
111
131
  service_email: employmenttribunals@email.com
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "4.0.0"
2
+ VERSION = "4.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: et_full_system
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-09-29 00:00:00.000000000 Z
11
+ date: 2021-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor