Sha256: 0baf7dd07e43e6799c27f176a152dfbab926d4b451e188ee5cdc0df1da4fc4a4

Contents?: true

Size: 175 Bytes

Versions: 11

Compression:

Stored size: 175 Bytes

Contents

#!/usr/bin/env rake
# frozen_string_literal: true

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

RSpec::Core::RakeTask.new

task default: :spec
task test: :spec

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
resque-unique_by_arity-3.0.2 Rakefile
resque-unique_at_runtime-4.0.1 Rakefile
resque-unique_by_arity-3.0.1 Rakefile
resque-unique_by_arity-3.0.0 Rakefile
resque-unique_at_runtime-4.0.0 Rakefile
resque-unique_at_runtime-3.0.2 Rakefile
resque-unique_at_runtime-3.0.1 Rakefile
resque-unique_by_arity-2.0.2 Rakefile
resque-unique_by_arity-2.0.1 Rakefile
resque-unique_at_runtime-3.0.0 Rakefile
resque-unique_by_arity-2.0.0 Rakefile