civo_cli 0.4.4 → 0.4.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bdc30cd262b87204460e351e88d9b56596ca8b2421476a3340e20ad1bd91b609
4
- data.tar.gz: d79e8d33363a98f374b196f5a412e963e49f799cc5a52c6ed180028426ee67f2
3
+ metadata.gz: 4ccd3f61d8a3693962d4dd59039aa43c5138745c63be90a6138c07903cc0f50a
4
+ data.tar.gz: 5408ab15762175cb0720a9ac746d049e23e6f03da589ef5c54c70def21a7ed2e
5
5
  SHA512:
6
- metadata.gz: 0a50b909ecf72d40aa94386563001bc6a344776384baf2fdb741ee399c8aebb5efc774266fa056dc0c26adac3e53038c23f84a16174099f4704d8fa13bc6050a
7
- data.tar.gz: 9b32df28cdf06bcea8f76233d4777fa312e72e23c05af61d4156d6b26de9b86b123788c917db423d8fc23b69e00b759c31975857e996487c90337a89b7c0d123
6
+ metadata.gz: bccfa3c0f62c7d404fe883548716dfd36fb012965bd8006c83bff1624ee4fa0229a562d34aaaac343f03cd58b465e77f1dc531028b7ff1c5cb30f1869c2d6b7a
7
+ data.tar.gz: da98e39e9e6f48176d7212bd3faa8850d9a07092133abbad7416f21876db7358237ee28cc1ab4c3176960e3cca21722e7eeb9269460a3aa72bfd8242a3a52113
@@ -3,6 +3,10 @@ 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.4.5] - 2019-09-30
7
+ ### Changed
8
+ - Set default for reboot to be a soft reboot, and made hard-reboot an optional extra command
9
+
6
10
  ## [0.4.4] - 2019-09-30
7
11
  ### Added
8
12
  - Added DNS A record to kubernetes show command
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- civo_cli (0.4.4)
4
+ civo_cli (0.4.5)
5
5
  bundler (~> 1.17)
6
6
  civo (>= 1.2.8)
7
7
  colorize
@@ -35,7 +35,7 @@ GEM
35
35
  faraday (0.16.2)
36
36
  multipart-post (>= 1.2, < 3)
37
37
  ffi (1.11.1)
38
- flexirest (1.8.5)
38
+ flexirest (1.8.6)
39
39
  activesupport
40
40
  crack
41
41
  faraday
@@ -1,3 +1,3 @@
1
1
  module CivoCLI
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: civo_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Jeffries
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2019-09-30 00:00:00.000000000 Z
13
+ date: 2019-10-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
@@ -252,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
252
252
  - !ruby/object:Gem::Version
253
253
  version: '0'
254
254
  requirements: []
255
- rubygems_version: 3.0.6
255
+ rubygems_version: 3.0.3
256
256
  signing_key:
257
257
  specification_version: 4
258
258
  summary: CLI for interacting with Civo.com