Sha256: 8da96e9b23fbb0fd946e59efb3fcec4c4d30b1215351315dcbdea5d1ca694b61

Contents?: true

Size: 430 Bytes

Versions: 10

Compression:

Stored size: 430 Bytes

Contents

# frozen_string_literal: true

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

# Rspec
RSpec::Core::RakeTask.new(:spec)
task default: :spec

# Yard
YARD::Rake::YardocTask.new do |t|
  t.files   = ['lib/**/*.rb']
  t.options = ['--no-cache', '--protected', '--private']
  t.stats_options = ['--list-undoc']
end

# Load our custom rake tasks.
Gem.find_files('tasks/**/*.rake').each { |path| import path }

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
simple_command_dispatcher-3.0.2 Rakefile
simple_command_dispatcher-3.0.1 Rakefile
simple_command_dispatcher-3.0.0 Rakefile
simple_command_dispatcher-2.0.1 Rakefile
simple_command_dispatcher-2.0.0 Rakefile
simple_command_dispatcher-1.2.8 Rakefile
simple_command_dispatcher-1.2.7 Rakefile
simple_command_dispatcher-1.2.6 Rakefile
simple_command_dispatcher-1.2.5 Rakefile
simple_command_dispatcher-1.2.4 Rakefile