rspec-terraspace 0.2.2 → 0.2.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42c4017e3ddd5cd3cfd9cdf4d6e59582ecaadbe6f1cf34df7d2c56c8180a9e8f
|
|
4
|
+
data.tar.gz: f9fba8a8ffa4d70071a04f487fadf519d174dff1665572d6dbf86652048d7eca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8296689a8b23250cd37e2e9823b761a3529063adddffc45d7a76f685769702eafbb4d38d6df1911565c2c6a4a457b297bc8417d1de273afa67382a321df6c7d
|
|
7
|
+
data.tar.gz: 1e835b72584ba6a459555645b5791f8f3f63782c48d01639caf3487c31129da149463ae69f3c3f352bafe27f054c0c5e2795126390e5bbd3dc92f05ee9c89da7
|
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.2.3] - 2021-05-31
|
|
7
|
+
- [#4](https://github.com/boltops-tools/rspec-terraspace/pull/4) fix module test generator
|
|
8
|
+
|
|
6
9
|
## [0.2.2] - 2020-11-17
|
|
7
10
|
- fix outputs helper and templates
|
|
8
11
|
|
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.2.
|
|
4
|
+
version: 0.2.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: 2021-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -106,8 +106,6 @@ files:
|
|
|
106
106
|
- lib/templates/bootstrap/spec/spec_helper.rb
|
|
107
107
|
- lib/templates/module/test/.rspec
|
|
108
108
|
- lib/templates/module/test/Gemfile.tt
|
|
109
|
-
- lib/templates/module/test/spec/fixtures/stack/main.tf.tt
|
|
110
|
-
- lib/templates/module/test/spec/fixtures/stack/outputs.tf
|
|
111
109
|
- lib/templates/module/test/spec/main_spec.rb.tt
|
|
112
110
|
- lib/templates/module/test/spec/spec_helper.rb
|
|
113
111
|
- lib/templates/project/spec/%test_name%_spec.rb.tt
|
|
@@ -138,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
136
|
- !ruby/object:Gem::Version
|
|
139
137
|
version: '0'
|
|
140
138
|
requirements: []
|
|
141
|
-
rubygems_version: 3.
|
|
139
|
+
rubygems_version: 3.2.5
|
|
142
140
|
signing_key:
|
|
143
141
|
specification_version: 4
|
|
144
142
|
summary: Terraspace RSpec support
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# This is where you put your output declarations
|