Skip to content

Commit

Permalink
Merge pull request #5 from mixonic/small-fixes
Browse files Browse the repository at this point in the history
Copy update, gemspec fixes
  • Loading branch information
JosephHalter committed Oct 10, 2012
2 parents 8686620 + 40f0023 commit 685c21c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.textile
@@ -1,12 +1,10 @@
**WARNING:** This project is untested with Ruby 1.9.

h2. RedCloth::Formatters::Plain

Similar to HTML and Latex formatters included in RedCloth, this one allows you to convert Textile to plain text discarding the Textile syntax.

h3. Dependencies

This plugin does only require the RedCloth gem.
This plugin only requires the "RedCloth gem":https://github.com/jgarber/redcloth.

h3. Example

Expand Down
3 changes: 2 additions & 1 deletion red_cloth_formatters_plain.gemspec
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_development_dependency "rspec"
s.add_development_dependency "rspec", "~> 2"
s.add_development_dependency "rake"
s.add_dependency "RedCloth", ">= 4.2.3"
end

0 comments on commit 685c21c

Please sign in to comment.