summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Waldron <rwaldron@github.com>2012-08-03 11:53:26 -0500
committerRyan Waldron <rwaldron@github.com>2012-08-03 11:53:26 -0500
commit7f8441afa643a91adeb4b8af55c04c478d330139 (patch)
tree925b5fe8e23f26d3b8fe253eb693f36ea90656bb
parent5c82a2df759359bb1b2ed2008af8c06bbb8755c0 (diff)
Release 0.0.2v0.0.2
-rw-r--r--asciidoctor.gemspec9
1 files changed, 7 insertions, 2 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec
index cfacc69a..e876384a 100644
--- a/asciidoctor.gemspec
+++ b/asciidoctor.gemspec
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'asciidoctor'
- s.version = '0.0.1'
- s.date = '2012-06-18'
+ s.version = '0.0.2'
+ s.date = '2012-08-03'
s.rubyforge_project = 'asciidoctor'
## Make sure your summary is short. The description may be as long
@@ -68,21 +68,26 @@ Gem::Specification.new do |s|
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
]