codebase4 1.0.14 → 1.0.15
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/codebase/recipes.rb +1 -1
- metadata +2 -2
data/lib/codebase/recipes.rb
CHANGED
@@ -11,7 +11,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
11
11
|
next
|
12
12
|
end
|
13
13
|
|
14
|
-
cmd = ["cb deploy #{previous_revision} #{current_revision}"]
|
14
|
+
cmd = ["cb deploy #{previous_revision or "0000000000000000000000000000000000000000"} #{current_revision}"]
|
15
15
|
|
16
16
|
set :branch, (respond_to?(:branch) ? branch : 'master')
|
17
17
|
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: codebase4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.0.
|
5
|
+
version: 1.0.15
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Adam Cooke
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-11-23 00:00:00 +00:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|