et_full_system 7.0.1 → 7.0.2

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: 2dd3e95c26c932597cf27e722fa1170a932115ded9e81a3036fc924caf486747
4
- data.tar.gz: 8653e719ca59a1eacfd348d3054784e081ff447921f19e7ef7e1e9611d51f89a
3
+ metadata.gz: c28e02d28fadafbdfe820ea506eadfd0ddb8268d7ae7b2b9215dfc7face19d6a
4
+ data.tar.gz: 67e919b9b84c70345b158afae12cee377152efea6aab0df343add4cd08a2223d
5
5
  SHA512:
6
- metadata.gz: 114f899c069c0ff9792a9a56874c660edf62e213ab34c6a29fe93af1a7adb9d01f8f2571314f0a3e53cf921639c79a2633dfeebcfb6d31cfd3fd2a3a1828828c
7
- data.tar.gz: e9ac9657b920eb3bbb03d93461ef25e8338dfd8fe2b6b36cfb45fb6efe02a6a0e1ab968bfdcbafe5220a05f8a545997a452057edfc90cf2e20b769d05f2273e1
6
+ metadata.gz: cc8b3bda5550c5999883898b46bad1a7c85acb8a8de47203173c4eb29947f51c2e20351cba804cd84706eca83ab49221fd7c03c20338124f610d732d8c05af2c
7
+ data.tar.gz: 4a60462396489b9252454914cf5a89f8a24e2ec35fec139d3db004b3c29a7b239c59f918b207f8d07178b35604bd57a030866da50f65a8d37886bfaf666700eb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (7.0.1)
4
+ et_full_system (7.0.2)
5
5
  azure-storage (~> 0.15.0.preview)
6
6
  dotenv (~> 2.7, >= 2.7.2)
7
7
  et_fake_ccd (~> 1.0)
@@ -4,7 +4,7 @@ api_web: godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et_api.env
4
4
  admin_web: godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et_admin.env bash --login -c "cd ${FS_ROOT_PATH} && cd systems/admin && bundle exec iodine -port $PORT"
5
5
  atos_api_web: godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et_atos.env bash --login -c "cd ${FS_ROOT_PATH} && cd systems/atos && bundle exec iodine -port $PORT"
6
6
  fake_acas_web: bash --login -c "cd ${FS_ROOT_PATH}/support/fake_services && bundle exec et_fake_acas_server -port $PORT -threads=1 -workers=2"
7
- fake_ccd_web: bash --login -c "cd ${FS_ROOT_PATH}/support/fake_services && bundle exec et_fake_ccd start --port=$PORT --create_case_schema=./systems/et_ccd_export/spec/json_schemas/case_create.json"
7
+ fake_ccd_web: bash --login -c "cd ${FS_ROOT_PATH}/support/fake_services && bundle exec et_fake_ccd start --port=$PORT --create_case_schema=${FS_ROOT_PATH}/systems/et_ccd_export/spec/json_schemas/case_create.json"
8
8
  fake_notify_web: godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/fake_notify.env bash --login -c "cd ${FS_ROOT_PATH}/support/fake_services && bundle exec gov_fake_notify start --port=$PORT --config=${FOREMAN_PATH}/gov_fake_notify.yaml"
9
9
  et1_sidekiq: bash --login -c "cd ${FS_ROOT_PATH} && cd systems/et1 && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et1.env ./run_sidekiq.sh"
10
10
  api_sidekiq: bash --login -c "cd ${FS_ROOT_PATH} && cd systems/api && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et_api.env ./run_sidekiq.sh"
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "7.0.1"
2
+ VERSION = "7.0.2"
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: 7.0.1
4
+ version: 7.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor