Sha256: eade5c0c92032ccb364bf4e782dd2994165b0ee607a61e94b313230f11fc9499

Contents?: true

Size: 197 Bytes

Versions: 24

Compression:

Stored size: 197 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"

task 'default'
task 'gem' => 'build'

Rake::TestTask.new(:test) do |t|
    t.libs << "lib" << Dir.pwd
    t.test_files = ['test/suite.rb']
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
autobuild-1.12.1 Rakefile
autobuild-1.12.0 Rakefile
autobuild-1.11.2 Rakefile
autobuild-1.11.1 Rakefile
autobuild-1.11.0 Rakefile
autobuild-1.11.0.rc1 Rakefile
autobuild-1.10.1 Rakefile
autobuild-1.10.0 Rakefile
autobuild-1.10.0.rc22 Rakefile
autobuild-1.10.0.rc21 Rakefile
autobuild-1.10.0.rc20 Rakefile
autobuild-1.10.0.rc19 Rakefile
autobuild-1.10.0.rc18 Rakefile
autobuild-1.10.0.rc17 Rakefile
autobuild-1.10.0.rc16 Rakefile
autobuild-1.10.0.rc15 Rakefile
autobuild-1.10.0.rc14 Rakefile
autobuild-1.10.0.rc13 Rakefile
autobuild-1.10.0.rc12 Rakefile
autobuild-1.10.0.rc11 Rakefile