diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2013-08-25 01:24:37 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2013-08-25 01:24:37 -0600 |
| commit | 2b4f06aec8378197f638ee89bdec101908eb28bf (patch) | |
| tree | d75174640d62ce061916365e82cd1d3ddfbaaa9d /asciidoctor.gemspec | |
| parent | 39bf4465af2f3faf5b1499fb0b8e5f193e287c47 (diff) | |
add missing files to gem manifest
Diffstat (limited to 'asciidoctor.gemspec')
| -rw-r--r-- | asciidoctor.gemspec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec index b30c3f64..856182c5 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.4' - s.date = '2013-08-21' + s.date = '2013-08-25' s.rubyforge_project = 'asciidoctor' s.summary = 'A native Ruby AsciiDoc syntax processor and publishing toolchain' @@ -111,8 +111,10 @@ EOS test/fixtures/docinfo.xml test/fixtures/dot.gif test/fixtures/encoding.asciidoc + test/fixtures/grandchild-include.adoc test/fixtures/include-file.asciidoc test/fixtures/list_elements.asciidoc + test/fixtures/parent-include-restricted.adoc test/fixtures/parent-include.adoc test/fixtures/sample.asciidoc test/fixtures/stylesheets/custom.css |
