Sha256: 60f604a5495ffd7f4b069a04f105e8322a696976fe9de0662d149869da90b25c

Contents?: true

Size: 235 Bytes

Versions: 12

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

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

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

task default: :spec

# require "rubocop/rake_task"

# RuboCop::RakeTask.new

# task default: %i[spec rubocop]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
vectory-0.7.7 Rakefile
vectory-0.7.5 Rakefile
vectory-0.7.4 Rakefile
vectory-0.7.3 Rakefile
vectory-0.7.2 Rakefile
vectory-0.7.1 Rakefile
vectory-0.7.0 Rakefile
vectory-0.6.0 Rakefile
vectory-0.5.0 Rakefile
vectory-0.4.2 Rakefile
vectory-0.4.1 Rakefile
vectory-0.1.0 Rakefile