| CODENOTIFIER | HelpYou are not signed inSign in |
Project: BlueCloth
Revision: 66
Author: ged
Date: 24 Aug 2004 10:57:17
Diff at Trac: http://www.deveiate.org/projects/BlueCloth/changeset/66
Changes:Diff:| ... | ...@@ -10,7 +10,7 @@ | |
| 10 | 10 | |
| 11 | 11 | spec = Gem::Specification.new do |s| |
| 12 | 12 | s.name = 'BlueCloth' |
| 13 | s.version = "0.0.5" | |
| 13 | s.version = "1.0.0" | |
| 14 | 14 | s.platform = Gem::Platform::RUBY |
| 15 | 15 | 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)." |
| 16 | 16 | s.requirements.push( 'strscan', 'logger' ) |