civo 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/civo +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: 2d9c583d06946e50c81af192dec56fdf04c565db
|
4
|
+
data.tar.gz: e47fa1d17d5671a2b199a179077e61f9f98f9aff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55e841cc38059628e20b27d9cffbe37c900bad1722ae331dca1d9764aea2432e1d674c87393755071021a12e04c080b11535f6f4a64369c7943fa96822493f79
|
7
|
+
data.tar.gz: 581dd4158019bc89e8efe40ceedad52afe8704a3524ded6af806a4b77f46cc2891290f6f690891ab525976181aede3de1b99ffeb8847a475c25cdeb70d2e6272
|
data/bin/civo
CHANGED
@@ -10,11 +10,11 @@ require 'commander/import'
|
|
10
10
|
require 'toml'
|
11
11
|
require 'flexirest'
|
12
12
|
require_relative "#{ENGINE_ROOT}/lib/civo.rb"
|
13
|
+
require_relative "#{ENGINE_ROOT}/lib/civo/version.rb"
|
13
14
|
|
14
15
|
program :version, Civo::VERSION
|
15
16
|
program :description, 'Civo CLI and API client library'
|
16
17
|
|
17
|
-
require_relative "#{ENGINE_ROOT}/lib/civo/cli/commands/tokens.rb"
|
18
18
|
require_relative "#{ENGINE_ROOT}/lib/civo/cli/commands/accounts.rb"
|
19
19
|
require_relative "#{ENGINE_ROOT}/lib/civo/cli/commands/sshkeys.rb"
|
20
20
|
require_relative "#{ENGINE_ROOT}/lib/civo/cli/commands/quota.rb"
|
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.
|
4
|
+
version: 0.2.0
|
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
|
+
date: 2015-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: flexirest
|