orchestration 0.4.19 → 0.4.20
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 +4 -4
- data/README.md +1 -1
- data/lib/orchestration/templates/orchestration.mk.erb +2 -4
- data/lib/orchestration/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: fc36f50df9f55e1edf2cefa9bde6fb76bc9a9682cf4f4692f9bcd822a49abe60
|
|
4
|
+
data.tar.gz: 155fa0c6af9f37ca0c5c7e259b641ec023a3f5eb58d4cf42f217e7dc2a181b3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d851ca72e1521f2042a79ebae4486de7cb8bbafff38a5f33be243efe2a9a152e69cfbf0c0ce5fb4178fcc562e3c2a025ff2b3ef6d732d27fc21011d65ed23b7b
|
|
7
|
+
data.tar.gz: 784ec5045ad62e360258f93c7ae8b4a9adb9277a63a4b6f0c9126bf8a08869e551a459318f44de50c3a5459d689e96516f6093d2ad867667ac3cc498bc938644
|
data/README.md
CHANGED
|
@@ -27,9 +27,7 @@ endif
|
|
|
27
27
|
|
|
28
28
|
DOCKER_TAG ?= latest
|
|
29
29
|
|
|
30
|
-
ifneq (,$(wildcard ./
|
|
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
|
-
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2020-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: database_url
|