Sha256: ca6b75f9b18a22bf165d8d19cd824c6e8a48cba8c012f12ffc74125951fdc1d1

Contents?: true

Size: 254 Bytes

Versions: 4

Compression:

Stored size: 254 Bytes

Contents

begin
  require 'yard'
  YARD::Rake::YardocTask.new do |t|
    t.files   = ['app/**/*.rb'] # optional
    t.options = ['--output-dir=yard']
  end
rescue LoadError # rubocop:disable Lint/HandleExceptions
  # yard not present, skipping this definition
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
katello-3.1.0.1 lib/katello/tasks/yard.rake
katello-3.1.0 lib/katello/tasks/yard.rake
katello-3.1.0.rc2.1 lib/katello/tasks/yard.rake
katello-3.1.0.rc1 lib/katello/tasks/yard.rake