Sha256: 675fe663007fc0c8fa4eb89baa632bb39d7400825c041daad58ba1247d40942d

Contents?: true

Size: 188 Bytes

Versions: 51

Compression:

Stored size: 188 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = %w(--format progress)
end

task :default => [:spec]

Version data entries

51 entries across 51 versions & 3 rubygems

Version Path
redis_failover-0.6.0 Rakefile
redis_failover-0.5.4 Rakefile
redis_failover-0.5.3 Rakefile
redis_failover-0.5.2 Rakefile
redis_failover-0.5.1 Rakefile
redis_failover-0.5.0 Rakefile
redis_failover-0.4.0 Rakefile
redis_failover-0.3.0 Rakefile
redis_failover-0.2.0 Rakefile
redis_failover-0.1.1 Rakefile
redis_failover-0.1.0 Rakefile