Sha256: 04cddea489997828afa4b3375f9c572bb45f5e419b024097790248146274a26e

Contents?: true

Size: 185 Bytes

Versions: 37

Compression:

Stored size: 185 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

Version data entries

37 entries across 37 versions & 23 rubygems

Version Path
sixarm_ruby_pro_logger-3.0.0 Rakefile
sixarm_ruby_math_statistics-2.0.0 Rakefile
sixarm_ruby_magic_number_type-3.0.0 Rakefile
sixarm_ruby_geometry-4.0.0 Rakefile
sixarm_ruby_alpha_bravo-1.0.8 Rakefile
sixarm_ruby_markdown_table_of_contents-2.5.1 Rakefile
sixarm_ruby_markdown-2.1.3 Rakefile
sixarm_ruby_equal_instance_variables-1.0.0 Rakefile
sixarm_ruby_markdown_table_of_contents-2.4.0 Rakefile
sixarm_ruby_markdown-2.0.0 Rakefile
sixarm_ruby_markdown_table_of_contents-2.1.0 Rakefile
sixarm_ruby_string_replace_between-1.0.0 Rakefile
sixarm_ruby_string_index_after-1.0.0 Rakefile
sixarm_ruby_file_rewrite-1.0.0 Rakefile
sixarm_ruby_person_name-1.2.0 Rakefile
sixarm_ruby_array_slice-2.1.7 Rakefile
sixarm_ruby_alpha_bravo-1.0.7 Rakefile