markdown_helper 0.2.0 → 0.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 566c098d8987f3f772d0fba510131de2b4bb9a49
4
- data.tar.gz: 95a970ddf290768f2b905597e6ea5734e38573f4
3
+ metadata.gz: 95842873d7d0a15fbe01338a241d0e26e8426420
4
+ data.tar.gz: f507e95dfbd4cf7ab169d7551d0663e99da5410c
5
5
  SHA512:
6
- metadata.gz: 3ea7dcc4f0a411ead34712d5e484a4ed6000230c4b7c0f50f9ec1277899e97ad93b9bb04507691fc0680711a8a8fce8b3726712993914692998e1154d4bb794e
7
- data.tar.gz: 6fc92dca8b2962abfc234eb312add4bffa1337dc101f5873b76a0463cda9d57c212cbcd1e02a192c3209a28c7ae170aea09ca06ff5a0587d4b360b4f75ff677a
6
+ metadata.gz: eb20e2c5abb5e62e3a02af6286863af515ec2b095c45045445cb36704f61753884144a4ea17612045419fef0a9182436e0f11d2f140d128549f4751410df9715
7
+ data.tar.gz: 2e97cdc6a7e3389f8d4f84bda8ae2397885990ee5b8809062cfa30103d4ae6dbf28a3abcdecac7da3facd78969bb6345a218f814962f5d60e023d40127dc2324
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- markdown_helper (0.2.0)
4
+ markdown_helper (0.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -4,14 +4,13 @@
4
4
 
5
5
  Class <code>MarkdownHelper</code> supports:
6
6
 
7
- * [File inclusion](#file-inclusion): to include test from other files, as code-block or markdown.
7
+ * [File inclusion](#file-inclusion): to include text from other files, as code-block or markdown.
8
8
  * [Image path resolution](#image-path-resolution): to resolve relative image paths to absolute URL paths (so they work even in gem documentation).
9
9
 
10
10
  Next feature:
11
11
 
12
12
  * "Slide deck": to chain markdown pages into a series with next/prev navigation links.
13
13
 
14
-
15
14
  ## File Inclusion
16
15
 
17
16
  <img src="https://raw.githubusercontent.com/BurdetteLamar/MarkdownHelper/master/images/include.png" alt="include_icon" width="50">
@@ -1,3 +1,3 @@
1
1
  class MarkdownHelper
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -4,7 +4,7 @@
4
4
 
5
5
  Class <code>MarkdownHelper</code> supports:
6
6
 
7
- * [File inclusion](#file-inclusion): to include test from other files, as code-block or markdown.
7
+ * [File inclusion](#file-inclusion): to include text from other files, as code-block or markdown.
8
8
  * [Image path resolution](#image-path-resolution): to resolve relative image paths to absolute URL paths (so they work even in gem documentation).
9
9
 
10
10
  Next feature:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - burdettelamar