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 +4 -4
- data/CHANGELOG.md +7 -3
- data/Gemfile.lock +1 -1
- data/civo_cli.gemspec +2 -2
- data/lib/civo_cli/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '085b0fdf6dace975f491ffd959fe2f83aaf08a1d501578bbc7418f52ad41cb3f'
|
4
|
+
data.tar.gz: 90a78106889a7c40a24265be90a407e880f453bbe918654ff48f3fa1b3ad7b25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
7
|
-
###
|
8
|
-
-
|
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
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", "
|
10
|
-
spec.email = ["andy@
|
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}
|
data/lib/civo_cli/version.rb
CHANGED
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.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Jeffries
|
8
|
-
-
|
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@
|
185
|
+
- andy@civo.com
|
186
|
+
- kai@civo.com
|
185
187
|
- hello@civo.com
|
186
188
|
executables:
|
187
189
|
- civo
|