Ruby Gem with embedded database

So I am messing around with the EVE Online static database dump in a couple of projects. As the data I am accessing is very similar between projects, I was thinking of extracting the code into a gem. I can’t seem to find any examples of gems with embedded databases. Is this a bad practice, and if so, is there a better way to build it?