rspec-terraspace 0.3.2 → 0.3.3
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/rspec/terraspace/version.rb +1 -1
- data/lib/templates/module/test/Gemfile.tt +3 -7
- data/lib/templates/stack/test/Gemfile.tt +3 -7
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb63acbc61724d32457610c29ba7ebe18ede118c30ad6e296260ddd76d9f786d
|
|
4
|
+
data.tar.gz: 4ff1e2b2f8d963cc596b26f277c1dbb9516033ef197f29e7f9a6442fda45b119
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '009e566dcf68e04366d829af3953edca8b14fb60e6c1742ba6712bd3155106aa6311df7f7d8b0b7d2b9ed566e0baea9403158a3d1bb62812ddd79351f28fafae'
|
|
7
|
+
data.tar.gz: 001f5a41717deb4a1f703249885e15a3d079855c085727fc23ec9cec136cb58025b484f7b6dc35ac7cec85a5316b666ecb1ddd317d8366ab5f1212ec1183f76b
|
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 *tries* to adhere to [Semantic Versioning](http://semver.org/).
|
|
5
5
|
|
|
6
|
+
## [0.3.3] - 2023-06-21
|
|
7
|
+
- [#12](https://github.com/boltops-tools/rspec-terraspace/pull/12) Fix compatibility with latest `terraspace`
|
|
8
|
+
|
|
6
9
|
## [0.3.2] - 2022-10-19
|
|
7
10
|
- [#10](https://github.com/boltops-tools/rspec-terraspace/pull/10) Fix for 'detect_type' failing when Dir.pwd returns a path without trailing slash
|
|
8
11
|
- clear logs
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-terraspace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tung Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
140
|
version: '0'
|
|
141
141
|
requirements: []
|
|
142
|
-
rubygems_version: 3.
|
|
142
|
+
rubygems_version: 3.4.10
|
|
143
143
|
signing_key:
|
|
144
144
|
specification_version: 4
|
|
145
145
|
summary: Terraspace RSpec support
|