copiousfreetime / amalgalite

SQLite database engine embedded in a ruby extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When Packing with amalgalite-pack amagalite_require_order differes from amagalite_needs

copiousfreetime opened this issue · comments

When packing amagalite into a database, it misses itself since the array amalgalite_needs is full path and Amalgalite::Packer.amalgalite_require_order is relative path

This appears to only happen in 1.9.

Fixed with commit b55e4e7