Sha256: 755b0dc2e28c63a2fb94ddec2ce76d5bb565383270574fdf885bb11d24d88d16

Contents?: true

Size: 738 Bytes

Versions: 1

Compression:

Stored size: 738 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

# Look in asciidoctor-epub3.gemspec for runtime and development dependencies.
gemspec

gem 'asciidoctor', ENV['ASCIIDOCTOR_VERSION'], require: false if ENV.key? 'ASCIIDOCTOR_VERSION'

group :optional do
  # epubcheck-ruby might be safe to be converted into runtime dependency, but could have issues when packaged into asciidoctorj-epub3
  gem 'epubcheck-ruby', '~> 4.2.2.0'
  # We would like to make kindlegen a runtime dependency, but can't because of the way asciidoctorj-epub3 packaging works
  # See https://github.com/asciidoctor/asciidoctor-epub3/issues/288
  gem 'kindlegen', '~> 3.0.3'
  gem 'pygments.rb', '1.2.1'
end

group :docs do
  gem 'yard', require: false
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
asciidoctor-epub3-1.5.0.alpha.13 Gemfile