I’ve just released Rucola 0.5
New in this release:
Dependency resolver:
You can now specify your dependencies in environment.rb and they will resolved and vendored in release mode.
This applies to gems and any other ruby lib. Because of this agnostic system there might still be some edge cases, for this purpose
there’s the possibility to specify exceptions.
In [...]