Sha256: 5cc3d8b193c4a130709ee9fbd3377d7641ded879b108e6c962aca58c4af465ca

Contents?: true

Size: 618 Bytes

Versions: 2

Compression:

Stored size: 618 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

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

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', '~> 5.1.0.0'

  # Kindlegen is unavailable neither for 64-bit x86 macOS nor for ARM
  # Also, skip JRuby on Windows for now. See https://github.com/jruby/jruby/issues/7171
  gem 'kindlegen', '~> 3.1.0' unless RUBY_PLATFORM =~ /darwin/ || (Gem.win_platform? && RUBY_ENGINE == 'jruby')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
asciidoctor-epub3-2.0.1 Gemfile
asciidoctor-epub3-2.0.0 Gemfile