summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-10-19 01:06:22 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-10-19 01:06:22 -0600
commit52606fe44df23aad842657434239e0109b7b8db7 (patch)
treea750d6235e8de0f032c718afedbbfa1baa77d214 /asciidoctor-pdf.gemspec
parent1922b946a3ac509e8f6d8b5fbb23b4b9e106320c (diff)
register asciidoctor-pdf-optimize as a bin script
Diffstat (limited to 'asciidoctor-pdf.gemspec')
-rw-r--r--asciidoctor-pdf.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec
index 3a376f47..10339d9d 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -30,7 +30,6 @@ Gem::Specification.new do |s|
end
s.files = files.grep %r/^(?:(?:data|lib)\/.+|docs\/theming-guide\.adoc|(?:CHANGELOG|LICENSE|NOTICE|README)\.adoc|\.yardopts|#{s.name}\.gemspec)$/
s.executables = (files.grep %r/^bin\//).map {|f| File.basename f }
- s.executables = ['asciidoctor-pdf']
s.require_paths = ['lib']
#s.test_files = files.grep %r/^(?:test|spec|feature)\/.*$/