Sha256: 2c513d3577e4c26c5b08835c739f3f832796bf80d4280455d4b96400214f002f

Contents?: true

Size: 317 Bytes

Versions: 10

Compression:

Stored size: 317 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'yard'

RSpec::Core::RakeTask.new(:spec)

task default: :spec

namespace :docs do
  desc 'Generate docs'
  task :generate do
    YARD::CLI::Yardoc.run
  end

  desc 'Get docs stats'
  task :stats do
    YARD::CLI::Stats.run('--list-undoc')
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
onsi-2.0.1 Rakefile
onsi-1.3.1 Rakefile
onsi-1.3.0 Rakefile
onsi-1.2.2 Rakefile
onsi-1.2.1 Rakefile
onsi-1.2.0 Rakefile
onsi-1.1.0 Rakefile
onsi-1.0.1 Rakefile
onsi-1.0.0 Rakefile
sekret-1.0.0 Rakefile