orchestration 0.4.17 → 0.4.18
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 -2
- 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: '08fca47f0273e73914f4c193051888311774c6528c050dceee40e4d8353c6e61'
|
|
4
|
+
data.tar.gz: 60cd871dcf3db083486ec995975fc2a11b0429690e52bb42271576a4b6fd9795
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5146caceb7ad9e3a267864bf9b1e642902ad75ca2d1bacd4c2cc8f3ae961095079b41a34fc8d2e8fe492c701d59e0a91441e031be4d36fa421c0aa9c8a3380b
|
|
7
|
+
data.tar.gz: bab2849a365ee3c43596d158164e2adc0ba7d9c6ec7e1933a9be43d13e05882cbafab5f8f0e44f4219ed5620f2502866bd3a92788066a695325d0241cba6d7ce
|
data/README.md
CHANGED
|
@@ -202,7 +202,7 @@ endif
|
|
|
202
202
|
|
|
203
203
|
.PHONY: dump
|
|
204
204
|
dump:
|
|
205
|
-
|
|
205
|
+
ifndef verbose
|
|
206
206
|
@$(call println)
|
|
207
207
|
@$(call println,'${yellow}Captured${reset} ${green}stdout${reset} ${yellow}and${reset} ${red}stderr${reset} ${yellow}log data${reset}:')
|
|
208
208
|
@$(call println)
|
|
@@ -223,7 +223,7 @@ dump:
|
|
|
223
223
|
echo ; cat '${stderr}' ; echo ; \
|
|
224
224
|
$(call hr,${red}) ; \
|
|
225
225
|
)
|
|
226
|
-
|
|
226
|
+
endif
|
|
227
227
|
|
|
228
228
|
.PHONY: image
|
|
229
229
|
image:
|
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.18
|
|
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-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: database_url
|