et_full_system 1.0.0.pre8 → 1.0.0.pre9

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: 6e50b42fbb19ec8d47241e7486b9082e1b0b8b12092275eac33e3312b59965ef
4
- data.tar.gz: 9424174c6f036aa089bf6b33717718c07894bf07e1d2012bee4a9fd510771a32
3
+ metadata.gz: 986e0c131d745da8ac32cb3bd99ef656212977c4a75d0d414d0b0fcff0196946
4
+ data.tar.gz: 9618f35f536f572c8087d6c56a2d86f9183b3c81510f14a661c00e91aff4cef7
5
5
  SHA512:
6
- metadata.gz: 01ace097f8ae1cd7875fd1ee03464ac2a2ecc25686b07f0852935c05ee341e8469e9872c04ccad11a76c408cf09e3458e499220e2b90069f0c14e07fbb0b9cbb
7
- data.tar.gz: 1707d9e22f2cc2b6573156f15160562eb1dbc4f379bc38d50125f499e4fb4589e42528bea3c22353280eef8acd64cc56cf3b576ffcbbebe8947b463873856456
6
+ metadata.gz: f75421baa8a0326105030b24dc0d8b3d0abd4ad38c2bc1751d8cdbdc1b5912ff77c031b823860efa24bcb15d1556cca207f0b75d6854a8c2703df50ea2c7e7f3
7
+ data.tar.gz: f4d42fdeaac371fb9a346aba71d7f9165d0faa7b6cae48ab39e99eb1bb520223d671c8a2798a01e5929510c0006f51f58154809f289c4c93465a76c6640445d4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (1.0.0.pre8)
4
+ et_full_system (1.0.0.pre9)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
data/foreman/Procfile CHANGED
@@ -1,5 +1,5 @@
1
1
  traefik: bash --login -c "traefik --configfile=${FOREMAN_PATH}/traefik.toml"
2
- et1_web: godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et1.env bash --login -c "export PORT && env && cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url et1 http://localhost:$PORT && cd systems/et1 && ./run.sh"
2
+ et1_web: godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et1.env bash --login -c "export PORT=$PORT && env && cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url et1 http://localhost:$PORT && cd systems/et1 && ./run.sh"
3
3
  et1_sidekiq: bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && cd systems/et1 && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et1.env ./run_sidekiq.sh"
4
4
  et3_web: bash --login -c "export PORT=$(freeport) && cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url et3 http://localhost:$PORT && cd systems/et3 && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et3.env ./run.sh"
5
5
  mail_web: bash --login -c "source ${FOREMAN_PATH}/mailhog.env && mailhog"
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "1.0.0.pre8"
2
+ VERSION = "1.0.0.pre9"
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: 1.0.0.pre8
4
+ version: 1.0.0.pre9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor