Sha256: ffe573bb74245aa0b50c664827c7f8efe6de7a3eb650d771a1102dff169a557f

Contents?: true

Size: 279 Bytes

Versions: 10

Compression:

Stored size: 279 Bytes

Contents

# frozen_string_literal: true

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

require "rubocop/rake_task"
RuboCop::RakeTask.new do |t|
  t.options = %w[--display-cop-names]
end

task default: %w[spec rubocop]

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pg_search-2.3.5 Rakefile
pg_search-2.3.4 Rakefile
pg_search-2.3.3 Rakefile
pg_search-2.3.2 Rakefile
pg_search-2.3.1 Rakefile
pg_search-2.3.0 Rakefile
pg_search-2.2.0 Rakefile
pg_search-2.1.7 Rakefile
pg_search-2.1.6 Rakefile
pg_search-2.1.5 Rakefile