Sha256: 0f325661910a74dac5671c36b52ff8a6d70b4c3cb8656f81ae2269461d7a88d8
Contents?: true
Size: 474 Bytes
Versions: 5
Compression:
Stored size: 474 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_upsert #{version}" rdoc.rdoc_files.include('README*') rdoc.rdoc_files.include('lib/**/*.rb') end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
postgres_upsert-3.1.0-java | Rakefile |
postgres_upsert-3.0.0 | Rakefile |
postgres_upsert-2.0.0 | Rakefile |
postgres_upsert-1.1.0 | Rakefile |
postgres_upsert-1.0.0 | Rakefile |