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.6-x86-mingw32 misc/postgres/Rakefile
pg-1.5.6 misc/postgres/Rakefile
pg-1.5.5-x86-mingw32 misc/postgres/Rakefile
pg-1.5.5-x64-mingw32 misc/postgres/Rakefile
pg-1.5.5-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.5.5 misc/postgres/Rakefile
pg-1.5.4-x86-mingw32 misc/postgres/Rakefile
pg-1.5.4-x64-mingw32 misc/postgres/Rakefile
pg-1.5.4-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.5.4 misc/postgres/Rakefile
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pg-1.4.5/misc/postgres/Rakefile
pg-1.5.3-x64-mingw32 misc/postgres/Rakefile
pg-1.5.3-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.5.3-x86-mingw32 misc/postgres/Rakefile
pg-1.5.3 misc/postgres/Rakefile
pg-1.5.2-x64-mingw32 misc/postgres/Rakefile
pg-1.5.2-x64-mingw-ucrt misc/postgres/Rakefile
pg-1.5.2 misc/postgres/Rakefile
pg-1.5.1-x86-mingw32 misc/postgres/Rakefile
pg-1.5.1-x64-mingw-ucrt misc/postgres/Rakefile