et_full_system 0.1.43 → 0.1.44
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -0
- data/foreman/et_ccd_export.env +1 -0
- data/lib/et_full_system/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2deb5da6d880f291fa1d6a327336b050c0e91c7fb6717fd6982d3cb0efc13cc
|
4
|
+
data.tar.gz: 3e2dc16d900c49730c186700da33075fe786452d1221b444a2adfc3e176f9dd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 409bf65876e7a215834584e21440a23d755b5e3276f4f082525684cb1c2348b09bf6ebd826e27a95b0e3ca7bc5a2ed8371a937c2fccef0e0667fabee9efbe759
|
7
|
+
data.tar.gz: efd867bfb26dcf7c544807016f2ccb883ef0d188a4ec107b3b0b9dfc0cd9fad39b8b44ea1c853580251a814377be699d2848518e89fec324e4a5bcdc56e90065
|
data/Gemfile.lock
CHANGED
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.
|
data/foreman/et_ccd_export.env
CHANGED