summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2018-10-27 00:51:38 -0600
committerDan Allen <dan.j.allen@gmail.com>2018-10-27 00:51:55 -0600
commitb7264cc4c5fabf82dc8299d9a02e7788f3cb446e (patch)
tree69ed344ecf04da2b021946eb09cded56dfcb1beb
parent3a13b6f6424791b0101f8ba1b27167036f3c86b4 (diff)
remove deprecated property in gemspec [skip ci]
-rw-r--r--asciidoctor.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec
index 62112b99..9b6556d5 100644
--- a/asciidoctor.gemspec
+++ b/asciidoctor.gemspec
@@ -34,7 +34,6 @@ Gem::Specification.new do |s|
s.executables = (files.grep %r/^bin\//).map {|f| File.basename f }
s.require_paths = ['lib']
s.test_files = files.grep %r/^(?:(?:features|test)\/.+)$/
- s.has_rdoc = true
s.rdoc_options = ['--charset=UTF-8']
s.extra_rdoc_files = ['CHANGELOG.adoc', 'CONTRIBUTING.adoc', 'LICENSE']