Sha256: 7404d9401dd470f31d14bf66bc7d429f21975e055ceb822bd2c7194fb005bfa9

Contents?: true

Size: 341 Bytes

Versions: 8

Compression:

Stored size: 341 Bytes

Contents

require 'yard'

YARD::Rake::YardocTask.new do |t|
  t.files = %w(lib/**/*.rb - History.rdoc)
  t.options = %w(--private --protected --verbose)
end

namespace :yard do
  YARD::Rake::YardocTask.new(:with_features) do |t|
    YARD::Config.load_plugin 'cucumber'
    
    t.files = %w(lib/**/*.rb features/**/*.feature - History.rdoc)
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tailor-1.1.3 tasks/yard.rake
tailor-1.1.2 tasks/yard.rake
tailor-1.1.1 tasks/yard.rake
tailor-1.1.0 tasks/yard.rake
tailor-1.0.1 tasks/yard.rake
tailor-1.0.0 tasks/yard.rake
tailor-1.0.0.alpha2 tasks/yard.rake
tailor-1.0.0.alpha tasks/yard.rake