terradoc 0.1.1 → 0.1.2

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: 91c7a8c0a92ad1b6688c3329243d1ebe9abd8b5bdc74bf3c09643431e23bccb1
4
- data.tar.gz: 5990992ceebd107e6fae55d8e4a1dc74693d4e37bb9c7949a94d5f1f5a130b2d
3
+ metadata.gz: c6730bc600493a11b93cdc744a167dc7940cce1eede4372dc1747679c57f97df
4
+ data.tar.gz: bd8cb23a1b9680f02692781fb275cd7fbb18bb4277fe3fdb2297b95523b3b798
5
5
  SHA512:
6
- metadata.gz: fc45491702a12c83631e6ef2454120c6a6fc00d0d5bb34799acbd7f2ad82670353c8336c8ef18cb298a0d90eac6f055bdc6a6ae809be99bbcec2d80261e66acc
7
- data.tar.gz: ef71e746a49592875ba5699009220d395722997b590ccd7dd16b6b8f765208a4f26e6038fb6d941edd8f4ec8fb1b288ea63d9e573ce8ff958fadba8bc7ade80b
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
- ### [Unreleased](https://github.com/TerraformToolbox/terradoc/compare/v0.1.0...HEAD)
8
+ ### [v0.1.2](https://github.com/TerraformToolbox/terradoc/compare/v0.1.0...v0.1.2)
9
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)
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
1
+ 0.1.2
@@ -1,3 +1,3 @@
1
1
  class Terradoc
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
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 = 'CHANGELOG.md'
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.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-17 00:00:00.000000000 Z
11
+ date: 2020-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler