Sha256: 2716b6a7c999bc22d1dfe5d8a0c9a921bd28abc8c4871779b4d32265d67a2522

Contents?: true

Size: 210 Bytes

Versions: 11

Compression:

Stored size: 210 Bytes

Contents

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

task :default => [:test]

Rake::TestTask.new(:test) do |t|
  t.libs.push("lib", "test")
  t.pattern = "test/**/*.rb"
end
task :default => [:test]

Version data entries

11 entries across 11 versions & 9 rubygems

Version Path
sixarm_ruby_to_id-1.1.3 Rakefile
sixarm_ruby_math_statistics-1.2.5 Rakefile
sixarm_ruby_pro_logger-2.0.5 Rakefile
sixarm_ruby_to_id-1.1.2 Rakefile
sixarm_ruby_time_terse-1.1.6 Rakefile
sixarm_ruby_time_stamp-1.1.6 Rakefile
sixarm_ruby_range_parse-1.0.5 Rakefile
sixarm_ruby_numeric_round-1.0.6 Rakefile
sixarm_ruby_math_statistics-1.2.4 Rakefile
sixarm_ruby_sign_out_simple-1.2.0 Rakefile
sixarm_ruby_sign_out-1.2.0 Rakefile