Sha256: 6fd9fa3431e2743ee94fb6bf24276e92d348a5e351095842c6f627447e4bcefe
Contents?: true
Size: 382 Bytes
Versions: 2
Compression:
Stored size: 382 Bytes
Contents
source 'https://rubygems.org' # Look in asciidoctor-epub3.gemspec for runtime and development dependencies. gemspec group :optional do gem 'epubcheck', '3.0.1' if (ruby_version = Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.0.0') gem 'kindlegen', '2.9.4' gem 'pygments.rb', '0.6.3' else gem 'kindlegen', '3.0.3' gem 'pygments.rb', '1.1.2' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
asciidoctor-epub3-1.5.0.alpha.9 | Gemfile |
asciidoctor-epub3-1.5.0.alpha.8 | Gemfile |