RTFMd 0.10301.4 → 0.10301.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/RTFMd.gemspec +1 -1
  2. data/lib/gollum.rb +0 -1
  3. metadata +3 -3
data/RTFMd.gemspec CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.5'
5
5
 
6
6
  s.name = 'RTFMd'
7
- s.version = '0.10301.4'
7
+ s.version = '0.10301.5'
8
8
  s.date = '2011-12-16'
9
9
 
10
10
  s.summary = "A simple, Markdown documentation helper."
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: 41187
4
+ hash: 41185
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 10301
9
- - 4
10
- version: 0.10301.4
9
+ - 5
10
+ version: 0.10301.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil