Sha256: 38c51d81183edee7ca04d0393eaa9fff7064d506ccc19b14d86d2066516ca6f2

Contents?: true

Size: 259 Bytes

Versions: 46

Compression:

Stored size: 259 Bytes

Contents

# frozen_string_literal: true

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

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

RuboCop::RakeTask.new do |task|
  task.options = %w[-c .rubocop.yml]
end

task default: %i[rubocop spec]

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
ridgepole-3.0.0 Rakefile
ridgepole-2.1.1 Rakefile
ridgepole-2.1.0 Rakefile
ridgepole-2.0.3 Rakefile
ridgepole-2.0.2 Rakefile
ridgepole-2.0.1 Rakefile
ridgepole-2.0.0 Rakefile
ridgepole-2.0.0.beta2 Rakefile
ridgepole-2.0.0.beta Rakefile
ridgepole-1.2.1 Rakefile
ridgepole-1.2.0 Rakefile
ridgepole-1.1.0 Rakefile
ridgepole-1.0.7 Rakefile
ridgepole-1.0.6 Rakefile
ridgepole-1.0.5 Rakefile
ridgepole-1.0.4 Rakefile
ridgepole-1.0.3 Rakefile
ridgepole-1.0.2 Rakefile
ridgepole-1.0.2.beta Rakefile
ridgepole-1.0.1 Rakefile