Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy update, gemspec fixes #5

Merged
merged 1 commit into from
Oct 10, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.textile
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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