public
Description: Markdown processor in Ruby; foked from official SVN repo to fix bugs
Homepage: http://www.deveiate.org/projects/BlueCloth
Clone URL: git://github.com/mislav/bluecloth.git
- Updated to v1.0.0.

git-svn-id: svn://deveiate.org/BlueCloth/trunk@66 
d6f57770-b9d7-0310-8243-b47124d2e82b
ged (author)
Tue Aug 24 07:57:17 -0700 2004
commit  d18453373b3dd004a951846f7d6915bd26b38938
tree    c3edad0405895b36ac91063b4af584ce607093ed
parent  3185232be52cf5063703e1ce3330087bdac23a30
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ include UtilityFunctions
0
 
0
 spec = Gem::Specification.new do |s|
0
   s.name = 'BlueCloth'
0
- s.version = "0.0.5"
0
+ s.version = "1.0.0"
0
   s.platform = Gem::Platform::RUBY
0
   s.summary = "BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML)."
0
   s.requirements.push( 'strscan', 'logger' )

Comments

    No one has commented yet.