Sha256: 2262b67756fde59ab11cf2e0fda8efbf8025e735a81f231c3dd1f25d41b41edf

Contents?: true

Size: 225 Bytes

Versions: 7

Compression:

Stored size: 225 Bytes

Contents

# frozen_string_literal: true

require 'rubygems'
require 'rake'
require 'bundler'

require 'rspec/core'
require 'rspec/core/rake_task'

Bundler::GemHelper.install_tasks

RSpec::Core::RakeTask.new(:spec)

task default: :spec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dotiw-5.3.3 Rakefile
dotiw-5.3.2 Rakefile
dotiw-5.3.1 Rakefile
dotiw-5.3.0 Rakefile
dotiw-5.2.0 Rakefile
dotiw-5.1.0 Rakefile
dotiw-5.0.0 Rakefile