Sha256: c66725a136f1f9ec8e826a14eccb1f68dd0ee1479db350adcf1727631daa10c9

Contents?: true

Size: 434 Bytes

Versions: 132

Compression:

Stored size: 434 Bytes

Contents

# -*- ruby -*-

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

Hoe.spec 'ruby-pg' 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

132 entries across 132 versions & 7 rubygems

Version Path
yugabytedb-ysql-0.7 misc/ruby-pg/Rakefile
yugabytedb-ysql-0.6 misc/ruby-pg/Rakefile
pg-1.6.0.rc1-x86_64-linux misc/ruby-pg/Rakefile
pg-1.6.0.rc1-x86-mingw32 misc/ruby-pg/Rakefile
pg-1.6.0.rc1-x64-mingw32 misc/ruby-pg/Rakefile
pg-1.6.0.rc1-x64-mingw-ucrt misc/ruby-pg/Rakefile
pg-1.6.0.rc1 misc/ruby-pg/Rakefile
pg-1.5.9-x86-mingw32 misc/ruby-pg/Rakefile
pg-1.5.9-x64-mingw32 misc/ruby-pg/Rakefile
pg-1.5.9-x64-mingw-ucrt misc/ruby-pg/Rakefile
pg-1.5.9 misc/ruby-pg/Rakefile
pg-1.5.8-x64-mingw32 misc/ruby-pg/Rakefile
pg-1.5.8-x64-mingw-ucrt misc/ruby-pg/Rakefile
pg-1.5.8-x86-mingw32 misc/ruby-pg/Rakefile
pg-1.5.8 misc/ruby-pg/Rakefile
yugabytedb-ysql-0.5 misc/ruby-pg/Rakefile
yugabytedb-ysql-0.4 misc/ruby-pg/Rakefile
pg-1.5.7-x86-mingw32 misc/ruby-pg/Rakefile
pg-1.5.7-x64-mingw32 misc/ruby-pg/Rakefile
pg-1.5.7-x64-mingw-ucrt misc/ruby-pg/Rakefile