Sha256: 21874eba432bca2d0264eee28444716be51886db4e9e1ae9cf73f01c003e4ec3

Contents?: true

Size: 230 Bytes

Versions: 26

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

$default_tasks = [] # rubocop:disable Style/GlobalVars
Dir.glob('tasks/*.rake').each { |file| load file }
task default: $default_tasks unless $default_tasks.empty? # rubocop:disable Style/GlobalVars

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
asciidoctor-epub3-2.1.0 Rakefile
asciidoctor-epub3-2.0.1 Rakefile
asciidoctor-epub3-2.0.0 Rakefile
fb2rb-0.8.0 Rakefile
asciidoctor-fb2-0.7.0 Rakefile
asciidoctor-fb2-0.6.0 Rakefile
fb2rb-0.7.0 Rakefile
asciidoctor-fb2-0.5.1 Rakefile
asciidoctor-fb2-0.5.0 Rakefile
asciidoctor-fb2-0.4.0 Rakefile
fb2rb-0.6.0 Rakefile
fb2rb-0.5.0 Rakefile
asciidoctor-fb2-0.3.1 Rakefile
asciidoctor-fb2-0.3.0 Rakefile
asciidoctor-fb2-0.2.4 Rakefile
fb2rb-0.4.0 Rakefile
asciidoctor-fb2-0.2.3 Rakefile
asciidoctor-fb2-0.2.2 Rakefile
asciidoctor-fb2-0.2.1 Rakefile
asciidoctor-fb2-0.2.0 Rakefile