diff options
| author | Ryan Waldron <rwaldron@github.com> | 2012-12-17 16:25:51 -0600 |
|---|---|---|
| committer | Ryan Waldron <rwaldron@github.com> | 2012-12-17 16:27:05 -0600 |
| commit | 4dea56aeba4871b93f622ca45fef1c15c086d20c (patch) | |
| tree | 4b602df7ba2d48f2eab4973f583e16d84756b833 | |
| parent | 00d33fa51df754e9eea73341c35970abdd320eda (diff) | |
Bump minor version for release
| -rw-r--r-- | asciidoctor.gemspec | 10 | ||||
| -rw-r--r-- | lib/asciidoctor/version.rb | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec index a03d0d01..3a0e1b15 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.5' - s.date = '2012-12-11' + s.version = '0.0.6' + s.date = '2012-12-17' s.rubyforge_project = 'asciidoctor' ## Make sure your summary is short. The description may be as long @@ -59,7 +59,7 @@ Gem::Specification.new do |s| # = MANIFEST = s.files = %w[ LICENSE - README.md + README.asciidoc Rakefile asciidoctor.gemspec bin/asciidoctor @@ -86,11 +86,13 @@ Gem::Specification.new do |s| test/headers_test.rb test/lexer_test.rb test/links_test.rb - test/list_elements_test.rb + test/lists_test.rb test/paragraphs_test.rb + test/preamble_test.rb test/reader_test.rb test/test_helper.rb test/text_test.rb + vendor/asciidoc/stylesheets/asciidoc.min.css ] # = MANIFEST = diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb index da8affb7..253c41e2 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,3 +1,3 @@ module Asciidoctor - VERSION = "0.0.5" + VERSION = "0.0.6" end |
