Sha256: d94443afd220b328d80a515043d8a438bfdb36462fdb4dc69f8025c74339e2f2
Contents?: true
Size: 347 Bytes
Versions: 1
Compression:
Stored size: 347 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 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.12 | Gemfile |