Sha256: 77e8ff0902695b4721e6c4182203c5c9d2b4b5caaca967cffd7fb4971e87b5db

Contents?: true

Size: 158 Bytes

Versions: 13

Compression:

Stored size: 158 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)
task :test => :spec

task :default => :spec

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
sidekiq-status-0.7.0 Rakefile
sidekiq-status-0.6.0 Rakefile
sidekiq-status-0.5.4 Rakefile
sidekiq-status-0.5.3 Rakefile
sidekiq-status-0.5.2 Rakefile
sidekiq-status-0.5.1 Rakefile
sidekiq-status-0.5.0 Rakefile
sidekiq-status-0.4.0 Rakefile
sidekiq-status-0.3.2 Rakefile
sidekiq-status-0.3.1 Rakefile
sidekiq-status-0.3.0 Rakefile
sidekiq-status-0.2.0 Rakefile
sidekiq-status-0.1.0 Rakefile