markdown_helper 0.1.4 → 0.1.5

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: b7cb1906c0c35ce609ca9b60c12ec703f6b0c399
4
- data.tar.gz: 33acb05767e8cf7f49eafcb8363772b37be0d90f
3
+ metadata.gz: 668f14d6c7116458a98581338889b2d0f25aadd0
4
+ data.tar.gz: 41e050dfe32ac282512d61ef224acf37f0fcaf90
5
5
  SHA512:
6
- metadata.gz: d83a737645f7b576cfb65f0dd829f057d4d6e0f8638b5c2f9daba6adb459d0acb740d2a0c32a613d82d0e4916244268556a061b50134b3b22a3e7e9af0457d67
7
- data.tar.gz: 004c46825e01715047c21aa8b106f9f3c6857f4fc590550c252b61d97fb579fcb21ccff7eac24c039ec22d0b8b62f9904c30d99169fc05baffc13123b65ec91e
6
+ metadata.gz: 01771bfcb990cd48bf333715e7a08cbb7799e624d4a9603b21e44731a6b8d1323d8a45ff477238292f7e797fd6405c791c9660041c05ba1ac0fb4c178f40a91b
7
+ data.tar.gz: c17f4c118029ac2e12d5eda6a49bf9bf4216228175f8b440646b477a0a6c099e20ae2083f74ccc618a53792526fb1753d5c52cd93e7d7d089f83e8c1453163bd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- markdown_helper (0.1.4)
4
+ markdown_helper (0.1.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # MarkdownHelper
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/markdown_helper.svg)](https://badge.fury.io/rb/markdown_helper)
4
+
3
5
  ## File Inclusion <img src="https://raw.githubusercontent.com/BurdetteLamar/MarkdownHelper/master/images/include.png" width="50">
4
6
 
5
7
  This markdown helper enables file inclusion in GitHub markdown.
@@ -1,3 +1,3 @@
1
1
  class MarkdownHelper
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
@@ -1,5 +1,7 @@
1
1
  # MarkdownHelper
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/markdown_helper.svg)](https://badge.fury.io/rb/markdown_helper)
4
+
3
5
  ## File Inclusion <img src="https://raw.githubusercontent.com/BurdetteLamar/MarkdownHelper/master/images/include.png" width="50">
4
6
 
5
7
  This markdown helper enables file inclusion in GitHub markdown.
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - burdettelamar