Sha256: d7dee951b574edca3d0b8b402283296bc3861da1502f8d79bbbee168da0902bf

Contents?: true

Size: 242 Bytes

Versions: 131

Compression:

Stored size: 242 Bytes

Contents

# -*- ruby -*-

require 'pathname'

module Pg

	VERSION = '0.8.0'

	gemdir = Pathname( __FILE__ ).dirname.parent.parent
	readme = gemdir + 'README.txt'

	header, message = readme.read.split( /^== Description/m )
	abort( message.strip )

end

Version data entries

131 entries across 131 versions & 6 rubygems

Version Path
pg-1.3.3-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.3-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.3-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.3 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.2-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.2-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.2-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.2 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.1 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc4-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc4-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc4-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc4 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc3-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc3-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc3-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb