Sha256: 12fe22803b1b0684ce6bd213dba005561afd106b925d6dcf95cfda633717a715

Contents?: true

Size: 328 Bytes

Versions: 13

Compression:

Stored size: 328 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'minitest/test_task'

Minitest::TestTask.create

require 'rubocop/rake_task'

RuboCop::RakeTask.new

require 'pathname'
Pathname.glob('tasks/*.rake').each { |r| load r }

# Coverage and wipelock both come from tasks/
task default: %i[coverage rubocop wipelock]

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
dapr-0.4.1 Rakefile
dapr-0.4.0 Rakefile
dapr-0.3.3 Rakefile
dapr-0.3.2 Rakefile
dapr-0.3.1 Rakefile
dapr-0.3.0 Rakefile
dapr-0.2.11 Rakefile
dapr-0.2.9 Rakefile
dapr-0.2.8 Rakefile
dapr-0.2.7 Rakefile
dapr-0.2.6 Rakefile
dapr-0.2.4 Rakefile
dapr-0.2.2 Rakefile