et_full_system 4.0.0.pre.rc4 → 4.0.3

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: d0b4fe595f8c0908aa600bcd9a578e7e4a4a9bd4e45d06c967e24fe71eaeeec3
4
- data.tar.gz: c417713fd870c36291fac945b7f962ef02232f38a5dca1db180af2c70e8d2456
3
+ metadata.gz: 92b8cf67e1882f7d2d4cfa90a5c3777098579ab2707253ebd599a9049d58faee
4
+ data.tar.gz: 8a2d72901918b3f92741431c0c1d0603a44b817b393f24c00bf2b173128d84c4
5
5
  SHA512:
6
- metadata.gz: 2c7ffd8313f4405284e69e44e17bfc701233824706514dbdd3e51ad77492ecccfb7e3e09d37654ead49807372a218d7429eb02fcd5fbd22f7f0791faec698164
7
- data.tar.gz: b649b9605813acf7a53d601f617f99098101a60540b3b9ad2ff80d765b5dfb2892f7981f988e81559bb434175d72e5eea0601a6aa89f8809f2859330185f5b14
6
+ metadata.gz: b92ca11dd4c89b48d4214082afb16912e66c4450f96691cab203541ee25ebabc9d8a9286be7036180c27c717f8bbcfe2c46d641d75168e7cfe25ebc8386f04ea
7
+ data.tar.gz: 0fff3daacfed414852e9ff98dd006e3636384f2130030e9ee585726ee27c62f9a97d4755e732602e18143a5138a8ffaba5ff594d825469e08c3333eb4cece37e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (4.0.0.pre.rc4)
4
+ et_full_system (4.0.3)
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.510.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)
@@ -79,7 +79,7 @@ GEM
79
79
  jmespath (1.4.0)
80
80
  json-schema (2.8.1)
81
81
  addressable (>= 2.4)
82
- jwt (2.2.3)
82
+ jwt (2.3.0)
83
83
  mail (2.7.1)
84
84
  mini_mime (>= 0.1.1)
85
85
  mime-types (3.3.1)
data/docker/Dockerfile CHANGED
@@ -1,11 +1,14 @@
1
- FROM phusion/passenger-customizable:1.0.12
1
+ FROM phusion/passenger-customizable:1.0.19
2
2
  # Set correct environment variables.
3
3
  ENV HOME /root
4
4
  ARG GEM_VERSION=>0
5
5
  ARG user_id=1000
6
6
  # Use baseimage-docker's init process.
7
7
  CMD ["/sbin/my_init"]
8
-
8
+ RUN mv /etc/apt/sources.list.d{,.bak}
9
+ RUN apt update && apt install -y ca-certificates
10
+ RUN mv /etc/apt/sources.list.d{.bak,}
11
+ RUN apt-get update
9
12
  # If you're using the 'customizable' variant, you need to explicitly opt-in
10
13
  # for features.
11
14
  #
@@ -1,3 +1 @@
1
- GOV_FAKE_NOTIFY_SMTP_HOSTNAME=${SMTP_HOSTNAME}
2
- GOV_FAKE_NOTIFY_SMTP_PORT=${SMTP_PORT}
3
1
  GOV_FAKE_NOTIFY_BASE_URL='http://notify.et.127.0.0.1.nip.io:3100'
@@ -1,5 +1,7 @@
1
1
  ---
2
2
  delivery_method: smtp
3
+ smtp_address: "mail.et.127.0.0.1.nip.io"
4
+ smtp_port: 1025
3
5
  include_templates:
4
6
  - id: a55e0b84-8d65-4bf4-93a7-e974e0d8d48d
5
7
  name: et1-confirmation-email-v1-en
@@ -104,6 +106,26 @@
104
106
  https://employmenttribunals.service.gov.uk/en/apply/diversity
105
107
 
106
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
107
129
  include_api_keys:
108
130
  - service_name: Employment Tribunals
109
131
  service_email: employmenttribunals@email.com
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "4.0.0-rc4"
2
+ VERSION = "4.0.3"
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.pre.rc4
4
+ version: 4.0.3
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-28 00:00:00.000000000 Z
11
+ date: 2021-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -197,9 +197,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
197
197
  version: '0'
198
198
  required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  requirements:
200
- - - ">"
200
+ - - ">="
201
201
  - !ruby/object:Gem::Version
202
- version: 1.3.1
202
+ version: '0'
203
203
  requirements: []
204
204
  rubygems_version: 3.1.6
205
205
  signing_key: