Sha256: 1f522355a217765ee5ea76b596e4636e1d70cc5e05b6643dda1fb0a84b78d3b0

Contents?: true

Size: 302 Bytes

Versions: 60

Compression:

Stored size: 302 Bytes

Contents

# frozen_string_literal: true

require 'bundler/setup'
require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
require 'rubocop/rake_task'

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

desc 'Run linter and tests'
task default: %i[rubocop spec]

require 'yard'
YARD::Rake::YardocTask.new

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
dor-workflow-client-7.7.0 Rakefile
dor-workflow-client-7.6.1 Rakefile
dor-workflow-client-7.6.0 Rakefile
dor-workflow-client-7.5.0 Rakefile
dor-workflow-client-7.4.0 Rakefile
dor-workflow-client-7.3.0 Rakefile
dor-workflow-client-7.2.0 Rakefile
dor-workflow-client-7.1.0 Rakefile
dor-workflow-client-7.0.2 Rakefile
dor-workflow-client-7.0.1 Rakefile
dor-workflow-client-7.0.0 Rakefile
dor-workflow-client-6.0.0 Rakefile
dor-workflow-client-5.1.0 Rakefile
dor-workflow-client-5.0.0 Rakefile
dor-workflow-client-4.1.0 Rakefile
dor-workflow-client-4.0.0 Rakefile
dor-workflow-client-3.24.0 Rakefile
dor-workflow-client-3.23.1 Rakefile
dor-workflow-client-3.23.0 Rakefile
dor-workflow-client-3.22.0 Rakefile