Sha256: 2490268c4094ad4af611c7f6cc3f78b1434078995339f0c5df29e115960c5f39

Contents?: true

Size: 210 Bytes

Versions: 15

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true
require "bundler/gem_tasks"

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)

require "rubocop/rake_task"
RuboCop::RakeTask.new

task :default => [:spec, :rubocop]

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
sidekiq-throttled-0.6.6 Rakefile
sidekiq-throttled-0.6.5 Rakefile
sidekiq-throttled-0.6.4 Rakefile
sidekiq-throttled-0.6.3 Rakefile
sidekiq-throttled-0.6.2 Rakefile
sidekiq-throttled-0.6.1 Rakefile
sidekiq-throttled-0.6.0 Rakefile
sidekiq-throttled-0.4.1 Rakefile
sidekiq-throttled-0.5.0 Rakefile
sidekiq-throttled-0.4.0 Rakefile
sidekiq-throttled-0.3.2 Rakefile
sidekiq-throttled-0.3.1 Rakefile
sidekiq-throttled-0.3.0 Rakefile
sidekiq-throttled-0.3.0.pre Rakefile
sidekiq-throttled-0.2.0 Rakefile