Sha256: c18affa5fc13ad7f883706ca17756701178b1bd348379a94a86cedda012b2dc8

Contents?: true

Size: 240 Bytes

Versions: 22

Compression:

Stored size: 240 Bytes

Contents

require "bundler"
Bundler::GemHelper.install_tasks
Bundler.setup

require "rake/testtask"
Rake::TestTask.new(:test) do |test|
  test.libs = %w(lib test)
  test.pattern = "test/**/test_*.rb"
  test.verbose = true
end

task :default => :test

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
transitions-0.1.11 Rakefile
transitions-0.1.10 Rakefile
transitions-0.1.9 Rakefile
transitions-0.1.8 Rakefile
geekier_factory-0.1.5 Rakefile
transitions-0.1.7 Rakefile
geekier_factory-0.1.4 Rakefile
geekier_factory-0.1.3 Rakefile
geekier_factory-0.1.2 Rakefile
geekier_factory-0.1.1 Rakefile
geekier_factory-0.1.0 Rakefile
transitions-0.1.6 Rakefile
transitions-0.1.5 Rakefile
geekier_factory-0.0.1 Rakefile
transitions-0.1.4 Rakefile
transitions-0.1.3 Rakefile
transitions-0.1.2 Rakefile
transitions-0.1.1 Rakefile
transitions-0.1.0 Rakefile
transitions-0.0.18 Rakefile