alpha_omega 0.0.137 → 0.0.138

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.0.137
1
+ 0.0.138
@@ -11,7 +11,7 @@ module Capistrano
11
11
 
12
12
  # Returns the SCM's checkout command for the revision to deploy.
13
13
  def commands
14
- @commands ||= source.checkout(revision, configuration[:release_path])
14
+ @commands ||= source.checkout(revision, configuration[:current_release_path])
15
15
  end
16
16
  end
17
17
 
@@ -35,7 +35,7 @@ module Capistrano
35
35
  # Returns the command which will write the identifier of the
36
36
  # revision being deployed to the REVISION file on each host.
37
37
  def mark
38
- "echo #{revision} > #{configuration[:release_path]}/REVISION"
38
+ "echo #{revision} > #{configuration[:current_release_path]}/REVISION"
39
39
  end
40
40
  end
41
41
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha_omega
3
3
  version: !ruby/object:Gem::Version
4
- hash: 269
4
+ hash: 267
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 137
10
- version: 0.0.137
9
+ - 138
10
+ version: 0.0.138
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem