Sha256: a2f7e70c7cf1f6964326be50cf497f40a7f44cd473b9711ca8d9d8a1190ed640

Contents?: true

Size: 262 Bytes

Versions: 4

Compression:

Stored size: 262 Bytes

Contents

unless ENV.to_hash.has_key? 'CI'

  begin
    require 'yard'
  rescue LoadError
    $stderr.puts 'You need to install the "yard"-gem to make that rake task work.'
    exit 1 
  end

  YARD::Rake::YardocTask.new() do |y|
    # y.options << '--verbose'
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.3.2 lib/fedux_org/stdlib/rake/documentation/yard.rb
fedux_org-stdlib-0.3.0 lib/fedux_org/stdlib/rake/documentation/yard.rb
fedux_org-stdlib-0.2.1 lib/fedux_org/stdlib/rake/documentation/yard.rb
fedux_org-stdlib-0.1.3 lib/fedux_org/stdlib/rake/documentation/yard.rb