civo 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88fb842b620664375d47a297a498bffc90d906ba
4
- data.tar.gz: 75269b25b36f9bb7c4aafe806ec3f79598853e18
3
+ metadata.gz: 625ccfb9c6aed27ec16d6abaa6b57088c74f59ef
4
+ data.tar.gz: 5d4dae83f9ad15e9181ba1193dc01462fda73fe9
5
5
  SHA512:
6
- metadata.gz: 3b7927c1ed8cbdf0ec0c605310bd3f240a63b0c89463840ae994461fe9b8b13b1a3f1178a96f9beb7d698a04266ed5f66fcc672221dbedd11b9a12a4c2010740
7
- data.tar.gz: 650c51ba8cb87e2e9d20de8e4681898122c8df560df08d1b3756ebd340457ba4ee36bb141644541359827a765fefb4fb04af3926cfb3141b30bf6f0e08274741
6
+ metadata.gz: 14dcee7534a417f958591b0afb38f9edb3ee1aae5d0a361637c192c8f1e3a52a77909a26b27e4eb6e4860510b71497bc488a7c0a1b8bf91d2b52911dbda42d99
7
+ data.tar.gz: 406005bb001351c4fb92432e96821748d2b91e37754085dc7f3807807798e1081f858115c8e9b4d8a55c886ec05cf0e8a4a8e7ea929f2e5d54b15061c3efb580
data/bin/civo CHANGED
@@ -22,4 +22,3 @@ require_relative "#{ENGINE_ROOT}/lib/civo/cli/commands/sizes.rb"
22
22
  require_relative "#{ENGINE_ROOT}/lib/civo/cli/commands/regions.rb"
23
23
  require_relative "#{ENGINE_ROOT}/lib/civo/cli/commands/templates.rb"
24
24
  require_relative "#{ENGINE_ROOT}/lib/civo/cli/commands/instances.rb"
25
- require_relative "#{ENGINE_ROOT}/lib/civo/cli/commands/version.rb"
@@ -3,7 +3,7 @@ command "sizes" do |c|
3
3
  c.action do |args, options|
4
4
  begin
5
5
  sizes = Civo::Size.all
6
- Civo::Client.tabulate_flexirest sizes, {Name: "Size", Description: "Description"}
6
+ Civo::Client.tabulate_flexirest sizes, {name: "Size", description: "Description"}
7
7
  rescue Flexirest::HTTPUnauthorisedClientException, Flexirest::HTTPForbiddenClientException
8
8
  puts "Access denied to your default token, ensure it's set correctly with 'civo tokens'"
9
9
  end
data/lib/civo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Civo
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: civo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Jeffries
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-24 00:00:00.000000000 Z
11
+ date: 2015-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: flexirest