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
aws_ec2_dns_name-0.1.6 Rakefile
kubernetes-deploy-0.15.2 Rakefile
kubernetes-deploy-0.15.1 Rakefile
kubernetes-deploy-0.15.0 Rakefile
kubernetes-deploy-0.14.1 Rakefile
kubernetes-deploy-0.14.0 Rakefile
kubernetes-deploy-0.13.0 Rakefile
kubernetes-deploy-0.12.12 Rakefile
kubernetes-deploy-0.12.11 Rakefile
kubernetes-deploy-0.12.10 Rakefile
kubernetes-deploy-0.12.9 Rakefile
kubernetes-deploy-0.12.8 Rakefile
kubernetes-deploy-0.12.7 Rakefile
kubernetes-deploy-0.12.6 Rakefile
kubernetes-deploy-0.12.5 Rakefile
kubernetes-deploy-0.12.4 Rakefile
kubernetes-deploy-0.12.3 Rakefile
kubernetes-deploy-0.12.2 Rakefile
aws_ec2_dns_name-0.1.5 Rakefile
kubernetes-deploy-0.12.1 Rakefile