Thursday, August 20, 2015

missing files in gem after gem build

Bundler works in a weird way. The files that are not checked in to git will not get included. You have to add all the files to the git and then run gem build. You can verify it has included all the files by running gem unpack and opening the unpacked directory to verify the new files.