lib/thingfish/metastore/pggraph.rb
changeset 1 60b437614edd
parent 0 3cc90e88c6ab
child 3 5b4ee98d698c
equal deleted inserted replaced
0:3cc90e88c6ab 1:60b437614edd
    22 	# Load Sequel extensions/plugins
    22 	# Load Sequel extensions/plugins
    23 	Sequel.extension :migration
    23 	Sequel.extension :migration
    24 
    24 
    25 
    25 
    26 	# Package version
    26 	# Package version
    27 	VERSION = '0.0.1'
    27 	VERSION = '0.1.0'
    28 
    28 
    29 	# Version control revision
    29 	# Version control revision
    30 	REVISION = %q$Revision$
    30 	REVISION = %q$Revision$
    31 
    31 
    32 	# The data directory that contains migration files.
    32 	# The data directory that contains migration files.