Sha256: d2ef3bd4b075b38ddbc288955dc279b29974aba820308e3a7fece7c10a7d18d5

Contents?: true

Size: 206 Bytes

Versions: 14

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop/rake_task'

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

task default: %i[rubocop spec]

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
bunup-0.3.1 Rakefile
bunup-0.3.0 Rakefile
unwrappr-0.8.0 Rakefile
unwrappr-0.7.0 Rakefile
unwrappr-0.6.0 Rakefile
unwrappr-0.5.0 Rakefile
unwrappr-0.4.0 Rakefile
unwrappr-0.3.5 Rakefile
unwrappr-0.3.4 Rakefile
unwrappr-0.3.3 Rakefile
unwrappr-0.3.2 Rakefile
unwrappr-0.3.1 Rakefile
unwrappr-0.3.0 Rakefile
omdb-api-1.0.0 Rakefile