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.0.rc3 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc2-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc2-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc2-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc2 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc1-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc1-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.3.0.rc1 misc/ruby-pg/lib/ruby/pg.rb
pg-1.1.0.pre20180730171000-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.1.0.pre20180730171000-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.1.0.pre20180730171000 misc/ruby-pg/lib/ruby/pg.rb