et_full_system 0.1.64 → 0.1.65

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: 45e1911af2e123387b62793d5853d0839dc828ae9e1531c0159d61af40f9f05b
4
- data.tar.gz: 7bf4f6f12fb37abc444f94e5d40c78eb7ecc4cda625023eb694a15a79dfc6c9e
3
+ metadata.gz: 2f10b39b56cbdb38eb4eb11c87593435eb50071cfa1458c4317419b4812eddfd
4
+ data.tar.gz: 301071ea81318161cf5267f75cdd14b8792d90cca6df5e0aa642bfeae64e1707
5
5
  SHA512:
6
- metadata.gz: d607858ce9af301e5504d7fe4f1e7ecf108914cba7a5df79cb57d8cfe6ab39179081e82e02086ea419627f1360994d54e4ac0a14806de320aec603fb7c56f2d9
7
- data.tar.gz: 9ac60bdb72a745e713ea6df7e65e0b31ac55851c1b24c018d8ee2c7702c9759bb9ef88e0d7d96f6e1c5f327ed0fb60e38de237013572341ae9683c506b4e1444
6
+ metadata.gz: 9f40abc91abaf2a40bfe2424fdf316eb692becfdd5c33c7bd79aaf098a38bd1ec7de8f805c4d4afa2836d324edb919b74be4ebf29ebba9717d7e76be1dcf6fb4
7
+ data.tar.gz: 71dbc5e773ed838f285b997f2403794cef254a0d123129b8ce6a477286dfccbc5e6c006b56ad39854b72b51284531b58a6cf39b06ec078107546590794f50b28
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (0.1.64)
4
+ et_full_system (0.1.65)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -23,7 +23,7 @@ GEM
23
23
  addressable (2.6.0)
24
24
  public_suffix (>= 2.0.2, < 4.0)
25
25
  aws-eventstream (1.0.3)
26
- aws-partitions (1.194.0)
26
+ aws-partitions (1.195.0)
27
27
  aws-sdk-core (3.61.2)
28
28
  aws-eventstream (~> 1.0, >= 1.0.2)
29
29
  aws-partitions (~> 1.0)
data/docker/Dockerfile CHANGED
@@ -55,7 +55,7 @@ RUN bash -lc "wget https://github.com/containous/traefik/releases/download/v1.7.
55
55
  RUN bash -lc "cd /usr/local/bin && wget https://dl.minio.io/server/minio/release/linux-amd64/minio && chmod +x minio"
56
56
 
57
57
  # Install azurite
58
- RUN bash -lc "npm install -g azurite"
58
+ RUN bash -lc "npm install -g azurite@2.7.0"
59
59
 
60
60
  # Install Mailhog
61
61
  RUN bash -lc "cd /usr/local/bin && wget https://github.com/mailhog/MailHog/releases/download/v1.0.0/MailHog_linux_amd64 -O mailhog && chmod +x mailhog"
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "0.1.64"
2
+ VERSION = "0.1.65"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: et_full_system
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.64
4
+ version: 0.1.65
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-30 00:00:00.000000000 Z
11
+ date: 2019-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor