Sha256: df75b1744dcec064743e93811f4a5ce0a6fe1ea64005c4595ecdf18549221d0b

Contents?: true

Size: 289 Bytes

Versions: 15

Compression:

Stored size: 289 Bytes

Contents

# frozen_string_literal: true

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

Dir.glob('lib/tasks/**/*.rake').each { |file| load file }

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

task default: %i[spec rubocop]

Version data entries

15 entries across 15 versions & 14 rubygems

Version Path
bp3-action_dispatch-0.1.4 Rakefile
bp3-noticed-0.2.1 Rakefile
bp3-actiontext-0.1.3 Rakefile
bp3-pg_search-0.1.2 Rakefile
bp3-paper_trail-0.1.2 Rakefile
bp3-railties-0.1.2 Rakefile
bp3-friendly_id-0.1.2 Rakefile
bp3-string-0.1.3 Rakefile
bp3-formtastic-0.2.1 Rakefile
bp3-activestorage-0.1.4 Rakefile
bp3-activeadmin-0.1.3 Rakefile
bp3-request_state-0.1.2 Rakefile
bp3-action_dispatch-0.1.3 Rakefile
bp3-core-0.1.5 Rakefile
bp3-hello-engine-0.1.5 Rakefile