et_full_system 0.1.81 → 0.1.82

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: 988c83b406e14b9a86924e2234927a8b3b3038cf837022acfd7fd16eb695105e
4
- data.tar.gz: 124afeea6579182f683d623c2cbbe9978bad54219be92bdda98eb502cb2616c7
3
+ metadata.gz: a2cafac5581c7c6e7b0cf952f9922d9cde38f04e17fd8f7f6cd0450a3b24deac
4
+ data.tar.gz: bf317416f1c5f7ad31c2505ce989ba8c23406dc3d27b6346941d8d22630f6a99
5
5
  SHA512:
6
- metadata.gz: 228c983d393bfe3e920d71cdf3b47b1e58e1bcb786340d6d1667fef6fc1c11e3bf8d63db6a84308762ce1c176ed47b2bf2f67094674e3d66a041572c7498ac65
7
- data.tar.gz: f6281641ffc654554e750708d16140c5699e8b36a991df05851efa44754e376ed018e87d55dd5fc47c371bbb4db349047bd0a9c38b0637513b3b22b46546e717
6
+ metadata.gz: 8131269ef72d9dfd2c48bea99fab2d5dd5b4b8075abb088c4b67388794207587cf4a8f1d72404c992f44b538a34908cd708b2a50e95d5cd6f43bb58e2c000aac
7
+ data.tar.gz: bf450e8fdf7a3a63b9bb4c1720d77d0327b6e3bae21394ebe2dba52e2f0956f46b58964b26599b10507ee00d2421b2fb96ecb345fe3b2d0fb0da49b55c570ad3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (0.1.81)
4
+ et_full_system (0.1.82)
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.7.0)
24
24
  public_suffix (>= 2.0.2, < 5.0)
25
25
  aws-eventstream (1.0.3)
26
- aws-partitions (1.224.0)
27
- aws-sdk-core (3.68.1)
26
+ aws-partitions (1.226.0)
27
+ aws-sdk-core (3.69.1)
28
28
  aws-eventstream (~> 1.0, >= 1.0.2)
29
29
  aws-partitions (~> 1.0)
30
30
  aws-sigv4 (~> 1.1)
@@ -32,7 +32,7 @@ GEM
32
32
  aws-sdk-kms (1.24.0)
33
33
  aws-sdk-core (~> 3, >= 3.61.1)
34
34
  aws-sigv4 (~> 1.1)
35
- aws-sdk-s3 (1.49.0)
35
+ aws-sdk-s3 (1.50.0)
36
36
  aws-sdk-core (~> 3, >= 3.61.1)
37
37
  aws-sdk-kms (~> 1)
38
38
  aws-sigv4 (~> 1.1)
@@ -74,7 +74,7 @@ GEM
74
74
  multi_xml (>= 0.5.2)
75
75
  i18n (1.7.0)
76
76
  concurrent-ruby (~> 1.0)
77
- iodine (0.7.34)
77
+ iodine (0.7.35)
78
78
  jmespath (1.4.0)
79
79
  json-schema (2.8.1)
80
80
  addressable (>= 2.4)
@@ -10,5 +10,5 @@ atos_api_web: bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_f
10
10
  s3_web: bash --login -c "godotenv -f ${FOREMAN_PATH}/minio.env minio server ${MINIO_STORAGE_PATH}"
11
11
  azure_blob_web: bash --login -c "azurite -l ${AZURITE_STORAGE_PATH} -d ${AZURITE_STORAGE_PATH}/debug.log"
12
12
  fake_acas_web: bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url fake_acas http://localhost:${PORT} && rvm use && et_fake_acas_server --port=$PORT --threads=1:5"
13
- fake_ccd_web: bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url fake_ccd http://localhost:${PORT} && rvm use && et_fake_ccd start --port=$PORT --create_case_schema=./systems/et_ccd_export/spec/json_schema/case_create.json"
13
+ fake_ccd_web: bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url fake_ccd http://localhost:${PORT} && rvm use && et_fake_ccd start --port=$PORT --create_case_schema=./systems/et_ccd_export/spec/json_schemas/case_create.json"
14
14
  et_ccd_export_sidekiq: bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && cd systems/et_ccd_export && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et_ccd_export.env ./run_sidekiq.sh"
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "0.1.81"
2
+ VERSION = "0.1.82"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: et_full_system
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.81
4
+ version: 0.1.82
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor