Removing RedCloth gem lock and adding notes in for deps

This commit is contained in:
Nick Quaranto 2009-05-06 12:05:11 -07:00
parent 35a467117e
commit d948e0da91
3 changed files with 10 additions and 1 deletions

View File

@ -19,6 +19,15 @@ h2. Diving In
* Customize the "Permalinks":http://wiki.github.com/mojombo/jekyll/permalinks your posts are generated with
* Use the built-in "Liquid Extensions":http://wiki.github.com/mojombo/jekyll/liquid-extensions to make your life easier
h2. Dependencies
* RedCloth 4.1.0: Textile support. This version obeys <notextile> tags. The latest version will still work, but tests will fail.
* Liquid: Templating system
* Classifier: Generating related posts
* Maruku: Default markdown engine
* Directory Watcher: Auto-regeneration of sites
* Open4: Talking to pygments for syntax highlighting
h2. License
(The MIT License)

View File

@ -12,7 +12,6 @@ require 'yaml'
# 3rd party
require 'liquid'
gem 'RedCloth', '= 4.1.0'
require 'redcloth'
# internal requires

View File

@ -85,6 +85,7 @@ CONTENT
create_post(@content, {}, false)
end
# Broken in RedCloth 4.1.9
should "not textilize highlight block" do
assert_no_match %r{3\.\.2\.\.1\.\.&quot;</span><br />}, @result
end