Sha256: b2dfd098936abf9ad7a8e431ea2aab2d85e519d2f09010cb045f26acb868b614

Contents?: true

Size: 233 Bytes

Versions: 19

Compression:

Stored size: 233 Bytes

Contents

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

require 'rake/clean'
require 'rake/testtask'

task :clobber do
  rm_rf 'pkg'
end

Rake::TestTask.new do |t|
  t.pattern = "test/**/*_test.rb"
end

task default: :test

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
bindata-2.5.0 Rakefile
bindata-2.4.15 Rakefile
bindata-2.4.14 Rakefile
bindata-2.4.13 Rakefile
bindata-2.4.12 Rakefile
bindata-2.4.11 Rakefile
bindata-2.4.10 Rakefile
bindata-2.4.9 Rakefile
bindata-2.4.8 Rakefile
bindata-2.4.7 Rakefile
bindata-2.4.6 Rakefile
bindata-2.4.5 Rakefile
bindata-2.4.4 Rakefile
bindata-2.4.3 Rakefile
bindata-2.4.2 Rakefile
bindata-2.4.1 Rakefile
bindata-2.4.0 Rakefile
bindata-2.3.5 Rakefile
bindata-2.3.4 Rakefile