changeset 7 | f0ef12e25a2f |
parent 3 | 5b4ee98d698c |
child 8 | 1ad0d5bc5083 |
6:4450ba4a0937 | 7:f0ef12e25a2f |
---|---|
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.1.1' |
27 VERSION = '0.1.2' |
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. |