miriamtech-gocd 0.4.0 → 0.5.0

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: e720fa3c10cb4b5bf73916fbeacaefa6175e56dbb60681d8fa5e8e9079d77679
4
- data.tar.gz: fbad6afa1904d72416c60913b97767de59215b38dc82b0467bc0d4dc944cb058
3
+ metadata.gz: 7af70e5661f15646ef7e1a0ac50f4c00f34993858532ce46e4262ff3105630a6
4
+ data.tar.gz: 578521f3e2c1447f495ad1e492c20c77513808edbb12330380e442605e6db561
5
5
  SHA512:
6
- metadata.gz: f6ee1a59a81b0458c938ce3a88ec90ac9c701f7370639164474aa343898fe57f9b858a2b575b2d864f280c3ca375c19141d2f4b7ccb9c9cf5303c764427ae447
7
- data.tar.gz: 6b33dd54129028edb50b6e19f1c7247e5287253dc4a512ab788cd7e3ad341dbeaa7c22259ca746e5173cdb34503f4e857a1495852aff703691bd0d7d81a3d018
6
+ metadata.gz: 5004e2f94cce153b400e3cc925063563d3b5aa0d3ea0946adb38016fa4f836b8018aa5dc354b036d76b14d66afe490d62a3226d095f87d5cbd107c7b79401afe
7
+ data.tar.gz: 1da4ae9b2a174746079bce2327d9d6d5f1d92e34dc4343ce931e2c9c42253f8b219772e5753e1b2e468c2da99652773f04302a62d17585636722c1c6b850aa73
@@ -20,18 +20,19 @@ module MiriamTech
20
20
  end
21
21
 
22
22
  CLEAN.add("#{root_path}/test/reports")
23
- task :clean => [:environment]
23
+ task :stop_containers => [:environment]
24
24
  task :destroy_containers => [:environment, :clean, :cleanup_old_images]
25
25
 
26
- # This is here for compatibility
26
+ # These are here for compatibility
27
+ task :clean => :stop_containers
27
28
  task :clobber => :destroy_containers
28
29
 
29
30
  if compose_file.exist?
30
- task :clean do
31
+ task :stop_containers => [:environment] do
31
32
  docker_compose 'stop'
32
33
  end
33
34
 
34
- task :destroy_containers do
35
+ task :destroy_containers => [:stop_containers] do
35
36
  docker_compose 'rm -fv'
36
37
  end
37
38
  end
@@ -1,5 +1,5 @@
1
1
  module MiriamTech
2
2
  module GoCD
3
- VERSION = '0.4.0'.freeze
3
+ VERSION = '0.5.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miriamtech-gocd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Treis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-11-20 00:00:00.000000000 Z
11
+ date: 2022-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake