Commits

Terence Lee authored 6400216a5f1M
Merge pull request #16 from stevenh512/heroku-buildpack-ruby --- * Keep the gem cache (including Bundlers git cache) out of the slug. * Keep Rubinius .rbc files out of the slug unless ruby_version_rbx? is true. This may not be ready to merge, but it doesnt hurt to open a pull request so this can be looked at and discussed by people who know more about it than I do. :grin: Ive been using this for a little over a month now with no side-effects other than a dramatically reduced slug size. The cache seems to still exist on redeploys (as far as I can tell), it just doesnt get included in the compiled slug. On my current Diaspora deploy (with a few extra git dependencies and at least one gem that, for some reason, includes .rbc files) I cant use the default buildpack because my slug size would be 102.2MB. With this patch its 87.0MB.