Sha256: 10216ffafc0665b6f3e06584359bd39fcd93ec7eceedf78c399a102efc987fac
Contents?: true
Size: 392 Bytes
Versions: 117
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true # # Copyright (c) 2020-present, Blue Marble Payroll, LLC # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # require 'bundler/gem_tasks' require 'rspec/core/rake_task' require 'rubocop/rake_task' RSpec::Core::RakeTask.new(:spec) RuboCop::RakeTask.new task default: %i[rubocop spec]
Version data entries
117 entries across 117 versions & 12 rubygems