Sha256: 880564f09635856f326727d9785869f7f9f91a4d8a33d90d165a6497bdb149c3

Contents?: true

Size: 241 Bytes

Versions: 10

Compression:

Stored size: 241 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/HandleExceptions
end

task(default: :spec)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tapioca-0.2.5 Rakefile
tapioca-0.2.4 Rakefile
tapioca-0.2.3 Rakefile
tapioca-0.2.2 Rakefile
tapioca-0.2.1 Rakefile
tapioca-0.2.0 Rakefile
tapioca-0.1.5 Rakefile
tapioca-0.1.4 Rakefile
tapioca-0.1.3 Rakefile
tapioca-0.1.2 Rakefile