-
Name
-
asciidoctor
-
Version
-
0.0.2
-
Platform
-
ruby
-
Authors
-
Ryan Waldron
Jeremy McAnally
-
Bindir
-
bin
-
Date
-
2012-08-03 00:00:00 UTC
-
Dependencies
-
json (>= 0)
tilt (>= 0)
mocha (>= 0, development)
nokogiri (>= 0, development)
htmlentities (>= 0, development)
pending (>= 0, development)
-
Description
-
A pure Ruby processor to turn Asciidoc-formatted documents into HTML (and, eventually, other formats perhaps).
-
Email
-
rew@erebor.com
-
Executables
-
asciidoctor
-
Extra rdoc files
-
LICENSE
-
Files
-
LICENSE
README.md
Rakefile
asciidoctor.gemspec
bin/asciidoctor
lib/asciidoctor.rb
lib/asciidoctor/block.rb
lib/asciidoctor/debug.rb
lib/asciidoctor/document.rb
lib/asciidoctor/errors.rb
lib/asciidoctor/lexer.rb
lib/asciidoctor/list_item.rb
lib/asciidoctor/reader.rb
lib/asciidoctor/render_templates.rb
lib/asciidoctor/renderer.rb
lib/asciidoctor/section.rb
lib/asciidoctor/string.rb
lib/asciidoctor/version.rb
noof.rb
test/attributes_test.rb
test/document_test.rb
test/fixtures/asciidoc.txt
test/fixtures/asciidoc_index.txt
test/fixtures/ascshort.txt
test/fixtures/list_elements.asciidoc
test/headers_test.rb
test/lexer_test.rb
test/list_elements_test.rb
test/paragraphs_test.rb
test/reader_test.rb
test/test_helper.rb
test/text_test.rb
-
Homepage
-
http://github.com/erebor/asciidoctor
-
Rdoc options
-
--charset=UTF-8
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubyforge project
-
asciidoctor
-
Rubygems version
-
1.8.23
-
Specification version
-
2
-
Summary
-
Pure Ruby Asciidoc to HTML rendering.
-
Test files
-
test/attributes_test.rb
test/document_test.rb
test/headers_test.rb
test/lexer_test.rb
test/list_elements_test.rb
test/paragraphs_test.rb
test/reader_test.rb
test/text_test.rb
-
Original platform
-
ruby
-
New platform
-
ruby