summaryrefslogtreecommitdiff
path: root/asciidoctor-epub3.gemspec
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-03-01 17:53:56 +0300
committerGitHub <noreply@github.com>2020-03-01 17:53:56 +0300
commit1b57f339dd5c14f47edb6902946d6b25f0f44aa1 (patch)
tree0222d2058ee7f698451c0962ba2480a9f5fab29f /asciidoctor-epub3.gemspec
parentb63983bc1a96155e60378ae1ab4ef710976e0c16 (diff)
convert LICENSE to plain text so GitHub understands it (#315)
Diffstat (limited to 'asciidoctor-epub3.gemspec')
-rw-r--r--asciidoctor-epub3.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec
index c2a6852..167d0f4 100644
--- a/asciidoctor-epub3.gemspec
+++ b/asciidoctor-epub3.gemspec
@@ -24,7 +24,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M
rescue
Dir['**/*']
end
- s.files = files.grep %r/^(?:(?:data\/(?:fonts|images|styles)|lib)\/.+|Gemfile|Rakefile|(?:CHANGELOG|LICENSE|NOTICE|README)\.adoc|\.yardopts|#{s.name}\.gemspec)$/
+ s.files = files.grep %r/^(?:(?:data\/(?:fonts|images|styles)|lib)\/.+|Gemfile|Rakefile|LICENSE|(?:CHANGELOG|NOTICE|README)\.adoc|\.yardopts|#{s.name}\.gemspec)$/
s.executables = %w(asciidoctor-epub3 adb-push-ebook)
s.test_files = s.files.grep(/^(?:test|spec|feature)\/.*$/)