Sha256: 514400794ef55d69bc7a245d0e54a06aaa54b428beae191e217c190e1d4668b6

Contents?: true

Size: 351 Bytes

Versions: 33

Compression:

Stored size: 351 Bytes

Contents

#!/usr/bin/env rake

require 'bundler/setup'
Bundler::GemHelper.install_tasks

namespace :test do
  task :documentation do
    output = `yard doc --no-cache --no-stats`.strip
    if output.empty?
      puts "YARD documentation check successfully finished."
    else
      puts output
      raise "YARD documentation has complained."
    end
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
scrivito_editors-0.66.0 Rakefile
scrivito_editors-0.66.0.rc2 Rakefile
scrivito_editors-0.65.2 Rakefile
scrivito_editors-0.66.0.rc1 Rakefile
scrivito_editors-0.65.1 Rakefile
scrivito_editors-0.65.0 Rakefile
scrivito_editors-0.65.0.rc2 Rakefile
scrivito_editors-0.65.0.rc1 Rakefile
scrivito_editors-0.60.0 Rakefile
scrivito_editors-0.60.0.rc2 Rakefile
scrivito_editors-0.50.1 Rakefile
scrivito_editors-0.60.0.rc1 Rakefile
scrivito_editors-0.50.0 Rakefile
scrivito_editors-0.50.0.rc2 Rakefile
scrivito_editors-0.50.0.rc1 Rakefile
scrivito_editors-0.42.1 Rakefile
scrivito_editors-0.42.1.rc3 Rakefile
scrivito_editors-0.42.1.rc2 Rakefile
scrivito_editors-0.42.1.rc1 Rakefile
scrivito_editors-0.42.0 Rakefile