Sha256: 432a98d801e1ed9d0f0109eadf552ce85a5eadcaeebab1cdd9ac0cea0cb2ed14

Contents?: true

Size: 174 Bytes

Versions: 63

Compression:

Stored size: 174 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << 'test'
  t.pattern = 'test/*_test.rb'
  t.warning = false
end

task default: :test

Version data entries

63 entries across 63 versions & 3 rubygems

Version Path
portmone-0.0.12 Rakefile
portmone-0.0.11 Rakefile
portmone-0.0.10 Rakefile
portmone-0.0.9 Rakefile
gillbus-0.20.5 Rakefile
gillbus-0.20.4 Rakefile
gillbus-0.20.3 Rakefile
gillbus-0.20.2 Rakefile
gillbus-0.20.1 Rakefile
portmone-0.0.8 Rakefile
gillbus-0.20.0 Rakefile
gillbus-0.19.0 Rakefile
portmone-0.0.7 Rakefile
gillbus-0.18.14 Rakefile
portmone-0.0.6 Rakefile
portmone-0.0.5 Rakefile
portmone-0.0.4 Rakefile
portmone-0.0.3 Rakefile
portmone-0.0.2 Rakefile
portmone-0.0.1 Rakefile