orchestration 0.4.12 → 0.4.13
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/Makefile +5 -0
- data/README.md +1 -1
- data/lib/orchestration/templates/orchestration.mk.erb +3 -1
- 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: 3265e0faa40fac54e9e684952a390165dc06da0c5e3d9afbacbfb720a4e829a9
|
|
4
|
+
data.tar.gz: 0f458afd34c415f79aa4d93d0abbfa8213bff1b2ad4fe2efb8abd1af870e9081
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fda5849834e82a0c28731244aacf2737188316159aca07a430eed870cefb2563633e95529b157f27f730ae20fe060d9cfcc41854a74471e5f05533961b01c42c
|
|
7
|
+
data.tar.gz: 7516092d74f95892d476c22c6f6157ab6ab7352f201ef30c4995a3a3fa114393bdf5989712c83a107516c42d1a16b1c7519581419980d2adc83b8b1865b3918a
|
data/Makefile
CHANGED
data/README.md
CHANGED
|
@@ -51,7 +51,9 @@ ifneq (,${sidecar_suffix})
|
|
|
51
51
|
endif
|
|
52
52
|
|
|
53
53
|
ifdef sidecar
|
|
54
|
-
|
|
54
|
+
# Set the variable to an empty string so that "#{sidecar-1234}" will evaluate
|
|
55
|
+
# to "1234" in port mappings.
|
|
56
|
+
sidecar_compose = sidecar=''
|
|
55
57
|
ifeq (,${sidecar_suffix})
|
|
56
58
|
sidecar_suffix := $(call token)
|
|
57
59
|
_ignore := $(shell echo ${sidecar_suffix} > ${orchestration_dir}/.sidecar)
|
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.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bob Farrell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-12-
|
|
11
|
+
date: 2019-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: database_url
|