Sha256: 7adcbbb2e4461fdf8f576491d4f37ecf48697956c7f9d1f28fc874ffa043eb5c

Contents?: true

Size: 204 Bytes

Versions: 15

Compression:

Stored size: 204 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'
Rake::TestTask.new do |test|
  test.libs << "test"
  test.test_files = FileList['test/**/*_test.rb']
end

task :default => :test

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
copy_no_dependency-0.2.0 Rakefile
copy-0.2.0 Rakefile
copy-0.1.7 Rakefile
copy-0.1.6 Rakefile
copy-0.1.5 Rakefile
copy-0.1.4 Rakefile
copy-0.1.3 Rakefile
copy-0.1.2 Rakefile
copy-0.1.1 Rakefile
copy-0.1.0 Rakefile
copy-0.0.41 Rakefile
copy-0.0.4 Rakefile
copy-0.0.3 Rakefile
copy-0.0.2 Rakefile
copy-0.0.1 Rakefile