Sha256: 682fa530c7ba984900b585b975610c8cd99d4d930a70c9acd9252e10bcd6132a

Contents?: true

Size: 244 Bytes

Versions: 6

Compression:

Stored size: 244 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rake/testtask"

begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec)
rescue LoadError # rubocop:disable Lint/SuppressedException
end

task(default: :spec)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tapioca-0.4.0 Rakefile
tapioca-0.3.1 Rakefile
tapioca-0.3.0 Rakefile
tapioca-0.2.8 Rakefile
tapioca-0.2.7 Rakefile
tapioca-0.2.6 Rakefile