brightbox-cli 0.17.0 → 0.17.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -105,6 +105,7 @@ module Brightbox
105
105
  end
106
106
 
107
107
  def alias
108
+ return nil if config[client_name].nil?
108
109
  config[client_name]['alias']
109
110
  end
110
111
 
@@ -1,3 +1,3 @@
1
1
  module Brightbox
2
- VERSION = "0.17.0" unless defined?(Brightbox::VERSION)
2
+ VERSION = "0.17.1" unless defined?(Brightbox::VERSION)
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox-cli
3
3
  version: !ruby/object:Gem::Version
4
- hash: 91
4
+ hash: 89
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 17
9
- - 0
10
- version: 0.17.0
9
+ - 1
10
+ version: 0.17.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Leach
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-02-02 00:00:00 +00:00
18
+ date: 2012-02-03 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency