Sha256: 2caeb8888c48a020b7ff11bf052d8d1f17e565f672127fe0290fdf829ecb7ec4

Contents?: true

Size: 261 Bytes

Versions: 9

Compression:

Stored size: 261 Bytes

Contents

#!/usr/bin/env rake

require "bundler/gem_tasks"

load "tasks/pgbackups_archive.rake"

require "rake/testtask"

Rake::TestTask.new(:test) do |t|
  t.libs << "lib"
  t.libs << "test"
  t.pattern = "test/**/*_test.rb"
  t.verbose = false
end

task default: :test

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pgbackups-archive-1.1.0 Rakefile
pgbackups-archive-1.0.3 Rakefile
pgbackups-archive-1.0.2 Rakefile
pgbackups-archive-1.0.1 Rakefile
pgbackups-archive-1.0.0 Rakefile
pgbackups-archive-0.3.0 Rakefile
pgbackups-archive-0.2.4 Rakefile
pgbackups-archive-0.2.3 Rakefile
pgbackups-archive-0.2.2 Rakefile