Sha256: a3a3c30f7f8cbfd3db988f2c6bed75403b1ba7b4e5a6e2e98b5619af8de592ff

Contents?: true

Size: 225 Bytes

Versions: 31

Compression:

Stored size: 225 Bytes

Contents

# frozen_string_literal: true
require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.libs << "lib"
  t.test_files = FileList['test/**/*_test.rb']
end

task default: :test

Version data entries

31 entries across 31 versions & 3 rubygems

Version Path
kubernetes-deploy-0.12.0 Rakefile
kubernetes-deploy-0.11.2 Rakefile
kubernetes-deploy-0.11.1 Rakefile
kubernetes-deploy-0.11.0 Rakefile
kubernetes-deploy-0.10.1 Rakefile
kubernetes-deploy-0.10.0 Rakefile
aws_ec2_dns_name-0.1.4 Rakefile
aws_ec2_dns_name-0.1.3 Rakefile
aws-ec2-dns-name-0.1.2 Rakefile
aws-ec2-dns-name-0.1.1 Rakefile
aws-ec2-dns-name-0.1.0 Rakefile