- 07 Aug, 2018 1 commit
-
-
Marc Cornellà authored
This means that if you have, for example, `alias rs='rails server'`, you can run `be rs` and have it expanded to `bundle exec rails server`. Fixes #5818
-
- 18 Jul, 2018 1 commit
-
-
Marc Cornellà authored
It seems that `bundle version` calls git to know the commit sha, while `bundle --version` only shows the version of bundler. Fixes #6988
-
- 12 Jun, 2018 1 commit
-
-
Marc Cornellà authored
Use the same scheme as Darwin - sysctl instead of nproc, which doesn't exist in FreeBSD Closes #2545 Co-authored-by: Daniel Bye <dbye@users.noreply.github.com>
-
- 23 Jan, 2018 1 commit
-
-
Vsevolod Romashov authored
-
- 20 Jun, 2016 1 commit
-
-
Clemens Gruber authored
Calling awk is not necessary here, sysctl has the -n flag to print the value. Signed-off-by: Clemens Gruber <clemensgru@gmail.com>
-
- 29 Jan, 2016 1 commit
-
-
Anton Rieder authored
-
- 15 Nov, 2015 1 commit
-
-
Denis authored
-
- 11 Jun, 2015 1 commit
-
-
Filip Bartuzi authored
-
- 05 May, 2015 1 commit
-
-
Satoshi Ohmori authored
-
- 23 Jul, 2014 1 commit
-
-
Christian Höltje authored
The $OSTYPE variable is set at ZSH compile time and can be safely used to determine the OS of the system. e.g. darwin (os x)
-
- 15 Jul, 2014 12 commits
-
-
Thomas Kriechbaumer authored
-
Thomas Kriechbaumer authored
-
Thomas Kriechbaumer authored
-
Thomas Kriechbaumer authored
-
Thomas Kriechbaumer authored
-
toooooooby authored
-
Thomas Kriechbaumer authored
fixes #2076
-
Thomas Kriechbaumer authored
related to #1587 closes #2200 closes #2561
-
Thomas Kriechbaumer authored
closes #1817
-
Thomas Kriechbaumer authored
closes #1825
-
Thomas Kriechbaumer authored
closes #2779
-
Thomas Kriechbaumer authored
This makes adding, deleting and merging a lot easier.
-
- 28 Jun, 2014 3 commits
-
-
Helge Rausch authored
-
Helge Rausch authored
-
Marc Cornellà authored
-
- 25 May, 2014 1 commit
-
-
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
-
- 04 Apr, 2014 1 commit
-
-
DeLynn Berry authored
The mailcatcher gem does not work correctly when executed through Bundler.
-
- 22 Mar, 2014 2 commits
-
-
Miguel Flores Ruiz de Eguino authored
-
Miguel Flores Ruiz de Eguino authored
-
- 19 Feb, 2014 1 commit
-
-
Brandon Beacher authored
Recommended by @sj26 per https://github.com/sj26/mailcatcher#bundler.
-
- 02 Dec, 2013 1 commit
-
-
Brandon Siegel authored
Only check the bundler version when we call bi. This fixes two issues: First, if there is no bundler available system-wide this will cause an error each time zsh loads. Second, if new bundler is installed system-wide but you change into an rbenv with an older version, the alias will no longer work.
-
- 12 Nov, 2013 1 commit
-
-
Sabarish Kumar R authored
-
- 25 Oct, 2013 2 commits
-
-
Kevin Bongart authored
-
Kevin Bongart authored
-
- 24 Sep, 2013 1 commit
-
-
Maxim Dobryakov authored
-
- 05 Sep, 2013 1 commit
-
-
Stanislav Mekhonoshin authored
-
- 29 Aug, 2013 1 commit
-
-
Alexander Gronemann authored
Added taps to bundled_commands
-
- 06 Jun, 2013 2 commits
-
-
Charles Johnson authored
Added strainer & tailor to commands in bundler plugin.
-
Charles Johnson authored
Added berks, foodcritic, kitchen, and knife commands to bundler plugin.
-
- 23 Apr, 2013 1 commit
-
-
Tobias Sjösten authored
-