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 +4 -4
- data/CHANGELOG.md +7 -1
- data/README.md +2 -0
- data/VERSION.txt +1 -1
- data/lib/terradoc/version.rb +1 -1
- data/terradoc.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91c7a8c0a92ad1b6688c3329243d1ebe9abd8b5bdc74bf3c09643431e23bccb1
|
4
|
+
data.tar.gz: 5990992ceebd107e6fae55d8e4a1dc74693d4e37bb9c7949a94d5f1f5a130b2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 [`[
|
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
data/VERSION.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
data/lib/terradoc/version.rb
CHANGED
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
|
12
|
-
spec.description = 'A simple tool for creating automatic
|
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.
|
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
|
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
|
138
|
+
summary: A simple tool for creating automatic documentation from terraform source
|
139
|
+
code.
|
139
140
|
test_files: []
|