orchestration 0.4.17 → 0.4.18

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: a91b51286907a3f83d8f26c2f624af7ff8693df631e192d5277c47448c0221be
4
- data.tar.gz: a28bd46e9cc53ad6e9205244d9619de37bd20323a2f8123744e00b50c85271dc
3
+ metadata.gz: '08fca47f0273e73914f4c193051888311774c6528c050dceee40e4d8353c6e61'
4
+ data.tar.gz: 60cd871dcf3db083486ec995975fc2a11b0429690e52bb42271576a4b6fd9795
5
5
  SHA512:
6
- metadata.gz: eaf2803526480a45a24c606666579d18e12acf654bf00066c2dcb2bc477c32c6398d8d306935a45279999202ebc949c2546b3ad010e4f8c8214603a791e2a2a2
7
- data.tar.gz: 0d47869a2a00259d33001358eccb717e2c407b1c29e3da65dce51f029669c2078de72d811a5cf6401e5bf6a71ca44a2040fd9735e749d3c5eb543c77c27c187d
6
+ metadata.gz: e5146caceb7ad9e3a267864bf9b1e642902ad75ca2d1bacd4c2cc8f3ae961095079b41a34fc8d2e8fe492c701d59e0a91441e031be4d36fa421c0aa9c8a3380b
7
+ data.tar.gz: bab2849a365ee3c43596d158164e2adc0ba7d9c6ec7e1933a9be43d13e05882cbafab5f8f0e44f4219ed5620f2502866bd3a92788066a695325d0241cba6d7ce
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.17'
38
+ gem 'orchestration', '~> 0.4.18'
39
39
  ```
40
40
 
41
41
  Install:
@@ -202,7 +202,7 @@ endif
202
202
 
203
203
  .PHONY: dump
204
204
  dump:
205
- ifndef verbose
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
- endif
226
+ endif
227
227
 
228
228
  .PHONY: image
229
229
  image:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Orchestration
4
- VERSION = '0.4.17'
4
+ VERSION = '0.4.18'
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.17
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-22 00:00:00.000000000 Z
11
+ date: 2019-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: database_url