Sha256: 320e687959d5d2615ea127742d59d45d358ce39da743ea211ca06f9d8bee14ed

Contents?: true

Size: 435 Bytes

Versions: 133

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

133 entries across 133 versions & 7 rubygems

Version Path
pg-1.3.3-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.3.3-x64-mingw32 misc/postgres/Rakefile
pg-1.3.3-x86-mingw32 misc/postgres/Rakefile
pg-1.3.3 misc/postgres/Rakefile
pg-1.3.2-x86-mingw32 misc/postgres/Rakefile
pg-1.3.2-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.3.2-x64-mingw32 misc/postgres/Rakefile
pg-1.3.2 misc/postgres/Rakefile
pg-1.3.1 misc/postgres/Rakefile
pg-1.3.0-x86-mingw32 misc/postgres/Rakefile
pg-1.3.0-x64-mingw32 misc/postgres/Rakefile
pg-1.3.0-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.3.0 misc/postgres/Rakefile
pg-1.3.0.rc4-x86-mingw32 misc/postgres/Rakefile
pg-1.3.0.rc4-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.3.0.rc4-x64-mingw32 misc/postgres/Rakefile
pg-1.3.0.rc4 misc/postgres/Rakefile
pg-1.3.0.rc3-x86-mingw32 misc/postgres/Rakefile
pg-1.3.0.rc3-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.3.0.rc3-x64-mingw32 misc/postgres/Rakefile