terraspace 2.1.0 → 2.1.1

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: 98afb84e95b715872759e1e8c1ded1304cf7fd53688ed990ba2875079933a4e7
4
- data.tar.gz: 94716c0e911013aa51d433164ead45535b424a7e7b3847681f9b5ff11aeb2f38
3
+ metadata.gz: 3651e7cf7b8fe679a5266a2bc6bbad9f30d2c98d8636bbf6105ee7d61585d2ed
4
+ data.tar.gz: 8dd9e2fb0801ea3f4e82711460edbf18cc578932443d7ef9c2844fe644e49a09
5
5
  SHA512:
6
- metadata.gz: fd23a9a876b03a71f0ec1689db46f342c166e4ad817d9bc671a3fadc8be493f1f5c31a199133876c6574884271672773d2efcdcc779c5fdb2187edc8ce56e366
7
- data.tar.gz: e6e0ba42d6e2091da24925ca7dabd88bd67ef704b606b3e1642cecb3f6b73d3db76cef2edbd04e6da71d693d550c9f3f12e14244bdb55ddf361eacb53efb29ab
6
+ metadata.gz: da083a64468e8b447e10881762d52e52859ce74c72be6d8f7ca0e8a457da1818f99cd3e615a87b7f43758abcc46297b1eec1c2e1550b1b89c96e47c0ad851b96
7
+ data.tar.gz: 6b51fd61cbdabe1a5e51fac73d3a93fba10143ac040526d8283d48afa90a9c3d26e738e1d50449bfd1a029cce99001a2af0f91edb3f0ca005779f256572eac9c
data/CHANGELOG.md CHANGED
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [2.1.1] - 2022-07-12
7
+ - [#248](https://github.com/boltops-tools/terraspace/pull/248) fix destroy success return
8
+
6
9
  ## [2.1.0] - 2022-07-11
7
10
  - [#247](https://github.com/boltops-tools/terraspace/pull/247) cost estimates and real-time stream logging
8
11
  - Cloud Cost Estimation support
@@ -50,6 +50,7 @@ class Terraspace::CLI
50
50
  end
51
51
 
52
52
  logger.info "Terraspace Cloud #{update['data']['attributes']['url']}" if update
53
+ success
53
54
  end
54
55
 
55
56
  def cloud_update
@@ -1,3 +1,3 @@
1
1
  module Terraspace
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terraspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport