Sha256: 88638c0b4eefed23986a35bbd21bcf2320d416957347549b90666862aaf8cd86

Contents?: true

Size: 443 Bytes

Versions: 362

Compression:

Stored size: 443 Bytes

Contents

#!/usr/bin/ruby -*- ruby -*-

BEGIN {
	require 'pathname'
	require 'rbconfig'

	basedir = Pathname.new( __FILE__ ).dirname.expand_path
	libdir = basedir + "lib"

	puts ">>> Adding #{libdir} to load path..."
	$LOAD_PATH.unshift( libdir.to_s )
}


# Try to require the 'pg' library
begin
	$stderr.puts "Loading pg..."
	require 'pg'
rescue => e
	$stderr.puts "Ack! pg library failed to load: #{e.message}\n\t" +
		e.backtrace.join( "\n\t" )
end

Version data entries

362 entries across 181 versions & 2 rubygems

Version Path
pg-1.5.8-x64-mingw32 .irbrc
pg-1.5.8-x64-mingw32 .pryrc
pg-1.5.8-x64-mingw-ucrt .pryrc
pg-1.5.8-x64-mingw-ucrt .irbrc
pg-1.5.8-x86-mingw32 .pryrc
pg-1.5.8-x86-mingw32 .irbrc
pg-1.5.8 .pryrc
pg-1.5.8 .irbrc
pg-1.5.7-x86-mingw32 .pryrc
pg-1.5.7-x86-mingw32 .irbrc
pg-1.5.7-x64-mingw32 .irbrc
pg-1.5.7-x64-mingw32 .pryrc
pg-1.5.7-x64-mingw-ucrt .irbrc
pg-1.5.7-x64-mingw-ucrt .pryrc
pg-1.5.7 .irbrc
pg-1.5.7 .pryrc
pg-1.5.6-x64-mingw-ucrt .irbrc
pg-1.5.6-x64-mingw-ucrt .pryrc
pg-1.5.6-x64-mingw32 .irbrc
pg-1.5.6-x64-mingw32 .pryrc