pagehub-markdown 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/pagehub-markdown.rb +0 -2
- metadata +2 -2
data/lib/pagehub-markdown.rb
CHANGED
@@ -2,8 +2,6 @@ require 'redcarpet'
|
|
2
2
|
require 'albino'
|
3
3
|
|
4
4
|
require 'pagehub-markdown/markdown'
|
5
|
-
require 'pagehub-markdown/processor'
|
6
|
-
require 'pagehub-markdown/mutator'
|
7
5
|
require 'pagehub-markdown/processors/embedder'
|
8
6
|
require 'pagehub-markdown/processors/pagehub_options'
|
9
7
|
require 'pagehub-markdown/processors/toc_generator'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pagehub-markdown
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -88,7 +88,7 @@ files:
|
|
88
88
|
- lib/pagehub-markdown/processors/embedder.rb
|
89
89
|
- lib/pagehub-markdown/markdown.rb
|
90
90
|
- lib/pagehub-markdown/mutators/date_injector.rb
|
91
|
-
homepage:
|
91
|
+
homepage: https://github.com/amireh/pagehub-markdown
|
92
92
|
licenses: []
|
93
93
|
post_install_message:
|
94
94
|
rdoc_options: []
|