codebase 4.0.3 → 4.0.4
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 +1 -1
- metadata +4 -4
data/lib/codebase.rb
CHANGED
data/lib/codebase/recipes.rb
CHANGED
@@ -22,7 +22,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
22
22
|
username = `git config codebase.username`.chomp.strip
|
23
23
|
api_key = `git config codebase.apikey`.chomp.strip
|
24
24
|
|
25
|
-
if username == '' ||
|
25
|
+
if username == '' || api_key == ''
|
26
26
|
puts " * Codebase is not configured on your computer. Run 'codebase setup' to auto configure it."
|
27
27
|
puts " * Deployments will not be tracked."
|
28
28
|
next
|
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: 55
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 4
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 4.0.
|
9
|
+
- 4
|
10
|
+
version: 4.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Adam Cooke
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-09-
|
18
|
+
date: 2010-09-14 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|