terraspace 2.2.18 → 2.2.20

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: 1f83fd95749307479542afb2f0dba2b15a298d57ee3114c769cceca7015d6036
4
- data.tar.gz: 69877057d0f1eea7a6df17d457ea94928dd0491e0a6d07184b3a430c9ce13cc6
3
+ metadata.gz: a6b466364349a7994317a4fe2d85cbbffb001b75928d2e977a9c513e1bf72fdf
4
+ data.tar.gz: 81e9d30239e51fe60e3c8ef508653435b6121f47ae27636b1d81129034ed5274
5
5
  SHA512:
6
- metadata.gz: b715f342f28a2783a16b2dcd72b15c83e4d90327ec1f893db8de2fbcfabc7baa8656b2a6da054d49a995527ad505e03e9116269aaf89f62a4bf62055d51be6a4
7
- data.tar.gz: 35bdaa1626bb52beaba8b3924385eb264b84d561dcdd47fdd9ec917d81bd3aba3eb24c5d2db94387c3852996c5038b9042bc4164355c496758d5dd0607cabecf
6
+ metadata.gz: 81764cd7c8dfa299b43c79d7589df2ca57230727c052a6b9368c1449cb179bfd4d07884ed719cc9172c97093f797d9bf4ec55aafa386c0f024074b8337d50af7
7
+ data.tar.gz: db5456265715f6ccaebe2ca72c6997eced32c355f1f2ae20dee90b4b501ed2175be7fc7ba6d6db966a810f9885e042201b82647f14640619b8db4a4aa24797d5
data/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
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.2.20] - 2025-10-13
7
+ - [#354](https://github.com/boltops-tools/terraspace/pull/354) Revert feat: add support for exit code in terraspace validate command
8
+
9
+ ## [2.2.19] - 2025-10-13
10
+ - [#354](https://github.com/boltops-tools/terraspace/pull/354) feat: add support for exit code in terraspace validate command
11
+ - [#370](https://github.com/boltops-tools/terraspace/pull/370) Fix 'new project' command for Ruby 3.4.x versions
12
+
6
13
  ## [2.2.18] - 2025-07-21
7
14
  - [#351](https://github.com/boltops-tools/terraspace/pull/351) Fix dead links in README.me
8
15
  - [#365](https://github.com/boltops-tools/terraspace/pull/365) RFC: Support `json` format with `graph` command
@@ -125,7 +125,7 @@ module Terraspace
125
125
  end
126
126
 
127
127
  def subcommand?
128
- !!caller.detect { |l| l.include?('in subcommand') }
128
+ !!caller.detect { |l| l.match?('in .*subcommand') }
129
129
  end
130
130
 
131
131
  # Override command_help to include the description at the top of the
@@ -1,3 +1,3 @@
1
1
  module Terraspace
2
- VERSION = "2.2.18"
2
+ VERSION = "2.2.20"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terraspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.18
4
+ version: 2.2.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen