et_full_system 6.0.0.pre.rc31 → 6.0.0.pre.rc32

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: 7afb413dd37a781fdcf152a60c586b9f9e50c7028345ae3eea559049115ea456
4
- data.tar.gz: be1fafadbfed058a7e7056fd37b06106a09ed7ca1b878097f53eb8b1c97ec225
3
+ metadata.gz: ed6c6dd0f141b35df14e89d2371abe1c5589bbca5d826269c19c53c3b13f007a
4
+ data.tar.gz: ae1da55def91f4c38c6f426be6fd0211a6e33f3848b945794c9408398165ced2
5
5
  SHA512:
6
- metadata.gz: 95a9d3224c2b19fba4f9539cdea1a60280aa8e561a257bf704d7d4aca4518b672949abfb36da3d9f7c6a133b9c79e0a899f5501de10fabd4ff0f01806ac70e05
7
- data.tar.gz: 8a00f7e5ff5af65201b07358fa4282c7dc1ee25d9adaf949f60d0b15e2b462e32b560af83dd61678c5bd908694b875158a76f3a979fd6cb62761ef3d1fb92b50
6
+ metadata.gz: c1129ef7e69fbad5c12500693f2213d30e38b505e1713fe936408221773e54398c98f54263014fbe9ddbd6c1fa4b691cdbd09b9febce4b53e893904d8e2ec3b4
7
+ data.tar.gz: 4b65c9531840e95851caa59d37e335268ad6a4d56859a8bcffcb5b26296cc4b5e4f42324b7c17c28d21000e1be5865c6d032921e7954119e44844b702d4a1ed3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (6.0.0.pre.rc31)
4
+ et_full_system (6.0.0.pre.rc32)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -1,4 +1,4 @@
1
- et1_web: export godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et1.env bash --login -c "cd ${FS_ROOT_PATH} && cd systems/et1 && bundle exec iodine -port $PORT > /home/app/et1.log"
1
+ et1_web: godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et1.env bash --login -c "cd ${FS_ROOT_PATH} && cd systems/et1 && bundle exec iodine -port $PORT > /home/app/et1.log"
2
2
  et3_web: godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et3.env bash --login -c "cd ${FS_ROOT_PATH} && cd systems/et3 && bundle exec iodine -port $PORT"
3
3
  api_web: godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et_api.env bash --login -c "cd ${FS_ROOT_PATH} && cd systems/api && bundle exec iodine -port $PORT"
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"
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "6.0.0.pre.rc31"
2
+ VERSION = "6.0.0.pre.rc32"
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: 6.0.0.pre.rc31
4
+ version: 6.0.0.pre.rc32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor