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_unaccent-1.2.2 Rakefile
sixarm_ruby_rails_dark_sky_api-1.1.0 Rakefile
sixarm_ruby_rails_dark_sky_api-1.0.0 Rakefile
sixarm_ruby_integer_map-2.0.0 Rakefile
sixarm_ruby_time_terse-3.0.0 Rakefile
sixarm_ruby_time_stamp-3.0.0 Rakefile
sixarm_ruby_markdown_table_of_contents-3.1.0 Rakefile
sixarm_ruby_markdown-3.1.0 Rakefile
sixarm_ruby_markdown-3.0.2 Rakefile
sixarm_ruby_markdown-3.0.1 Rakefile
sixarm_ruby_file_rewrite-2.0.0 Rakefile
sixarm_ruby_equal_instance_variables-2.0.0 Rakefile
sixarm_ruby_person_name-2.0.0 Rakefile
sixarm_ruby_hash_more-2.0.0 Rakefile
sixarm_ruby_to_id-2.0.0 Rakefile
sixarm_ruby_range_parse-2.0.0 Rakefile
sixarm_ruby_date_time_random-3.0.0 Rakefile
sixarm_ruby_time_terse-2.0.0 Rakefile
sixarm_ruby_time_stamp-2.0.0 Rakefile
sixarm_ruby_numeric_round-2.0.0 Rakefile