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.9.4 Rakefile
redis_failover-0.9.3 Rakefile
redis_failover-0.9.2 Rakefile
redis_failover-0.9.1 Rakefile
nogara-redis_failover-0.9.0 Rakefile
redis_failover-0.9.0 Rakefile
nogara-redis_failover-0.8.11 Rakefile
nogara-redis_failover-0.8.10 Rakefile
nogara-redis_failover-0.8.9 Rakefile
redis_failover-0.8.9 Rakefile
redis_failover-0.8.8 Rakefile
redis_failover-0.8.7 Rakefile
redis_failover-0.8.6 Rakefile
redis_failover-0.8.5 Rakefile
redis_failover-0.8.4 Rakefile
redis_failover-0.8.3 Rakefile
redis_failover-0.8.2 Rakefile
redis_failover-0.8.1 Rakefile
redis_failover-0.8.0 Rakefile
redis_failover-0.7.0 Rakefile