terradoc 0.1.1 → 0.1.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 +4 -4
- data/CHANGELOG.md +6 -2
- data/VERSION.txt +1 -1
- data/lib/terradoc/version.rb +1 -1
- data/lib/terradoc.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6730bc600493a11b93cdc744a167dc7940cce1eede4372dc1747679c57f97df
|
|
4
|
+
data.tar.gz: bd8cb23a1b9680f02692781fb275cd7fbb18bb4277fe3fdb2297b95523b3b798
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8558e709dd27dab84316ecf3d18b1a397a4fd0954fac2cfc7cb59eaf6f1b839a8598c9385f81c549ccd5958c246f3ca8f55d0f42eed425f45af0d4f026160729
|
|
7
|
+
data.tar.gz: 13f7f229ca4e5aa3f15d597d6d165bb390f4f74d7ca55919e19e89d00e2b9bc8237b3c97a726412b13d43f89b059c174ab9ffd02563fd640d0a9800b29f8d0c5
|
data/CHANGELOG.md
CHANGED
|
@@ -5,9 +5,13 @@ 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
|
-
### [
|
|
8
|
+
### [v0.1.2](https://github.com/TerraformToolbox/terradoc/compare/v0.1.0...v0.1.2)
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
> Released on March, 18th 2020
|
|
11
|
+
|
|
12
|
+
- Change the default file from CHANGELOG to README (which is what it should have been in first place) [`[63dd286]`](https://github.com/TerraformToolbox/terradoc/commit/63dd28635edebef5bbb3760fd9bf4e2d326e54e2) [`[TGWolf]`](https://github.com/TGWolf)
|
|
13
|
+
|
|
14
|
+
- Fix an error in the README and a couple of typos [`[0ef365d]`](https://github.com/TerraformToolbox/terradoc/commit/0ef365dd9ed0b3dac8eabbe5e83b16d5eaf04bad) [`[TGWolf]`](https://github.com/TGWolf)
|
|
11
15
|
|
|
12
16
|
- 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
17
|
|
data/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/lib/terradoc/version.rb
CHANGED
data/lib/terradoc.rb
CHANGED
|
@@ -14,7 +14,7 @@ class Terradoc
|
|
|
14
14
|
@base_path.chomp!('/')
|
|
15
15
|
raise StandardError.new("Path #{@base_path} does not exist - Aborting") unless Dir.exist? @base_path
|
|
16
16
|
|
|
17
|
-
@output_file = '
|
|
17
|
+
@output_file = 'README.md'
|
|
18
18
|
@output_file = options[:output] unless options[:output].nil?
|
|
19
19
|
|
|
20
20
|
@files = []
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Gurney aka Wolf
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|