Sha256: 1e8fc37f7a5fd9b11525df5e0bc1202b57566d8e5c351a42ab52f9d27d39c329

Contents?: true

Size: 277 Bytes

Versions: 47

Compression:

Stored size: 277 Bytes

Contents

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

require 'rake'
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << "lib" << 'spec/support'
  t.test_files = FileList['spec/**/*_spec.rb']
  t.verbose = false
  t.warning = false # pry-rescue has a lot of warnings
end

Version data entries

47 entries across 47 versions & 6 rubygems

Version Path
time_distribution-2.3.0 Rakefile
acpc_poker_basic_proxy-3.2.0 Rakefile
acpc_poker_basic_proxy-3.1.0 Rakefile
time_distribution-2.2.0 Rakefile
time_distribution-2.1.3 Rakefile
time_distribution-2.1.2 Rakefile
time_distribution-2.1.1 Rakefile
time_distribution-2.1.0 Rakefile
time_distribution-2.0.2 Rakefile
time_distribution-2.0.1 Rakefile
time_distribution-2.0.0 Rakefile
acpc_poker_player_proxy-1.2.2 Rakefile
acpc_poker_player_proxy-1.2.1 Rakefile
acpc_poker_player_proxy-1.2.0 Rakefile
acpc_poker_basic_proxy-3.0.4 Rakefile
acpc_poker_types-5.0.3 Rakefile
acpc_poker_player_proxy-1.1.3 Rakefile
acpc_poker_basic_proxy-3.0.3 Rakefile
acpc_poker_types-5.0.2 Rakefile
acpc_poker_player_proxy-1.1.2 Rakefile