terradoc 0.1.3 → 0.1.4

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: 9ae2edc8cf4330163a89342cf1e0465a1ec5be75430225cfa1ecaedb1eae8267
4
- data.tar.gz: 720958cb168d3cd026ee9be8c3e06ecf11d3245702ea0d2459bb2d6f608ea4a1
3
+ metadata.gz: c668a9992a63992cab4d5fde32f12de35e7e23b928c661f07d50c50836660911
4
+ data.tar.gz: 5cdefd3f75f4be030e0c2e705a3d6b11dbeacfdcd17eba1f6a26f20ad8ae2963
5
5
  SHA512:
6
- metadata.gz: 78926d31b1c5b1cb53c83835437573340ae0a7be4fc457e00a0f2eaadc1fccaaf57190493ff750e658c78bbcc1c4434cb1b5bba09ea9b6f076149caf88fb2f34
7
- data.tar.gz: a527fffd7aeba52586972e1f7f959a66e781b378ab274cb7fad4b3d064240d1fbb0d4757f7b14c4972aec82df5addadcd6529c4e1277b276fce1609abaf998bb
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 [`[d5ae242]`](https://github.com/TerraformToolbox/terradoc/commit/d5ae24258db1ff47acf7aafab8540e8e54543f79) [`[TGWolf]`](https://github.com/TGWolf)
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.3
1
+ 0.1.4
@@ -1,3 +1,3 @@
1
1
  class Terradoc
2
- VERSION = '0.1.3'.freeze
2
+ VERSION = '0.1.4'.freeze
3
3
  end
data/lib/terradoc.rb CHANGED
@@ -232,8 +232,6 @@ class Terradoc
232
232
 
233
233
  matches = item.match(value['regex'])
234
234
 
235
- puts matches[:name]
236
-
237
235
  next unless matches.size.positive?
238
236
  next unless matches.names.include?('name')
239
237
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terradoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Gurney aka Wolf