lib/sqlpostgres/PgBit.rb in sqlpostgres-1.2.6 vs lib/sqlpostgres/PgBit.rb in sqlpostgres-1.3.0

- old
+ new

@@ -1,5 +1,5 @@ -require 'sqlpostgres/PgType' +require File.expand_path('PgType', File.dirname(__FILE__)) module SqlPostgres # This class holds the value of a "bit" column.