diff options
| author | Ryan Waldron <rwaldron@github.com> | 2013-01-16 12:19:16 -0600 |
|---|---|---|
| committer | Ryan Waldron <rwaldron@github.com> | 2013-01-16 12:19:16 -0600 |
| commit | b1c46b290fc20e471e033db989d6a0c2d06566fb (patch) | |
| tree | 1be2c304655c6ff11a727aedcd73486f7c1847c7 | |
| parent | 0bc12f151cab4a8b2fbfa1a537b75d6ae03e004c (diff) | |
Release 0.0.9v0.0.9
| -rw-r--r-- | asciidoctor.gemspec | 8 | ||||
| -rw-r--r-- | lib/asciidoctor/version.rb | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec index cda55009..b2f6f538 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.8' - s.date = '2013-01-09' + s.version = '0.0.9' + s.date = '2013-01-16' s.rubyforge_project = 'asciidoctor' ## Make sure your summary is short. The description may be as long @@ -85,6 +85,7 @@ Gem::Specification.new do |s| lib/asciidoctor/renderer.rb lib/asciidoctor/section.rb lib/asciidoctor/substituters.rb + lib/asciidoctor/table.rb lib/asciidoctor/version.rb noof.rb test/attributes_test.rb @@ -95,8 +96,8 @@ Gem::Specification.new do |s| test/fixtures/ascshort.txt test/fixtures/dot.gif test/fixtures/encoding.asciidoc - test/fixtures/list_elements.asciidoc test/fixtures/include-file.asciidoc + test/fixtures/list_elements.asciidoc test/fixtures/tip.gif test/headers_test.rb test/lexer_test.rb @@ -107,6 +108,7 @@ Gem::Specification.new do |s| test/reader_test.rb test/renderer_test.rb test/substitutions_test.rb + test/tables_test.rb test/test_helper.rb test/text_test.rb ] diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb index 1130e337..e8848884 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,3 +1,3 @@ module Asciidoctor - VERSION = "0.0.8" + VERSION = "0.0.9" end |
