summaryrefslogtreecommitdiff
path: root/exe/bundle
Commit message (Collapse)AuthorAgeFilesLines
* Require relatively from exe/ when possibleDavid Rodríguez2019-08-171-3/+19
|
* Revert "Migrate requires from exe/ to also be relative"revert_relative_require_from_executableDavid Rodríguez2019-06-201-3/+3
| | | | This reverts commit d9d2bf6d522dd36d1ef2732e87cef8b7cba729fd.
* Migrate requires from exe/ to also be relativemore_require_relativeDavid Rodríguez2019-06-081-3/+3
|
* Completely remove the postit trampolineSamuel Giddins2017-06-211-5/+0
|
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
| | | | Run `rubocop -a --only Style/PercentLiteralDelimiters` and `rubocop --auto-gen-config`.
* Print a backtrace on SIGINT in debug modeseg-sigint-debug-backtraceSamuel Giddins2017-02-221-1/+4
|
* [PostitTrampoline] Automatically enable when target version is >= 2seg-enable-trampoline-2.0Samuel Giddins2016-08-181-6/+4
|
* Add total bundler version trampolining via vendored postitSamuel Giddins2016-06-101-4/+7
|
* [bundle] Automatically trampoline to postitSamuel Giddins2016-06-101-0/+4
| | | | Except on bundle exec, since that would be too slow
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+3
|
* Redirects any usage of --help or -h flag for a command to that command's helpJames Wen2015-12-211-1/+7
| | | | | | | | | | | | | | - Any usage of `--help` or `-h` as a flag, whether it's before or after the command, will now pull up the help for that command. The following are all equivalent: ``` bundle help install bundle install --help bundle install -h bundle --help install bundle -h install ```
* [RuboCop] Enable Style/NextSamuel Giddins2015-11-261-6/+5
|
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
|
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-3/+3
|
* Add new binstubs for rake and rspec in bin, move executables to exeSamuel E. Giddins2015-07-151-0/+21