orchestration 0.4.19 → 0.4.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04c4bf8c7efdcf0b21359de761d23fef858c08bb856f11c84d28aff11901a08c
4
- data.tar.gz: 63288ca1f09bb6527f683c67157b44b446d6ed7d0a0c04a84519c70ca05b5bd7
3
+ metadata.gz: fc36f50df9f55e1edf2cefa9bde6fb76bc9a9682cf4f4692f9bcd822a49abe60
4
+ data.tar.gz: 155fa0c6af9f37ca0c5c7e259b641ec023a3f5eb58d4cf42f217e7dc2a181b3b
5
5
  SHA512:
6
- metadata.gz: a338efc12f119888a068f675f465293fe2b1a1e1cc8e22d7cc78ce22f44d824ed09c989f0790ae59effdcd2eee59203e122c9577b34ab329fca44e98b87dca00
7
- data.tar.gz: 302f228e2b1c44ba70453f744e3721b7efa2a61d982d7704274790bbeb38c8a16fa65d8205ec2e0d68b768dee434b1c80e58f24d157eda2c675e32ac10d79b31
6
+ metadata.gz: d851ca72e1521f2042a79ebae4486de7cb8bbafff38a5f33be243efe2a9a152e69cfbf0c0ce5fb4178fcc562e3c2a025ff2b3ef6d732d27fc21011d65ed23b7b
7
+ data.tar.gz: 784ec5045ad62e360258f93c7ae8b4a9adb9277a63a4b6f0c9126bf8a08869e551a459318f44de50c3a5459d689e96516f6093d2ad867667ac3cc498bc938644
data/README.md CHANGED
@@ -35,7 +35,7 @@ The below screenshot demonstrates _Orchestration_ being installed in a brand new
35
35
  Add _Orchestration_ to your Gemfile:
36
36
 
37
37
  ```ruby
38
- gem 'orchestration', '~> 0.4.19'
38
+ gem 'orchestration', '~> 0.4.20'
39
39
  ```
40
40
 
41
41
  Install:
@@ -27,9 +27,7 @@ endif
27
27
 
28
28
  DOCKER_TAG ?= latest
29
29
 
30
- ifneq (,$(wildcard ./bin/rake))
31
- rake=RACK_ENV=${env} RAILS_ENV=${env} bin/rake
32
- else ifneq (,$(wildcard ./Gemfile))
30
+ ifneq (,$(wildcard ./Gemfile))
33
31
  rake=RACK_ENV=${env} RAILS_ENV=${env} bundle exec rake
34
32
  else
35
33
  rake=RACK_ENV=${env} RAILS_ENV=${env} rake
@@ -49,7 +47,7 @@ else
49
47
  project_base := $(project_name)
50
48
  endif
51
49
 
52
- ifneq (,$(findstring deploy,$(MAKECMDGOALS)))
50
+ ifeq (,$(findstring deploy,$(MAKECMDGOALS)))
53
51
  sidecar_suffix := $(shell test -f ${orchestration_dir}/.sidecar && cat ${orchestration_dir}/.sidecar)
54
52
  ifneq (,${sidecar_suffix})
55
53
  sidecar := 1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Orchestration
4
- VERSION = '0.4.19'
4
+ VERSION = '0.4.20'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orchestration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.19
4
+ version: 0.4.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-06 00:00:00.000000000 Z
11
+ date: 2020-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: database_url