summaryrefslogtreecommitdiff
path: root/lib/bundler/cli
Commit message (Expand)AuthorAgeFilesLines
* use Bundler.load_gemspec_uncached for reading gemspeccolby/bundler-init-invalid-gemspecColby Swandale2017-06-011-5/+1
* handle invalid gemspec and add specs for untested behaviour in bundle init --...Colby Swandale2017-06-011-0/+6
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-284-5/+5
* Unify the notation of RubyGemsKoichi ITO2017-05-042-2/+2
* [CLI] Avoid loading Thor::Actions when it is not usedSamuel Giddins2017-04-251-0/+8
* move implementation of Bundler::Env to class methodsColby Swandale2017-04-201-1/+1
* [Env] Default to always printing gemfile & gemspecsseg-error-reportSamuel Giddins2017-04-151-1/+1
* Auto merge of #5306 - colby-swandale:bundler-config-parseable-flag, r=segiddinsThe Bundler Bot2017-04-151-6/+24
|\
| * print key & value on config set and print new value when overwritting existin...Colby Swandale2017-04-151-3/+7
| * print old config value in parseable format using overwriting an existingColby Swandale2017-04-121-1/+4
| * print only highest priority value per configColby Swandale2017-04-061-2/+2
| * update config output parseable format and specsColby Swandale2017-04-051-2/+2
| * print minimal report of configuration with bundler config --parseableColby Swandale2017-04-031-6/+14
| * Merge remote-tracking branch 'upstream/master' into bundler-config-parseable-...Colby Swandale2017-03-2915-128/+321
| |\
| * | remove duplicate conditionColby Swandale2017-01-061-1/+2
| * | move parseable functionality down a bit and only when no args are givenColby Swandale2017-01-051-2/+2
| * | Add parseable option to bundle configJuanitoFatas2016-08-261-0/+2
* | | [Pristine] Skip the bundler gemseg-pristine-skip-bundlerSamuel Giddins2017-04-121-3/+5
* | | Auto merge of #5503 - denniss:ds-bundle-pristine, r=segiddinsThe Bundler Bot2017-04-111-0/+31
|\ \ \
| * | | Remove gem folder and re-installDennis Suratna2017-04-111-0/+1
| * | | Only prints out platform for non ruby and non-nil platformDennis Suratna2017-04-111-5/+1
| * | | Fix rubocop errorsDennis Suratna2017-04-111-15/+14
| * | | Handle and test gemspec. Add platform to messageDennis Suratna2017-04-111-0/+4
| * | | Refactor specs and pristineDennis Suratna2017-04-111-18/+16
| * | | Expand test and refactor to re-install using sourceDennis Suratna2017-04-111-11/+6
| * | | Add more specs and handle git sourceDennis Suratna2017-04-111-11/+10
| * | | Initial implementation of 'bundle pristine'Dennis Suratna2017-04-111-0/+39
* | | | Fix spec. Check for requirement patternDennis Suratna2017-04-101-5/+5
* | | | Add negative testingDennis Suratna2017-04-101-1/+8
* | | | Add command: Use initializer instead of instance_variable_setDennis Suratna2017-04-101-3/+2
* | | | Add command: Handle multiple versionsDennis Suratna2017-04-101-1/+3
* | | | Add command implementationDennis Suratna2017-04-101-0/+18
|/ / /
* | | Auto merge of #5456 - Shekharrajak:5452_bundle_inject_options, r=colby-swandaleThe Bundler Bot2017-04-071-2/+8
|\ \ \
| * | | multiple groups testcase added and confirmation msg addedshekharrajak2017-03-241-2/+8
| * | | using source.dumpshekharrajak2017-02-231-1/+1
| * | | test cases addedshekharrajak2017-02-211-2/+1
| * | | bundle inject can be used with few optionsshekharrajak2017-02-201-1/+2
* | | | Auto merge of #5505 - jonathanpike:master, r=colby-swandaleThe Bundler Bot2017-04-051-0/+40
|\ \ \ \
| * | | | Minor copy changes to issue commandJonathan Pike2017-04-041-2/+2
| * | | | Use hashrocket syntax with print_gemfile optionJonathan Pike2017-03-151-1/+1
| * | | | Print gemfile and gemfile.lock with env outputJonathan Pike2017-03-151-1/+1
| * | | | Add bundle issue command that prints instructions for reporting issuesJonathan Pike2017-03-071-0/+40
* | | | | [Outdated] Stop printing “from” messages in random placesseg-outdated-new-machineSamuel Giddins2017-03-311-17/+15
* | | | | [Outdated] Support running when gems are not yet installedSamuel Giddins2017-03-311-1/+1
| |_|_|/ |/| | |
* | | | dont create .gitignore as well if git is not installed in the gem commandColby Swandale2017-03-191-1/+2
* | | | dont init new git repo unless git is installed on gem commandColby Swandale2017-03-191-4/+6
* | | | Auto merge of #5466 - Shekharrajak:5458_check_git, r=segiddinsThe Bundler Bot2017-03-071-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | replace git_author_name, git_username, git_user_email with empty string when ...shekharrajak2017-02-231-3/+5
* | | | Fix `bundle outdated --local`. It's supposed to use local cache to determine ...Dennis Suratna2017-02-271-2/+1
|/ / /
* | | Auto merge of #5374 - colby-swandale:bundle-info, r=indirectThe Bundler Bot2017-02-212-1/+52
|\ \ \ | |/ / |/| |