terradoc 0.1.0 → 0.1.1

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: becee654fffe5ec2bb4e0b798cf831f259b0cdbf117835b58c88964d213a5a13
4
- data.tar.gz: caa198ed9694b6af9b11a312cd64e9b840495d67f02912c87c0d9f8d1a529e94
3
+ metadata.gz: 91c7a8c0a92ad1b6688c3329243d1ebe9abd8b5bdc74bf3c09643431e23bccb1
4
+ data.tar.gz: 5990992ceebd107e6fae55d8e4a1dc74693d4e37bb9c7949a94d5f1f5a130b2d
5
5
  SHA512:
6
- metadata.gz: 0e6dd4bd07e79b6524c92f003a409b0d14d18b4001495780a514cc3e1e9b95046f488bb1657215db2ed6a4a613a35a421f5868d98c59c74e39929ef4076543d2
7
- data.tar.gz: 6fe4358a94c96b115c918c52989fcfb235c497841d635c93140888d8447982316c01d51869830f7a57ceeefbe36f6b88596fc2fba0e950a5847a98e74d286e8c
6
+ metadata.gz: fc45491702a12c83631e6ef2454120c6a6fc00d0d5bb34799acbd7f2ad82670353c8336c8ef18cb298a0d90eac6f055bdc6a6ae809be99bbcec2d80261e66acc
7
+ data.tar.gz: ef71e746a49592875ba5699009220d395722997b590ccd7dd16b6b8f765208a4f26e6038fb6d941edd8f4ec8fb1b288ea63d9e573ce8ff958fadba8bc7ade80b
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
+ ### [Unreleased](https://github.com/TerraformToolbox/terradoc/compare/v0.1.0...HEAD)
9
+
10
+ - Fix an error in the README and a couple of typos [`[03d65ff]`](https://github.com/TerraformToolbox/terradoc/commit/03d65ff4ff60a5521bc326674a9c74418a938cd3) [`[TGWolf]`](https://github.com/TGWolf)
11
+
12
+ - Fix an error in the README and a couple of typos [`[5263b4c]`](https://github.com/TerraformToolbox/terradoc/commit/5263b4c9ea14eae1b573e07b0beb76ed797a6c26) [`[TGWolf]`](https://github.com/TGWolf)
13
+
8
14
  ### [v0.1.0](https://github.com/TerraformToolbox/terradoc/releases/v0.1.0)
9
15
 
10
16
  > Released on March, 17th 2020
11
17
 
12
- - Add version file for caretaker to manage tags/releases [`[c7d9d84]`](https://github.com/TerraformToolbox/terradoc/commit/c7d9d8427db0896113dc685f54f0d23f42e01745) [`[TGWolf]`](https://github.com/TGWolf)
18
+ - Add version file for caretaker to manage tags/releases [`[e101ab7]`](https://github.com/TerraformToolbox/terradoc/commit/e101ab733ca68e5d1cecfcae86817ea4aa6b2a88) [`[TGWolf]`](https://github.com/TGWolf)
13
19
 
14
20
  - Update README [`[7bc378b]`](https://github.com/TerraformToolbox/terradoc/commit/7bc378b152cc64eb826d60cab610146c17134433) [`[TGWolf]`](https://github.com/TGWolf)
15
21
 
data/README.md CHANGED
@@ -75,3 +75,5 @@ For further information please refer to the [contributing](https://github.com/Te
75
75
  - [ ] Pre/Post git commit hook
76
76
 
77
77
 
78
+ <p align="right"><img src="https://img.shields.io/badge/Created%20By-Wolf-black?style=for-the-badge" /></p>
79
+
data/VERSION.txt CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -1,3 +1,3 @@
1
1
  class Terradoc
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
data/terradoc.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ['Tim Gurney aka Wolf']
9
9
  spec.email = ['wolf@tgwolf.com']
10
10
 
11
- spec.summary = 'A simple tool for creating automatic documentaion from terraform source code.'
12
- spec.description = 'A simple tool for creating automatic documentaion from terraform source code.'
11
+ spec.summary = 'A simple tool for creating automatic documentation from terraform source code.'
12
+ spec.description = 'A simple tool for creating automatic documentation from terraform source code.'
13
13
  spec.homepage = 'https://github.com/TerraformToolbox/terradoc'
14
14
  spec.license = 'MIT'
15
15
 
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Gurney aka Wolf
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: 0.9.0
83
- description: A simple tool for creating automatic documentaion from terraform source
83
+ description: A simple tool for creating automatic documentation from terraform source
84
84
  code.
85
85
  email:
86
86
  - wolf@tgwolf.com
@@ -135,5 +135,6 @@ requirements: []
135
135
  rubygems_version: 3.0.3
136
136
  signing_key:
137
137
  specification_version: 4
138
- summary: A simple tool for creating automatic documentaion from terraform source code.
138
+ summary: A simple tool for creating automatic documentation from terraform source
139
+ code.
139
140
  test_files: []