Sha256: 1c6a97af884579e794ca41a84a3595b7d98e612654539ffccc49101be5bd6862

Contents?: true

Size: 204 Bytes

Versions: 8

Compression:

Stored size: 204 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

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

require "rubocop/rake_task"
RuboCop::RakeTask.new

task :default => %w[ spec rubocop ]

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pg_search-1.0.6 Rakefile
pg_search-1.0.5 Rakefile
pg_search-1.0.4 Rakefile
pg_search-1.0.3 Rakefile
pg_search-1.0.2 Rakefile
pg_search-1.0.1 Rakefile
pg_search-1.0.0 Rakefile
pg_search-0.7.9 Rakefile