1. 15 Jul, 2014 2 commits
  2. 14 Jul, 2014 1 commit
  3. 28 Jun, 2014 9 commits
  4. 20 Jun, 2014 1 commit
  5. 08 Jun, 2014 5 commits
  6. 07 Jun, 2014 1 commit
  7. 04 Jun, 2014 2 commits
  8. 02 Jun, 2014 2 commits
  9. 29 May, 2014 4 commits
  10. 28 May, 2014 4 commits
  11. 26 May, 2014 1 commit
  12. 25 May, 2014 1 commit
    • pangratz's avatar
      Fix function/alias naming clash between bower and bundle plugin · c0b094cf
      pangratz authored
      Since the `bower` plugin specifies a `bi` alias and `bundle` plugin
      specifies a `bi` function, there is a name clash when using both
      plugins, which results in the message "Can't 'bundle install' outside a
      bundled project" when trying to execute `bower`.
      
      This adresses #2486
      c0b094cf
  13. 24 May, 2014 4 commits
  14. 15 May, 2014 1 commit
  15. 06 May, 2014 2 commits
    • Ingo Renner's avatar
      [FEATURE] Support vagrant global-status · 30d9952b
      Ingo Renner authored
      Vagrant 1.6 introduced the `global-status` command which allows
      to get a quick overview of all active Vagrant environments for the
      currently logged in user.
      30d9952b
    • Ingo Renner's avatar
      [FEATURE] Support Vagrant Cloud commands · 7f8ee9aa
      Ingo Renner authored
      Vagrant 1.5 added Vagrant Cloud to share boxes. Some boxes
      may be protected, the `login` command allows to access those
      protected boxes from Vagrant Cloud.
      7f8ee9aa