capistrano-fig 0.4.0 → 0.4.1

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "capistrano-fig"
8
- s.version = "0.4.0"
8
+ s.version = "0.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nick Schuch"]
@@ -20,12 +20,12 @@ Capistrano::Configuration.instance(:must_exist).load do
20
20
 
21
21
  desc "Start the Docker containers with Fig."
22
22
  task :up do
23
- run "cd #{current_path} && #{fig_bin} up -d"
23
+ run "cd #{release_path} && #{fig_bin} up -d"
24
24
  end
25
25
 
26
26
  desc "Kill the Docker containers with Fig."
27
27
  task :kill do
28
- run "cd #{current_path} && #{fig_bin} kill"
28
+ run "cd #{previous_release} && #{fig_bin} kill"
29
29
  end
30
30
 
31
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-fig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -55,7 +55,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
55
55
  version: '0'
56
56
  segments:
57
57
  - 0
58
- hash: -496879013327157443
58
+ hash: 379889601605903143
59
59
  required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  none: false
61
61
  requirements: