civo 0.1.9 → 0.2.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/civo +1 -1
  3. data/lib/civo/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9a6634d24bda2a5d8b56b1071558e6fd378d3b1
4
- data.tar.gz: 9641d3cea1f8e69cc2806d3003597dad0d1758d0
3
+ metadata.gz: 2d9c583d06946e50c81af192dec56fdf04c565db
4
+ data.tar.gz: e47fa1d17d5671a2b199a179077e61f9f98f9aff
5
5
  SHA512:
6
- metadata.gz: fda150096d6a5edc8c9265e376a3acafc45e5fc6841614698fe8fa4f9f75eb641aa359fff8c329608112d7cd78a619d6ede5b3673da11413f03efefda5b87e32
7
- data.tar.gz: 32f5d6cfefdb0044044c3c44de10d4f639daa58952fcf7232ceaf32e610fcf657f32eabb1bffc0a8946b31b06db080ece7ad2a9a9e66a2e7ed505cec188d2e25
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
@@ -1,3 +1,3 @@
1
1
  module Civo
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.0"
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.9
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-30 00:00:00.000000000 Z
11
+ date: 2015-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: flexirest