et_full_system 0.1.26 → 0.1.27

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: 1d77a522a7bc1b51ee446955ac9fbf42d418e34b1eae27143292a6f1b90e389b
4
- data.tar.gz: 4975b5e30d40bd9bad56d86ba0efa7c2493fafc485bab5ab62b1fdccdfea4eca
3
+ metadata.gz: dcbdb5e2363085073513174454857d3a98969656c794d563606a3473bc8fd50a
4
+ data.tar.gz: 982da81eef02bfebac5a940ec68fc793976c121805030ceb1bde93e2259c7429
5
5
  SHA512:
6
- metadata.gz: 9a6baa648da38902cba2266a68f9984c95f60bf09e6a1f6c0750b9083d19f335268f351b989d5354e00a386ed37084c735b403e1128df7fc4e9d0283ac5e406b
7
- data.tar.gz: 53e8be8976eab4fed793d2fe0437ba0851e5341dd64e93f21dfa4c8ab02585cbc1aabf3b3f35435293f765c8bd685e0478575a4bae23e76272050196e2b8edc7
6
+ metadata.gz: 47e11f8bbcf150a8ba925e6600a994be33c67093b4bc5cb008d0d36ea843cb9a18627e3ee72a9eea276c6814f54967ec2e51b00a912eb97ae3d17400d5237fbe
7
+ data.tar.gz: dc0aa6649e5b9468c07be54ac0a9ae4d05f070e9e533c03a681bd8043a7c0b674a74065a9c8a6493d7c06e91c1ac9330a7aa27535ec729b72d2d7b34ac1418d4
data/Gemfile.lock CHANGED
@@ -14,7 +14,7 @@ GIT
14
14
  PATH
15
15
  remote: .
16
16
  specs:
17
- et_full_system (0.1.26)
17
+ et_full_system (0.1.27)
18
18
  aws-sdk-s3 (~> 1.9)
19
19
  azure-storage (~> 0.15.0.preview)
20
20
  dotenv (~> 2.7, >= 2.7.2)
@@ -30,13 +30,13 @@ GEM
30
30
  minitest (~> 5.1)
31
31
  tzinfo (~> 1.1)
32
32
  aws-eventstream (1.0.3)
33
- aws-partitions (1.155.0)
34
- aws-sdk-core (3.48.6)
33
+ aws-partitions (1.158.0)
34
+ aws-sdk-core (3.49.0)
35
35
  aws-eventstream (~> 1.0, >= 1.0.2)
36
36
  aws-partitions (~> 1.0)
37
37
  aws-sigv4 (~> 1.1)
38
38
  jmespath (~> 1.0)
39
- aws-sdk-kms (1.17.0)
39
+ aws-sdk-kms (1.18.0)
40
40
  aws-sdk-core (~> 3, >= 3.48.2)
41
41
  aws-sigv4 (~> 1.1)
42
42
  aws-sdk-s3 (1.36.1)
@@ -93,7 +93,7 @@ module EtFullSystem
93
93
  puts "Starting Procfile"
94
94
  ::Bundler.with_original_env do
95
95
  concurrency = " -c #{procfile_concurrency_without(options[:without]).join(',')}"
96
- cmd = "AZURITE_STORAGE_PATH=\"#{options[:azurite_storage_path]}\" MINIO_STORAGE_PATH=\"#{options[:minio_storage_path]}\" FS_ROOT_PATH=#{PROJECT_PATH} FOREMAN_PATH=#{GEM_PATH}/foreman forego start -f \"#{GEM_PATH}/foreman/Procfile\" -e \"#{GEM_PATH}/foreman/.env\"#{concurrency}"
96
+ cmd = "AZURITE_STORAGE_PATH=\"#{options[:azurite_storage_path]}\" MINIO_STORAGE_PATH=\"#{options[:minio_storage_path]}\" FS_ROOT_PATH=#{PROJECT_PATH} FOREMAN_PATH=#{GEM_PATH}/foreman forego start -f \"#{GEM_PATH}/foreman/Procfile\" -e \"#{GEM_PATH}/foreman/.env\" -r#{concurrency}"
97
97
  STDERR.puts cmd
98
98
  exec(cmd)
99
99
  end
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "0.1.26"
2
+ VERSION = "0.1.27"
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.26
4
+ version: 0.1.27
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-04-30 00:00:00.000000000 Z
11
+ date: 2019-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor