Sha256: a68a6127decd80e42f89e6add763d6441d39d020a799c0456ba1a14ca6cefcb4

Contents?: true

Size: 280 Bytes

Versions: 12

Compression:

Stored size: 280 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require "appraisal"
require_relative File.join("lib", "pg_ha_migrations")

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

if !ENV["APPRAISAL_INITIALIZED"] && !ENV["TRAVIS"]
    task :default => :appraisal
end

task :default => :spec

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pg_ha_migrations-1.8.0 Rakefile
pg_ha_migrations-1.7.0 Rakefile
pg_ha_migrations-1.6.0 Rakefile
pg_ha_migrations-1.5.0 Rakefile
pg_ha_migrations-1.4.0 Rakefile
pg_ha_migrations-1.3.0 Rakefile
pg_ha_migrations-1.2.5 Rakefile
pg_ha_migrations-1.2.4 Rakefile
pg_ha_migrations-1.2.3 Rakefile
pg_ha_migrations-1.2.2 Rakefile
pg_ha_migrations-1.2.1 Rakefile
pg_ha_migrations-1.2.0 Rakefile