diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2013-07-23 09:10:50 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2013-07-23 09:10:50 -0700 |
| commit | 939c3856d60bce451c88b5f8f90651099a075351 (patch) | |
| tree | 2cc68d47940555a34f6d50217fa0cf6c1c871c61 | |
| parent | 35ceed1950df85798f224579acfe958d6bf9a59e (diff) | |
Release 0.1.4.preview.3v0.1.4.preview.3
| -rw-r--r-- | asciidoctor.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec index cfa6a1fe..f4bfd4fe 100644 --- a/asciidoctor.gemspec +++ b/asciidoctor.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| ## Rake build (see the validate task) s.name = 'asciidoctor' s.version = '0.1.4.preview.3' - s.date = '2013-07-05' + s.date = '2013-07-23' s.rubyforge_project = 'asciidoctor' s.summary = 'A native Ruby AsciiDoc syntax processor and publishing toolchain' @@ -82,7 +82,7 @@ EOS lib/asciidoctor/table.rb lib/asciidoctor/version.rb man/asciidoctor.1 - man/asciidoctor.ad + man/asciidoctor.adoc test/attributes_test.rb test/blocks_test.rb test/document_test.rb |
