1. 17 Jun, 2014 1 commit
    • Allow gem executable to contain spaces · d9f92340
      rbenv has a special exec function which loads the correct ruby version before executing a command.
      The syntax for this is `/usr/local/rbenv/bin/rbenv exec gem ...` for example.
      But previously when specifying executable='/usr/local/rbenv/bin/rbenv exec gem' this would not work because the string was treated as one executable. This PR fixes that by splitting the executable on spaces.
      Koen Punt committed
  2. 16 Jun, 2014 12 commits
  3. 15 Jun, 2014 6 commits
  4. 14 Jun, 2014 1 commit
  5. 13 Jun, 2014 3 commits
  6. 12 Jun, 2014 17 commits