Sha256: a786429d518dfa2a03f5209e91c9a0acfb05620f6e18cc287befd4cd60ca46c7

Contents?: true

Size: 186 Bytes

Versions: 11

Compression:

Stored size: 186 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: [:rubocop, :spec]

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
emarsys-delivery_method-0.1.1 Rakefile
emarsys-delivery_method-0.1.0 Rakefile
emarsys-api-0.3.0 Rakefile
emarsys-api-0.2.0 Rakefile
entangler-1.0.2 Rakefile
entangler-1.0.1 Rakefile
entangler-1.0.0 Rakefile
entangler-1.0.0.beta4 Rakefile
entangler-1.0.0.beta3 Rakefile
entangler-1.0.0.beta2 Rakefile
entangler-1.0.0.beta1 Rakefile