aboutsummaryrefslogtreecommitdiffstats
path: root/exe
Commit message (Collapse)AuthorAgeFilesLines
* [PostitTrampoline] Automatically enable when target version is >= 2Samuel 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