Sha256: ec3360d3f01bdce8c356b6d086c54d7052c197d8206fa0dd2fd916f45d2db654

Contents?: true

Size: 472 Bytes

Versions: 24

Compression:

Stored size: 472 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.unshift File.expand_path("../lib", __FILE__)
require 'bundler/gem_tasks'
require 'rubygems'
require 'rspec/core/rake_task'
require 'rdoc/task'

task :default => :spec

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

Rake::RDocTask.new do |rdoc|
  version = File.exist?('VERSION') ? File.read('VERSION') : ""
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title = "postgres-copy #{version}"
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
postgres-copy-1.7.2 Rakefile
postgres-copy-1.7.1 Rakefile
postgres-copy-1.7.0 Rakefile
postgres-copy-1.6.1 Rakefile
postgres-copy-1.6.0 Rakefile
postgres-copy-1.5.0 Rakefile
postgres-copy-1.4.1 Rakefile
postgres-copy-1.4.0 Rakefile
postgres-copy-1.3.0 Rakefile
postgres-copy-1.2.0 Rakefile
postgres-copy-1.1.2 Rakefile
postgres-copy-1.1.1 Rakefile
postgres-copy-1.1.0 Rakefile
postgres-copy-1.0.0 Rakefile
postgres-copy-0.9.3 Rakefile
postgres-copy-0.9.2 Rakefile
postgres-copy-0.9.1 Rakefile
postgres-copy-0.9.0 Rakefile
postgres-copy-0.8.1 Rakefile
postgres-copy-0.8.0 Rakefile