et_full_system 0.1.58 → 0.1.59

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
  SHA256:
3
- metadata.gz: 667458bda9a00162f9e2bf653a44f21591a651b02d6b7df5c1349f6f77700f00
4
- data.tar.gz: 59e9fac9c3dfa0622fcc2b90ecc0a2b5bf2cbf292bcdb5ccb6c65fa1da16e533
3
+ metadata.gz: 7d391330f1ca819b19a775876c23eda7f250014556c56d84d84db281d7620505
4
+ data.tar.gz: 6f25c82fcaf8de07663c29fb6b481cf283e55555cad5183413364378e229e5f7
5
5
  SHA512:
6
- metadata.gz: 44b971ee6ef2dcd18f344bc47d199932f83957b890ef276200cdbec26cca1c830faf126a5f6a726ef21f60cfc891976239fc37677a06a9f5ca87cf3dcc3af548
7
- data.tar.gz: 5ecafcebfe171ef04e0176fe2c4a5037a889b7a0f4e00dc05732700c521ce7f37777389a67861f05ba33c4f21fd00a5094d57decaa2d345b83fac870fee4ee0a
6
+ metadata.gz: 3f70ac356102e31ba94e94125705fb2af0fcffdc3035268f31ade5cda36539df138f68f404b45b5840468089b0facb3d77de7aa0b0d8801a445e1339a0bbb806
7
+ data.tar.gz: b069fa465cd993683a0a54c7b4705474e48c17286aabe338120a4e5adeff60981af19181e3343c58109539e1c942832c5b6e4848b30bf9e1435f6173b5cdf39f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (0.1.58)
4
+ et_full_system (0.1.59)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -23,8 +23,8 @@ GEM
23
23
  addressable (2.6.0)
24
24
  public_suffix (>= 2.0.2, < 4.0)
25
25
  aws-eventstream (1.0.3)
26
- aws-partitions (1.189.0)
27
- aws-sdk-core (3.59.0)
26
+ aws-partitions (1.191.0)
27
+ aws-sdk-core (3.60.0)
28
28
  aws-eventstream (~> 1.0, >= 1.0.2)
29
29
  aws-partitions (~> 1.0)
30
30
  aws-sigv4 (~> 1.1)
@@ -57,7 +57,7 @@ GEM
57
57
  ruby-mcrypt (~> 0.2)
58
58
  sinatra (~> 2.0, >= 2.0.3)
59
59
  sinatra-contrib (~> 2.0)
60
- et_fake_ccd (0.1.11)
60
+ et_fake_ccd (0.1.12)
61
61
  activemodel (~> 5.2, >= 5.2.3)
62
62
  roda (~> 3.21)
63
63
  rotp (~> 5.1)
data/foreman/et1.env CHANGED
@@ -14,3 +14,4 @@ SECURE_SESSION_COOKIE=false
14
14
  SENDING_HOST=et1.et.127.0.0.1.nip.io
15
15
  FLATTEN_PDF=false
16
16
  SIDEKIQ_ALIVE_PORT=7434
17
+ DISABLE_SIDEKIQ_ALIVE=true
data/foreman/et_api.env CHANGED
@@ -5,3 +5,4 @@ S3_UPLOAD_BUCKET='etapibucket'
5
5
  S3_DIRECT_UPLOAD_BUCKET='etapidirectbucket'
6
6
  RAVEN_DSN='https://929365547a42468fb521248a96100646:139af8327fa340b88088efeae059fca8@sentry.io/1254109'
7
7
  ACAS_SERVICE_URL='http://acas.et.127.0.0.1.nip.io:3100/Lookup/ECService.svc'
8
+ DISABLE_SIDEKIQ_ALIVE=true
@@ -8,3 +8,4 @@ CCD_DATA_STORE_BASE_URL=${CCD_DATA_STORE_BASE_URL}
8
8
  CCD_USE_SIDAM=${CCD_USE_SIDAM}
9
9
  CCD_MICROSERVICE_ID=${CCD_MICROSERVICE_ID}
10
10
  CCD_MICROSERVICE_SECRET=${CCD_MICROSERVICE_SECRET}
11
+ DISABLE_SIDEKIQ_ALIVE=true
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "0.1.58"
2
+ VERSION = "0.1.59"
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: 0.1.58
4
+ version: 0.1.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-18 00:00:00.000000000 Z
11
+ date: 2019-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor