Sha256: 2b1393b99f9b90fa78d65fc26d7b337500b64022e20a2efd2df6ca81890e01c7

Contents?: true

Size: 197 Bytes

Versions: 5

Compression:

Stored size: 197 Bytes

Contents

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

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

task ci: [:spec, :style]
task default: [:ci]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
geo_redirect-0.8 Rakefile
geo_redirect-0.7 Rakefile
geo_redirect-0.6 Rakefile
geo_redirect-0.5.1 Rakefile
geo_redirect-0.5 Rakefile