Sha256: 07c15e03e5e3fe528fdf6ece0a9149d574ba77fd434fb04edce2bca689804eba

Contents?: true

Size: 210 Bytes

Versions: 63

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true

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

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

task default: %i[lint spec]

Version data entries

63 entries across 63 versions & 4 rubygems

Version Path
umbrellio-sequel-plugins-0.5.1.18 Rakefile
umbrellio-sequel-plugins-0.5.1.17 Rakefile
umbrellio-sequel-plugins-0.5.1 Rakefile
umbrellio-sequel-plugins-0.5.0 Rakefile
ci-helper-0.4.2 Rakefile
ci-helper-0.4.1 Rakefile
umbrellio-sequel-plugins-0.4.0.164 Rakefile
ci-helper-0.4.0 Rakefile
ci-helper-0.3.2 Rakefile
ci-helper-0.3.1 Rakefile
ci-helper-0.3.0 Rakefile
ci-helper-0.2.6 Rakefile
ci-helper-0.2.5 Rakefile
ci-helper-0.2.2 Rakefile
ci-helper-0.2.1 Rakefile
ci-helper-0.2.0 Rakefile
ezclient-1.5.1 Rakefile
ezclient-1.5.0 Rakefile
ci-helper-0.1.1 Rakefile
ci-helper-0.1.0 Rakefile