terradoc 0.1.3 → 0.1.4
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 +7 -1
- data/VERSION.txt +1 -1
- data/lib/terradoc/version.rb +1 -1
- data/lib/terradoc.rb +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c668a9992a63992cab4d5fde32f12de35e7e23b928c661f07d50c50836660911
|
|
4
|
+
data.tar.gz: 5cdefd3f75f4be030e0c2e705a3d6b11dbeacfdcd17eba1f6a26f20ad8ae2963
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccee360f632a4fd11c305bde0355db05ff46973beebe34cdaff6757032e9fc855fa36973b2f51c841044aea02d6dad53b3506df974866d556fe41b232346b079
|
|
7
|
+
data.tar.gz: 3f05794e964a3937e5a5e34f558eb44117ddabb35181752999b3f13db82fe207b1f745e0f461a669a6e26f1dec623cab468e525eb4687efd3739ffcd08b2ad75
|
data/CHANGELOG.md
CHANGED
|
@@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
|
|
6
6
|
This changelog was automatically generated using [Caretaker](https://github.com/TerraformToolbox/terradoc) by [Wolf Software](https://github.com/WolfSoftware)
|
|
7
7
|
|
|
8
|
+
### [v0.1.4](https://github.com/TerraformToolbox/terradoc/compare/v0.1.3...v0.1.4)
|
|
9
|
+
|
|
10
|
+
> Released on March, 18th 2020
|
|
11
|
+
|
|
12
|
+
- Remember to remove the debugging output [`[498e435]`](https://github.com/TerraformToolbox/terradoc/commit/498e435a526888867657af27467932bc20323759) [`[TGWolf]`](https://github.com/TGWolf)
|
|
13
|
+
|
|
8
14
|
### [v0.1.3](https://github.com/TerraformToolbox/terradoc/compare/v0.1.2...v0.1.3)
|
|
9
15
|
|
|
10
16
|
> Released on March, 18th 2020
|
|
11
17
|
|
|
12
|
-
- Fixed a bug which caused an issues if data and resources were in the same file [`[
|
|
18
|
+
- Fixed a bug which caused an issues if data and resources were in the same file [`[a042bd4]`](https://github.com/TerraformToolbox/terradoc/commit/a042bd4ce0ad471eea250b9cca35c7f2882b6541) [`[TGWolf]`](https://github.com/TGWolf)
|
|
13
19
|
|
|
14
20
|
### [v0.1.2](https://github.com/TerraformToolbox/terradoc/compare/v0.1.0...v0.1.2)
|
|
15
21
|
|
data/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.4
|
data/lib/terradoc/version.rb
CHANGED
data/lib/terradoc.rb
CHANGED