Skip to content

Commit

Permalink
make epubcheck-ruby a runtime dependency (PR #274)
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus authored Jan 27, 2020
1 parent 6460e96 commit ccd90e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ gemspec
gem 'asciidoctor', ENV['ASCIIDOCTOR_VERSION'], require: false if ENV.key? 'ASCIIDOCTOR_VERSION'

group :optional do
gem 'epubcheck-ruby', '4.2.2.0'
gem 'pygments.rb', '1.2.1'
end

Expand Down
1 change: 1 addition & 0 deletions asciidoctor-epub3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M
s.add_development_dependency 'rubocop-rspec', '~> 1.37.0'

s.add_runtime_dependency 'asciidoctor', '>= 1.5.3', '< 3.0.0'
s.add_runtime_dependency 'epubcheck-ruby', '~> 4.2.2.0'
s.add_runtime_dependency 'gepub', '~> 1.0.0'
s.add_runtime_dependency 'kindlegen', '>= 3.0.3', '<= 3.0.5'
end

0 comments on commit ccd90e5

Please sign in to comment.