RTFMd 0.10301.4 → 0.10301.5
Sign up to get free protection for your applications and to get access to all the features.
- data/RTFMd.gemspec +1 -1
- data/lib/gollum.rb +0 -1
- metadata +3 -3
data/RTFMd.gemspec
CHANGED
data/lib/gollum.rb
CHANGED
@@ -17,7 +17,6 @@ require File.expand_path('../gollum/page', __FILE__)
|
|
17
17
|
require File.expand_path('../gollum/file', __FILE__)
|
18
18
|
require File.expand_path('../gollum/markup', __FILE__)
|
19
19
|
require File.expand_path('../gollum/sanitization', __FILE__)
|
20
|
-
require File.expand_path('../gollum/tex', __FILE__)
|
21
20
|
|
22
21
|
module Gollum
|
23
22
|
VERSION = '1.3.1'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: RTFMd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 41185
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 10301
|
9
|
-
-
|
10
|
-
version: 0.10301.
|
9
|
+
- 5
|
10
|
+
version: 0.10301.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tom Bombadil
|