Sha256: 57b4cbe9883c3ea7826dcc340cfebea83a5c2148053ef42b8b8150e4d1bf9329

Contents?: true

Size: 185 Bytes

Versions: 5

Compression:

Stored size: 185 Bytes

Contents

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

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

task default: %i[rubocop spec]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
emarsys-api-0.7.0 Rakefile
emarsys-api-0.6.1 Rakefile
emarsys-api-0.6.0 Rakefile
emarsys-api-0.5.0 Rakefile
emarsys-api-0.4.0 Rakefile