Sha256: 628fa4334958561abc50d94b4b46e46018bdb365d9deda2984d7cde4f21b7bd5

Contents?: true

Size: 338 Bytes

Versions: 38

Compression:

Stored size: 338 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rake/testtask"
require "rubocop/rake_task"

Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.libs << "lib"
  t.test_files = FileList["test/**/*_test.rb"]
end

task :default do
  Rake::Task["test"].invoke
  RuboCop::RakeTask.new
  Rake::Task["rubocop"].invoke
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
groundskeeper-bitcore-0.24.0 Rakefile
groundskeeper-bitcore-0.23.0 Rakefile
groundskeeper-bitcore-0.22.0 Rakefile
groundskeeper-bitcore-0.21.0 Rakefile
groundskeeper-bitcore-0.20.1 Rakefile
groundskeeper-bitcore-0.19.0 Rakefile
groundskeeper-bitcore-0.18.0 Rakefile
groundskeeper-bitcore-0.17.0 Rakefile
groundskeeper-bitcore-0.16.0 Rakefile
groundskeeper-bitcore-0.15.0 Rakefile
groundskeeper-bitcore-0.14.0 Rakefile
groundskeeper-bitcore-0.13.0 Rakefile
groundskeeper-bitcore-0.12.0 Rakefile
groundskeeper-bitcore-0.11.0 Rakefile
groundskeeper-bitcore-0.10.0 Rakefile
groundskeeper-bitcore-0.9.0 Rakefile
groundskeeper-bitcore-0.8.0 Rakefile
groundskeeper-bitcore-0.7.0 Rakefile
groundskeeper-bitcore-0.6.0 Rakefile
groundskeeper-bitcore-0.5.0 Rakefile