codebase 4.0.3 → 4.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ module Codebase
14
14
  class NotConfiguredError < StandardError; end
15
15
  class MustBeInRepositoryError < StandardError; end
16
16
 
17
- VERSION = "4.0.0"
17
+ VERSION = "4.0.4"
18
18
 
19
19
  def run(command, args = [])
20
20
  load_commands
@@ -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 == '' || apikey == ''
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: 57
4
+ hash: 55
5
5
  prerelease: false
6
6
  segments:
7
7
  - 4
8
8
  - 0
9
- - 3
10
- version: 4.0.3
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-07 00:00:00 +01:00
18
+ date: 2010-09-14 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency