From 4dea56aeba4871b93f622ca45fef1c15c086d20c Mon Sep 17 00:00:00 2001 From: Ryan Waldron Date: Mon, 17 Dec 2012 16:25:51 -0600 Subject: Bump minor version for release --- asciidoctor.gemspec | 10 ++++++---- 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 -- cgit v1.2.3