civo_cli 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: 8819a307c3a3c33baaaf05fac0530e93965a4cf78575cfa3adaa0713a26586f6
4
- data.tar.gz: 2d5be57eb29a3d1fedfc1450485f09d7dd20dfc61a7358bb4c46830d6becaee9
3
+ metadata.gz: '085b0fdf6dace975f491ffd959fe2f83aaf08a1d501578bbc7418f52ad41cb3f'
4
+ data.tar.gz: 90a78106889a7c40a24265be90a407e880f453bbe918654ff48f3fa1b3ad7b25
5
5
  SHA512:
6
- metadata.gz: 4ac35f3f40d3a524a581ee1439b1c2b8265a4c2a0f3fedec9eb01a2bf626a3488dfe50667b4c97b436f2e859f19f1dfe30a9a44f12fc018e4f43795e60656a74
7
- data.tar.gz: 1513d0d52f85712125aaa292759f2462f3eb24b38f57eb81a9d7a3a86da86f0a6c0431dbff153da7adf4ce073c8a9da9c85e0dfc8f05026f4d698ac4742f3d4c
6
+ metadata.gz: 5afb2c31af94ee036dc504296187a4c96a153cc400ef00899a80a847bbe936a10b50ed3565f7c5adedfbdfa9cbf0e9d79484d3e365e546c4c6948da173a37fca
7
+ data.tar.gz: d86a9d5f898045597f88ebb58008e2dea7b73e0126ec36a5191482a6ce11b6ea499a5f860cc1aae73024b73be02f954110ecdd7feb8fcfb051c6a681f1a53385
data/CHANGELOG.md CHANGED
@@ -3,12 +3,16 @@ All notable changes to the Civo CLI will be documented in this file.
3
3
 
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
- ## [0.12.0] - 2017-06-20
7
- ### Rewrote
8
- - Written new version in Ruby for ease of maintenance that replaces the old [Go-based CLI](https://github.com/absolutedevops/civo)
6
+ ## [0.2.1] - 2019-06-19
7
+ ### Added
8
+ - Kai Hoffman as author
9
9
 
10
10
  ## [0.2.0] - 2019-06-19
11
11
  ### API endpoints implemented
12
12
  - Implemented APIkey, Blueprint, Domain, Domainrecord, Firewall, Instance, Network, Quota, Region, Size, Snapshot, SSHKey, Template and Volume endpoints
13
13
 
14
+ ## [0.12.0] - 2017-06-20
15
+ ### Rewrote
16
+ - Written new version in Ruby for ease of maintenance that replaces the old [Go-based CLI](https://github.com/absolutedevops/civo)
17
+
14
18
  [1.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...v1.0.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- civo_cli (0.2.0)
4
+ civo_cli (0.2.1)
5
5
  civo (>= 1.1.14)
6
6
  colorize
7
7
  json
data/civo_cli.gemspec CHANGED
@@ -6,8 +6,8 @@ require "civo_cli/version"
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "civo_cli"
8
8
  spec.version = CivoCLI::VERSION
9
- spec.authors = ["Andy Jeffries", "Absolute Devops Ltd"]
10
- spec.email = ["andy@absolutedevops.io", "hello@civo.com"]
9
+ spec.authors = ["Andy Jeffries", "Kai Hoffman", "Civo Ltd"]
10
+ spec.email = ["andy@civo.com", "kai@civo.com", "hello@civo.com"]
11
11
 
12
12
  spec.summary = %q{CLI for interacting with Civo.com}
13
13
  spec.description = %q{The official command line client for interacting with Civo's API}
@@ -1,3 +1,3 @@
1
1
  module CivoCLI
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,11 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: civo_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Jeffries
8
- - Absolute Devops Ltd
8
+ - Kai Hoffman
9
+ - Civo Ltd
9
10
  autorequire:
10
11
  bindir: exe
11
12
  cert_chain: []
@@ -181,7 +182,8 @@ dependencies:
181
182
  version: '0'
182
183
  description: The official command line client for interacting with Civo's API
183
184
  email:
184
- - andy@absolutedevops.io
185
+ - andy@civo.com
186
+ - kai@civo.com
185
187
  - hello@civo.com
186
188
  executables:
187
189
  - civo