radiant-kramdown_filter-extension 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ end
4
4
  require 'kramdown'
5
5
 
6
6
  class KramdownFilterExtension < Radiant::Extension
7
- version "1.0.2"
7
+ version "1.0.3"
8
8
  description "kramdown is a fast pure-Ruby Markdown converter."
9
9
  url "http://github.com/johnmuhl/radiant-kramdown_filter-extension"
10
10
 
@@ -7,6 +7,7 @@ class KramdownFilter < TextFilter
7
7
  Kramdown::Document.new(RubyPants.new(text).to_html, {
8
8
  :auto_ids => auto_ids || false,
9
9
  :parse_block_html => parse_block_html || false,
10
+ :coderay => nil
10
11
  }).to_html
11
12
  end
12
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-kramdown_filter-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnmuhl
@@ -18,7 +18,7 @@ dependencies:
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - "="
21
+ - - ">="
22
22
  - !ruby/object:Gem::Version
23
23
  version: 0.4.0
24
24
  version: