Sha256: 31056c103b0ea39b726907dd87c4ebf7b8b87cdb23a74bfc5dee7a2c9fba58cc

Contents?: true

Size: 254 Bytes

Versions: 8

Compression:

Stored size: 254 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "minitest/test_task"

begin
  require "tocer/rake/register"
rescue LoadError => error
  puts error.message
end

Tocer::Rake::Register.call

Minitest::TestTask.create

task default: :test

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ai_client-0.4.3 Rakefile
ai_client-0.4.1 Rakefile
ai_client-0.4.0 Rakefile
ai_client-0.3.1 Rakefile
ai_client-0.3.0 Rakefile
ai_client-0.2.5 Rakefile
ai_client-0.2.4 Rakefile
ai_client-0.2.3 Rakefile