Sha256: f195c717d80eed8376558ddb7c19782329585a218b08bfbc61ed893a78169f6d

Contents?: true

Size: 210 Bytes

Versions: 17

Compression:

Stored size: 210 Bytes

Contents

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

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

task :default => [:test]
task :default => [:test]

Version data entries

17 entries across 17 versions & 15 rubygems

Version Path
sixarm_ruby_blob-2.0.0 Rakefile
sixarm_ruby_week-1.2.2 Rakefile
sixarm_ruby_to_id-1.1.1 Rakefile
sixarm_ruby_time_stamp-1.1.5 Rakefile
sixarm_ruby_range_parse-1.0.4 Rakefile
sixarm_ruby_pro_logger-2.0.4 Rakefile
sixarm_ruby_numeric_round-1.0.5 Rakefile
sixarm_ruby_math_statistics-1.2.3 Rakefile
sixarm_ruby_magic_number_type-2.0.5 Rakefile
sixarm_ruby_http_status_codes-1.1.2 Rakefile
sixarm_ruby_hash_more-1.3.3 Rakefile
sixarm_ruby_date_time_rand-2.0.2 Rakefile
sixarm_ruby_colorful-1.1.2 Rakefile
sixarm_ruby_xid-4.0.0 Rakefile
sixarm_ruby_math_statistics-1.2.2 Rakefile
sixarm_ruby_to_id-1.1.0 Rakefile
sixarm_ruby_ramp-4.2.4 Rakefile