summaryrefslogtreecommitdiff
path: root/exe
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
|
* Removed exe/bundle_ruby and its example.SHIBATA Hiroshi2018-11-201-60/+0
|
* Ensure deprecations become a hard error in Bundler 2Samuel Giddins2017-08-201-3/+4
|
* 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
|
* Make `bundler` and `bundle` executables have the same functionalityBoggs2016-07-031-19/+1
|
* Print the first batch of major deprecation warningsSamuel Giddins2016-06-231-4/+2
|
* 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-313-2/+7
|
* Fix exe/bundle_ruby to not cause RuboCop to chokeSamuel Giddins2016-01-311-1/+1
|
* 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-262-12/+10
|
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-262-2/+2
|
* [RuboCop] Update to 0.34.1Samuel Giddins2015-10-181-1/+1
|
* Distinguish Gemfile syntax and evaluation errorsAgis-2015-09-021-0/+2
| | | | Fixes #3783.
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
| | | | closes #3850
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-153-9/+9
|
* Add new binstubs for rake and rspec in bin, move executables to exeSamuel E. Giddins2015-07-153-0/+100