Sha256: 320e687959d5d2615ea127742d59d45d358ce39da743ea211ca06f9d8bee14ed

Contents?: true

Size: 435 Bytes

Versions: 126

Compression:

Stored size: 435 Bytes

Contents

# -*- ruby -*-

require 'date'
require 'rubygems'
require 'hoe'
require 'pp'

Hoe.spec 'postgres' do
	self.developer 'Michael Granger', 'ged@FaerieMUD.org'
	self.dependency 'pg', '~> 0'
	self.spec_extras[:date] = Date.parse( '2008/01/30' )

	line = '-' * 75
	msg = paragraphs_of( 'README.txt', 3..-1 )
	msg.unshift( line )
	msg.push( line )

	self.spec_extras[:post_install_message] = msg.join( "\n\n" ) + "\n"
end

# vim: syntax=ruby

Version data entries

126 entries across 126 versions & 7 rubygems

Version Path
pg-1.5.9-x86-mingw32 misc/postgres/Rakefile
pg-1.5.9-x64-mingw32 misc/postgres/Rakefile
pg-1.5.9-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.5.9 misc/postgres/Rakefile
pg-1.5.8-x64-mingw32 misc/postgres/Rakefile
pg-1.5.8-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.5.8-x86-mingw32 misc/postgres/Rakefile
pg-1.5.8 misc/postgres/Rakefile
yugabytedb-ysql-0.5 misc/postgres/Rakefile
yugabytedb-ysql-0.4 misc/postgres/Rakefile
pg-1.5.7-x86-mingw32 misc/postgres/Rakefile
pg-1.5.7-x64-mingw32 misc/postgres/Rakefile
pg-1.5.7-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.5.7 misc/postgres/Rakefile
yugabytedb-ysql-0.3 misc/postgres/Rakefile
yugabyte_ysql-0.3 misc/postgres/Rakefile
yugabyte_ysql-0.2 misc/postgres/Rakefile
yugabyte_ysql-0.1 misc/postgres/Rakefile
pg-1.5.6-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.5.6-x64-mingw32 misc/postgres/Rakefile