scli 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ module Scli
11
11
  puts "Could not find server #{instance_id}, please check instance_id and state and retry."
12
12
  else
13
13
  if server.destroy
14
- print_server(server)
14
+ print_servers(server)
15
15
  puts "Is being destroyed...".red
16
16
  else
17
17
  puts "Could not destroy server #{instance_id}, please check instance_id and state and retry."
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.6'
3
+ s.version = '0.0.7'
4
4
  s.date = '2012-11-20'
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.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: