markdown_helper 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ace2948d3bb763d09030ba4d4a55fd3f098a6e42
4
- data.tar.gz: 8472ec4219bec0e1f81c2c9ced8b1a511efd2858
3
+ metadata.gz: e2dfb492dd62897f7962f3488422211bdcb094fc
4
+ data.tar.gz: 1fd40d5a98414305e058f1eedbcfb40cfada6a52
5
5
  SHA512:
6
- metadata.gz: 1c8641b78321d8d2d8efb659591883efaa80b31510542c28a73778b43a46e78d777176ac66f586d8e001438cc5017635c5172888f529e08224389d091f62a124
7
- data.tar.gz: 0b1540cff797e44a371a0c4667bfbcd2ecc75f93fabc068c4738bcd4d4a6a59d50604e3cbe6cb3ceab9039a651c34863299b621f64237969b5afb2ad5c036143
6
+ metadata.gz: 9e5dd6aec789f24278efc0b5c6a78ffb2227d2418652c0b9e9d106e2dd60ff4397592338b07643871bfad3ba7795309da69a05479fc919cdcd161649f7ed3c6c
7
+ data.tar.gz: 82f0a5b7016e5cd21292cb78eb1a22a886065151cda435212d87b10186a8bec9352ddc4335374fb7d902a31e76f8d9428ade52bc27f14679ce63b829c1d45491
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- markdown_helper (0.1.1)
4
+ markdown_helper (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MarkdownHelper
2
2
 
3
- ## File Inclusion <img src="https://github.com/BurdetteLamar/MarkdownHelper/blob/master/images/include.png" width="50">
3
+ ## File Inclusion <img src="https://raw.githubusercontent.com/BurdetteLamar/MarkdownHelper/master/images/include.png" width="50">
4
4
 
5
5
  This markdown helper enables file inclusion in GitHub markdown.
6
6
 
@@ -32,6 +32,8 @@ end
32
32
 
33
33
  or verbatim (which GitHub renders however it likes).
34
34
 
35
+ [Note: RubyGems.org chooses to highlight both code blocks above. Go figure.]
36
+
35
37
  ### Usage
36
38
 
37
39
  #### Specify Include Files with Pragmas
@@ -57,6 +59,7 @@ where:
57
59
  * ```[:verbatim]```, to include text verbatim (to be rendered as markdown).
58
60
  * *relative_file_path* points to the file to be included.
59
61
 
62
+
60
63
  #### Include the Files with ```MarkdownHelper#include```
61
64
 
62
65
  <code>usage.rb</code>
@@ -1,3 +1,3 @@
1
1
  class MarkdownHelper
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
@@ -1,6 +1,6 @@
1
1
  # MarkdownHelper
2
2
 
3
- ## File Inclusion <img src="https://github.com/BurdetteLamar/MarkdownHelper/blob/master/images/include.png" width="50">
3
+ ## File Inclusion <img src="https://raw.githubusercontent.com/BurdetteLamar/MarkdownHelper/master/images/include.png" width="50">
4
4
 
5
5
  This markdown helper enables file inclusion in GitHub markdown.
6
6
 
@@ -18,6 +18,8 @@ or plain in a code block:
18
18
 
19
19
  or verbatim (which GitHub renders however it likes).
20
20
 
21
+ [Note: RubyGems.org chooses to highlight both code blocks above. Go figure.]
22
+
21
23
  ### Usage
22
24
 
23
25
  #### Specify Include Files with Pragmas
@@ -36,6 +38,7 @@ where:
36
38
  * ```[:verbatim]```, to include text verbatim (to be rendered as markdown).
37
39
  * *relative_file_path* points to the file to be included.
38
40
 
41
+
39
42
  #### Include the Files with ```MarkdownHelper#include```
40
43
 
41
44
  @[ruby](usage.rb)
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - burdettelamar