rspec-terraspace 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b24652382c4bd7642216f608a6c09a125a06b8a8387efc455c86a25799d1ac4
4
- data.tar.gz: ddff030a229f8270e8bd2e9bb84ff9a66df1ee384ab41788ef36c7a547825b90
3
+ metadata.gz: cb63acbc61724d32457610c29ba7ebe18ede118c30ad6e296260ddd76d9f786d
4
+ data.tar.gz: 4ff1e2b2f8d963cc596b26f277c1dbb9516033ef197f29e7f9a6442fda45b119
5
5
  SHA512:
6
- metadata.gz: 8c2625f88ae1869a308011773366450dc2c58c312442367fdc48e883e85684e14f3434d55c661ffcc8c48e84ff34d19df0120469d7c837ffc7bb97ad120dd836
7
- data.tar.gz: '023913866e83e5da03ce8090f82bc84ffd6cc7457eab9e43e65cbdf7e960dd71a86c2168665b960a7ba8589f2b3f079b3f0dc1fe9389bf74d11b90fdc8930e4b'
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
@@ -1,5 +1,5 @@
1
1
  module Rspec
2
2
  module Terraspace
3
- VERSION = "0.3.2"
3
+ VERSION = "0.3.3"
4
4
  end
5
5
  end
@@ -1,9 +1,5 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- <%=
4
- build_gemfile(
5
- "terraspace",
6
- "rspec-terraspace",
7
- plugin_gem_name,
8
- )
9
- %>
3
+ gem "terraspace", "~> <%= terraspace_minor_version %>"
4
+ gem "rspec-terraspace"
5
+ gem "<%= plugin_gem_name %>"
@@ -1,9 +1,5 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- <%=
4
- build_gemfile(
5
- "terraspace",
6
- "rspec-terraspace",
7
- plugin_gem_name,
8
- )
9
- %>
3
+ gem "terraspace", "~> <%= terraspace_minor_version %>"
4
+ gem "rspec-terraspace"
5
+ gem "<%= plugin_gem_name %>"
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.2
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: 2022-10-19 00:00:00.000000000 Z
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.3.21
142
+ rubygems_version: 3.4.10
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: Terraspace RSpec support