markdown_helper 0.1.9 → 0.2.0

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
  SHA1:
3
- metadata.gz: 28b04055b3976d51cdb7324ab249edeb204fe73d
4
- data.tar.gz: e28fd32accb586372b69bffb44e15d39665a5397
3
+ metadata.gz: 566c098d8987f3f772d0fba510131de2b4bb9a49
4
+ data.tar.gz: 95a970ddf290768f2b905597e6ea5734e38573f4
5
5
  SHA512:
6
- metadata.gz: 977604ef93870d3ae68665c2ca79c5798551a91beb624f364bc73d73d89cccd98b0f8397800faae5707544a4c457ecab2bc782263ffbaa96f32f4262909904dc
7
- data.tar.gz: 3a2f4b3bdc24210d883469c4f0694a2d83cba8c9be3e16ab0537918d79a14d85ab77275604ebb1b178875a89be4c63a1125ad4727ce92217fff73fe6e358e803
6
+ metadata.gz: 3ea7dcc4f0a411ead34712d5e484a4ed6000230c4b7c0f50f9ec1277899e97ad93b9bb04507691fc0680711a8a8fce8b3726712993914692998e1154d4bb794e
7
+ data.tar.gz: 6fc92dca8b2962abfc234eb312add4bffa1337dc101f5873b76a0463cda9d57c212cbcd1e02a192c3209a28c7ae170aea09ca06ff5a0587d4b360b4f75ff677a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- markdown_helper (0.1.9)
4
+ markdown_helper (0.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/markdown_helper.svg)](https://badge.fury.io/rb/markdown_helper)
4
4
 
5
+ Class <code>MarkdownHelper</code> supports:
6
+
7
+ * [File inclusion](#file-inclusion): to include test from other files, as code-block or markdown.
8
+ * [Image path resolution](#image-path-resolution): to resolve relative image paths to absolute URL paths (so they work even in gem documentation).
9
+
10
+ Next feature:
11
+
12
+ * "Slide deck": to chain markdown pages into a series with next/prev navigation links.
13
+
14
+
5
15
  ## File Inclusion
6
16
 
7
17
  <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.1.9'
2
+ VERSION = '0.2.0'
3
3
  end
@@ -2,6 +2,15 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/markdown_helper.svg)](https://badge.fury.io/rb/markdown_helper)
4
4
 
5
+ Class <code>MarkdownHelper</code> supports:
6
+
7
+ * [File inclusion](#file-inclusion): to include test from other files, as code-block or markdown.
8
+ * [Image path resolution](#image-path-resolution): to resolve relative image paths to absolute URL paths (so they work even in gem documentation).
9
+
10
+ Next feature:
11
+
12
+ * "Slide deck": to chain markdown pages into a series with next/prev navigation links.
13
+
5
14
  ## File Inclusion
6
15
 
7
16
  ![include_icon](images/include.png | width=50)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - burdettelamar
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-09 00:00:00.000000000 Z
11
+ date: 2018-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler