civo 0.1.6 → 0.1.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.
- checksums.yaml +4 -4
- data/bin/civo +0 -1
- data/lib/civo/cli/commands/sizes.rb +1 -1
- data/lib/civo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 625ccfb9c6aed27ec16d6abaa6b57088c74f59ef
|
|
4
|
+
data.tar.gz: 5d4dae83f9ad15e9181ba1193dc01462fda73fe9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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, {
|
|
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
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.
|
|
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-
|
|
11
|
+
date: 2015-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: flexirest
|