capistrano-ext-projectdx 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ Capistrano::Configuration.instance.load do
22
22
  def valid_commit?(commit)
23
23
  return false if commit.nil?
24
24
  if branch_stages.include? stage.to_s
25
- return false unless commit_in_remote_branch?(commit,stage)
25
+ return false unless commit_in_remote_branch?(commit,fetch(:deploy_branch, stage.to_s))
26
26
  end
27
27
  return true
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-ext-projectdx
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Darrell Fuhriman
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-16 00:00:00 -07:00
18
+ date: 2010-06-30 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21