Sha256: 7ddf7c3da3dbdb96b578fa09f2f5cc28455b18a0d8992f97f1437c17afac8443

Contents?: true

Size: 241 Bytes

Versions: 30

Compression:

Stored size: 241 Bytes

Contents

# frozen_string_literal: true

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

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

require "rubocop/rake_task"

RuboCop::RakeTask.new

task default: [:spec, :rubocop]

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
pg_easy_replicate-0.3.8 Rakefile
pg_easy_replicate-0.3.7 Rakefile
pg_easy_replicate-0.3.6 Rakefile
pg_easy_replicate-0.3.5 Rakefile
pg_easy_replicate-0.3.4 Rakefile
pg_easy_replicate-0.3.3 Rakefile
pg_easy_replicate-0.3.2 Rakefile
pg_easy_replicate-0.3.1 Rakefile
pg_easy_replicate-0.3.0 Rakefile
pg_easy_replicate-0.2.7 Rakefile
pg_easy_replicate-0.2.6 Rakefile
pg_easy_replicate-0.2.5 Rakefile
pg_easy_replicate-0.2.4 Rakefile
pg_easy_replicate-0.2.3 Rakefile
pg_easy_replicate-0.2.2 Rakefile
pg_easy_replicate-0.2.1 Rakefile
pg_easy_replicate-0.2.0 Rakefile
pg_easy_replicate-0.1.12 Rakefile
pg_easy_replicate-0.1.11 Rakefile
pg_easy_replicate-0.1.10 Rakefile