rspec-terraspace 0.2.1 → 0.2.2

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: e8e1b5f17a60183d80868b81010f3afa769afa017639895276a4b1afd0ebe9cf
4
- data.tar.gz: 44feb0924a0d0a02e1c8e0c6d25bffcdbcdbea47e2b0ffb4acfc34db8e0200de
3
+ metadata.gz: 2847dfe3fe88a36051080137257fd5069e0108044f107cc9cc5598189437da06
4
+ data.tar.gz: 901dc774d1afbfce327e0a2b61d087d28a5b61427a09978f7e1f5fc6ac52d3ae
5
5
  SHA512:
6
- metadata.gz: e2172c1a7f4c5655094a42fa5ce0d36489677c7b92618dcdda9b97318a2dbb1ad3173f54b0d73373edd08cb55223b1bd078b0edf0fc274bcd8128f37e097ba5b
7
- data.tar.gz: 92597f1143ddcc9e4202b240ca089a2d5357665fcc66e038270f6cad0bdc47fdae85b81942e404772e877af6910f1de4fd857083f04391d4d3c003279777ba7e
6
+ metadata.gz: 9f89b39de5a2ae1dee00d2d59b49ec93485502a982bd5b204e56a3056378f4759120341c5ee542bda8a9e37fa21f85b8ff35636da7d8eaef7731b7021fae9a3a
7
+ data.tar.gz: 9fcca50e2cfc4976bc1279cbde0f1342149cd71469733987e3023418d62815dc975cc57d0b90d6f40165a095eb178c54d53f42afc53514b96275f1f5d703b5d0
@@ -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.2] - 2020-11-17
7
+ - fix outputs helper and templates
8
+
6
9
  ## [0.2.1] - 2020-11-16
7
10
  - [#3](https://github.com/boltops-tools/rspec-terraspace/pull/3) add config terraform provider template for azure test
8
11
 
@@ -39,7 +39,7 @@ module RSpec::Terraspace
39
39
  outputs.dig(name, "value")
40
40
  end
41
41
 
42
- def outputs(mod)
42
+ def outputs
43
43
  JSON.load(IO.read(out_path))
44
44
  end
45
45
 
@@ -1,5 +1,5 @@
1
1
  module Rspec
2
2
  module Terraspace
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
@@ -19,7 +19,7 @@ describe "main" do
19
19
  # Replace with your own test
20
20
  expect(true).to be true
21
21
  # Example
22
- # pp terraspace.outputs("<%= name %>")
22
+ # pp terraspace.outputs
23
23
  # output_value = terraspace.output("<%= name %>", "some-output")
24
24
  # expect(output_value).to include("some-value")
25
25
  end
@@ -23,7 +23,7 @@ describe "main" do
23
23
  # Replace with your own test
24
24
  expect(true).to be true
25
25
  # Example
26
- # pp terraspace.outputs("<%= name %>")
26
+ # pp terraspace.outputs
27
27
  # output_value = terraspace.output("<%= name %>", "some-output")
28
28
  # expect(output_value).to include("some-value")
29
29
  end
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-16 00:00:00.000000000 Z
11
+ date: 2020-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport