Sha256: 54a3f107229a5cac3594f943c45ccdf82472f1f560e6b5136de4ae394ff4cf35

Contents?: true

Size: 232 Bytes

Versions: 21

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

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

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

require "rubocop/rake_task"

RuboCop::RakeTask.new

task default: %i[spec rubocop]

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
govuk_personalisation-1.1.0 Rakefile
govuk_personalisation-1.0.0 Rakefile
govuk_personalisation-0.16.0 Rakefile
govuk_personalisation-0.15.0 Rakefile
govuk_personalisation-0.14.0 Rakefile
govuk_personalisation-0.13.0 Rakefile
govuk_personalisation-0.12.0 Rakefile
govuk_personalisation-0.11.2 Rakefile
govuk_personalisation-0.11.1 Rakefile
govuk_personalisation-0.11.0 Rakefile
govuk_personalisation-0.10.1 Rakefile
govuk_personalisation-0.10.0 Rakefile
govuk_personalisation-0.9.0 Rakefile
govuk_personalisation-0.8.0 Rakefile
govuk_personalisation-0.7.0 Rakefile
govuk_personalisation-0.6.0 Rakefile
govuk_personalisation-0.5.0 Rakefile
govuk_personalisation-0.4.0 Rakefile
govuk_personalisation-0.3.0 Rakefile
govuk_personalisation-0.2.0 Rakefile