Sha256: 7f3889e22cfdd9c33b7fb4e4439d97c34a644ab6db00cf86a1506047166f3bca

Contents?: true

Size: 210 Bytes

Versions: 22

Compression:

Stored size: 210 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"
require "standard/rake"

Rake::TestTask.new(:test) do |test|
  test.warning = true
  test.pattern = "test/**/test_*.rb"
end

task default: [:standard, :test]

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
sidekiq-6.1.3 Rakefile
sidekiq-6.1.2 Rakefile
sidekiq-6.1.1 Rakefile
sidekiq-6.1.0 Rakefile
sidekiq-6.0.7 Rakefile
sidekiq-6.0.6 Rakefile
sidekiq-6.0.5 Rakefile
periodically-0.1.0 Rakefile
periodically-0.0.9 Rakefile
periodically-0.0.8 Rakefile
periodically-0.0.7 Rakefile
periodically-0.0.6 Rakefile
periodically-0.0.5 Rakefile
periodically-0.0.4 Rakefile
periodically-0.0.3 Rakefile
periodically-0.0.2 Rakefile
sidekiq-6.0.4 Rakefile
sidekiq-6.0.3 Rakefile
sidekiq-6.0.2 Rakefile
sidekiq-6.0.1 Rakefile