Sha256: c7b92ceebae97c4bfc83e25b91bf4eec116cdefdbba64b1841a163e9a0c80b96

Contents?: true

Size: 230 Bytes

Versions: 21

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(spec: "app:db:test:prepare")

require "rubocop/rake_task"

RuboCop::RakeTask.new

task default: %i[spec rubocop]

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
minato_error_handler-0.1.10 Rakefile
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/minato_error_handler-0.1.9.pre.1/Rakefile
minato_error_handler-0.1.9.pre.1 Rakefile
minato_error_handler-0.1.8 Rakefile
minato_error_handler-0.1.7 Rakefile
minato_error_handler-0.1.6 Rakefile
minato_error_handler-0.1.5 Rakefile
minato_error_handler-0.1.4 Rakefile
minato_error_handler-0.1.3 Rakefile
minato_error_handler-0.1.2.pre.9 Rakefile
minato_error_handler-0.1.2.pre.8 Rakefile
minato_error_handler-0.1.2.pre.7 Rakefile
minato_error_handler-0.1.2.pre.6 Rakefile
minato_error_handler-0.1.2.pre.5 Rakefile
minato_error_handler-0.1.2.pre.4 Rakefile
minato_error_handler-0.1.2.pre.3 Rakefile
minato_error_handler-0.1.2.pre.2 Rakefile
minato_error_handler-0.1.2.pre.1 Rakefile
minato_error_handler-0.1.2 Rakefile
minato_error_handler-0.1.1 Rakefile