et_full_system 0.1.43 → 0.1.44

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: cbd1ec4d9981c500a509fd0516daf360b54c201b67d5c217ec3d423b721035cb
4
- data.tar.gz: 3d70fa888f1f212b971b3ad327c8d14f3c5c2ac87e10d8a30f7c5300c3e495c4
3
+ metadata.gz: c2deb5da6d880f291fa1d6a327336b050c0e91c7fb6717fd6982d3cb0efc13cc
4
+ data.tar.gz: 3e2dc16d900c49730c186700da33075fe786452d1221b444a2adfc3e176f9dd9
5
5
  SHA512:
6
- metadata.gz: d65a850c2b1606918d41c725d26b35dbf5d4be3a9c6e9dc76ce7c312ccf21f320ab74abc4fc69d7ad8281c075c51590dd208ef1e84d96606203ce5ec7c178e06
7
- data.tar.gz: 38c8122266ab7df93626ee55cb4b8c7dc6a6e5fa2b9f0bc4253e5d5fcedcfa2fbe08ec44f1b3be4f155552967cc20cf04ab0d184053488dff25428fae09754af
6
+ metadata.gz: 409bf65876e7a215834584e21440a23d755b5e3276f4f082525684cb1c2348b09bf6ebd826e27a95b0e3ca7bc5a2ed8371a937c2fccef0e0667fabee9efbe759
7
+ data.tar.gz: efd867bfb26dcf7c544807016f2ccb883ef0d188a4ec107b3b0b9dfc0cd9fad39b8b44ea1c853580251a814377be699d2848518e89fec324e4a5bcdc56e90065
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (0.1.43)
4
+ et_full_system (0.1.44)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
data/README.md CHANGED
@@ -51,6 +51,7 @@ To run without docker, you need a few tools
51
51
  * Mailhog (https://github.com/mailhog/MailHog)
52
52
  * Minio (https://github.com/minio/minio)
53
53
  * Azurite (https://github.com/Azure/Azurite)
54
+ * godotenv (https://github.com/joho/godotenv)
54
55
 
55
56
  I will not include installation instructions here for them - please visit their web sites and install them on your platform.
56
57
  For OSX users check out the homebrew repository - there are formulas for some of these.
@@ -1,2 +1,3 @@
1
1
  WEB_CONCURRENCY=1
2
2
  REDIS_DATABASE=2
3
+ SIDEKIQ_ALIVE_PORT=7435
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "0.1.43"
2
+ VERSION = "0.1.44"
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.43
4
+ version: 0.1.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor