orchestration 0.5.10 → 0.5.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 150c7f4fbfb486398d0b26e7362b1d913463525d2e3b5d2fd5d3778fa728cc64
4
- data.tar.gz: 4c91a0705f955b13aed805b8fa6ce2e4a78177ad81a98177e7ab4a970233a1ff
3
+ metadata.gz: de47b72daeab700a9646fa1c930e747bf7b5f03c630fe63d7ee3fee7aa95d8e3
4
+ data.tar.gz: 5a92f1d0826e717fff61ad1b5bf386801907cdf7cf4874a444c5051553f24795
5
5
  SHA512:
6
- metadata.gz: 52541a298cbfbbd1f4361370543c428c60fc411e9000a4223dbb865aa02d13931fcf3bce2a3d2b2017b7ffaf12493e6a95b4c333b7352e0476edcd3929d02c93
7
- data.tar.gz: 7a617a4b2c7eca3a8b830bb96597934252361be208e1bd545fe4f79067759c709582a59486067c3e7498ac779fa8e6f8c7107725410fabfe80e5d569c42a6ac3
6
+ metadata.gz: aba93e5eb3921c239d1a350e007df868b49ae0c038e25dff0db2d188574f55309871b4cf155b6102c135b65ce0e1d39cacffd3837abbca5736150f96a341015f
7
+ data.tar.gz: d99a48140ecd9b170b868083dc3023437a4ca212b5ad8f14512f5b2959025988350083b4fd1d6dd96b437a6a360ebc2311cf809b884146db9cc6998d6383afb7
data/README.md CHANGED
@@ -27,7 +27,7 @@ The below screenshot demonstrates _Orchestration_ being installed in a brand new
27
27
  Add _Orchestration_ to your Gemfile:
28
28
 
29
29
  ```ruby
30
- gem 'orchestration', '~> 0.5.10'
30
+ gem 'orchestration', '~> 0.5.11'
31
31
  ```
32
32
 
33
33
  Install:
@@ -144,7 +144,7 @@ start-<%= service %>:
144
144
  <% end %>
145
145
 
146
146
  .PHONY: stop
147
- stop: network := ${compose_project_name}_default
147
+ stop: network := ${compose_project_name}
148
148
  stop:
149
149
  @$(call print,'${yellow}Stopping ${cyan}${env}${yellow} containers${reset} ...')
150
150
  @if docker ps --format "{{.ID}}" | grep -q $(shell hostname) ; \
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Orchestration
4
- VERSION = '0.5.10'
4
+ VERSION = '0.5.11'
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.5.10
4
+ version: 0.5.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-21 00:00:00.000000000 Z
11
+ date: 2021-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: database_url