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.5.3-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.3 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.2-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.2-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.2 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.1-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.1-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.1-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.1 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.0-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.0-x64-mingw-ucrt misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.0-x64-mingw32 misc/ruby-pg/lib/ruby/pg.rb
pg-1.5.0 misc/ruby-pg/lib/ruby/pg.rb
cipherstash-pg-1.0.0.beta.1-x86_64-darwin-21 ./misc/ruby-pg/lib/ruby/pg.rb
cipherstash-pg-1.0.0.beta.1-arm64-darwin-21 ./misc/ruby-pg/lib/ruby/pg.rb
cipherstash-pg-1.0.0.beta.1-x86_64-linux ./misc/ruby-pg/lib/ruby/pg.rb
cipherstash-pg-1.0.0.beta.1-x86_64-darwin-22 ./misc/ruby-pg/lib/ruby/pg.rb
cipherstash-pg-1.0.0.beta.1-arm64-darwin-22 ./misc/ruby-pg/lib/ruby/pg.rb
cipherstash-pg-1.0.0.beta.1-aarch64-linux ./misc/ruby-pg/lib/ruby/pg.rb
pg-1.4.6-x86-mingw32 misc/ruby-pg/lib/ruby/pg.rb