$ cat ~/wolfe.id.au/index.md

Bundler

term  ·  2 entries
  1. Building 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
  2. Bundler 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