term · 2 entries
- 2012-06-203 minBuilding Ruby Projects with Bundler and the Bamboo Ruby Plugin
The latest release of the Ruby plugin I develop for Atlassian Bamboo now includes some new configuration options for Bundler along with a number of other additions and improvements. In this post I want to focus on the …
#002 - 2012-06-113 minBundler gems and binstubs
I have been working on an update of my Bamboo ruby plugin which uses bundler to install all the gems for a given project within the working copy of the project and then run rake using these gems. The aim of this post is …
#001