Sha256: 89b7fc5c7180894b80afc55cc7519ad7e58fd75acb7f522c9489ae815743c326

Contents?: true

Size: 245 Bytes

Versions: 8

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rspec/core/rake_task"

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

load 'lib/tasks/migrate.rake'

task default: :spec

task :docs do
  sh %( bin/yard )
  sh %( cd docs && make html )
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
checkpoint-1.1.3 Rakefile
checkpoint-1.1.2 Rakefile
checkpoint-1.1.1 Rakefile
checkpoint-1.1.0 Rakefile
checkpoint-1.0.3 Rakefile
checkpoint-1.0.2 Rakefile
checkpoint-1.0.1 Rakefile
checkpoint-1.0.0 Rakefile