et_full_system 0.1.73 → 0.1.74
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/lib/et_full_system/cli/local.rb +2 -1
- data/lib/et_full_system/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e55a2393ba622fa0dd89707db450419bd334a49b7b81cc01f0446c3d427fecd1
|
4
|
+
data.tar.gz: 5cccb2378398601b00632f97193ac7492e2fb676672cd8a7b10d9712634c1848
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ab03058ab58aa268a172cd53d1a77b93322a760956afae822d2e8da2cc674ef39c3a243b405787452d877f427da776fcb79ca51872500329540354ed04de38e
|
7
|
+
data.tar.gz: 347d90744d017b9508709bc61f4dcddef2b8d3b5f2c2959e27c4f2923ab2af53e428281b172d5eb15ae8772de502c299c6344186f0222ef07aa24d684afb9618
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
et_full_system (0.1.
|
4
|
+
et_full_system (0.1.74)
|
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.7.0)
|
24
24
|
public_suffix (>= 2.0.2, < 5.0)
|
25
25
|
aws-eventstream (1.0.3)
|
26
|
-
aws-partitions (1.
|
26
|
+
aws-partitions (1.209.0)
|
27
27
|
aws-sdk-core (3.66.0)
|
28
28
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
29
29
|
aws-partitions (~> 1.0)
|
@@ -57,7 +57,7 @@ GEM
|
|
57
57
|
ruby-mcrypt (~> 0.2)
|
58
58
|
sinatra (~> 2.0, >= 2.0.3)
|
59
59
|
sinatra-contrib (~> 2.0)
|
60
|
-
et_fake_ccd (0.1.
|
60
|
+
et_fake_ccd (0.1.27)
|
61
61
|
activemodel (~> 5.2, >= 5.2.3)
|
62
62
|
puma (~> 3.12)
|
63
63
|
roda (~> 3.21)
|
@@ -138,7 +138,8 @@ module EtFullSystem
|
|
138
138
|
'admin' => :et_admin,
|
139
139
|
'api' => :et_api,
|
140
140
|
'et1' => :et1,
|
141
|
-
'et3' => :et3
|
141
|
+
'et3' => :et3,
|
142
|
+
'et_ccd_export' => :et_ccd_export_sidekiq
|
142
143
|
}
|
143
144
|
file = lookup.fetch(service)
|
144
145
|
parsed = Dotenv.parse("#{GEM_PATH}/foreman/.env", "#{GEM_PATH}/foreman/#{file}.env")
|
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.
|
4
|
+
version: 0.1.74
|
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-09-
|
11
|
+
date: 2019-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|