scli 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/formatters.rb +5 -1
  2. data/scli.gemspec +1 -1
  3. metadata +1 -1
data/lib/formatters.rb CHANGED
@@ -18,7 +18,11 @@ module Scli
18
18
  when "Requesting", "Provisioning", "New"
19
19
  state.yellow
20
20
  else
21
- state.red
21
+ if state.nil?
22
+ "Nil".red
23
+ else
24
+ state.red
25
+ end
22
26
  end
23
27
  end
24
28
 
data/scli.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'scli'
3
- s.version = '0.0.4'
3
+ s.version = '0.0.5'
4
4
  s.date = '2012-06-30'
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ['Josh Pasqualetto']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: