codebase 4.0.10 → 4.0.11
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/codebase.rb +1 -1
- data/lib/codebase/recipes.rb +3 -3
- metadata +3 -3
data/lib/codebase.rb
CHANGED
data/lib/codebase/recipes.rb
CHANGED
@@ -96,9 +96,9 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
96
96
|
project = m[3]
|
97
97
|
repository = m[4]
|
98
98
|
|
99
|
-
|
100
|
-
|
101
|
-
|
99
|
+
unless respond_to?(:branch)
|
100
|
+
set :branch, 'HEAD'
|
101
|
+
end
|
102
102
|
|
103
103
|
|
104
104
|
puts " * \e[44;33mAdding Deployment to your CodebaseHQ account\e[0m"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: codebase
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 41
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 4
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 4.0.
|
9
|
+
- 11
|
10
|
+
version: 4.0.11
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Adam Cooke
|