Sha256: 0370ba644c429e038fdc60d2cc0a360e3040e5768456adbe304b32a869b9947b

Contents?: true

Size: 181 Bytes

Versions: 10

Compression:

Stored size: 181 Bytes

Contents

# -*- coding: utf-8 -*-
require 'rake'
require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib' << 'test'
  t.pattern = 'test/*.rb'
end

task :default => [:test]

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
sixarm_ruby_ramp-4.2.2 Rakefile
sixarm_ruby_xid-3.4.0 Rakefile
sixarm_ruby_xid-3.3.0 Rakefile
sixarm_ruby_xid-3.2.0 Rakefile
sixarm_ruby_xid-3.1.0 Rakefile
sixarm_ruby_xid-3.0.0 Rakefile
sixarm_ruby_ramp-4.1.0 Rakefile
sixarm_ruby_ramp-4.0.0 Rakefile
sixarm_ruby_date_days-2.0.0 Rakefile
sixarm_ruby_date_time_rand-2.0.0 Rakefile