summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid git shenanigans with the build metadata fileseg-version-build-metadataSamuel Giddins2017-06-1311-44/+76
* [Rakefile] Run hooks quietlySamuel Giddins2017-06-122-5/+5
* [Rakefile] Add tasks to setup git hooksSamuel Giddins2017-06-122-1/+48
* Rebuild build metadata whenever the HEAD changesSamuel Giddins2017-06-121-1/+1
* [Rakefile] Assume that the build metadata is unchanged before changing itSamuel Giddins2017-06-121-0/+2
* [BUILD_METADATA] Make the defaults "dynamic"Samuel Giddins2017-06-121-2/+2
* Add a rake task to generate build metadataSamuel Giddins2017-06-121-0/+18
* Print build metadata when running `bundle version`Samuel Giddins2017-06-123-1/+31
* Commit blank generated build metadata fileSamuel Giddins2017-06-121-0/+9
* [Rakefile] Add support for generated files not checked into gitSamuel Giddins2017-06-122-1/+6
* Auto merge of #5703 - bundler:seg-environment-shebang-mismatch, r=indirectThe Bundler Bot2017-06-121-19/+44
|\
| * [Env] Extract table formatting into a methodseg-environment-shebang-mismatchSamuel Giddins2017-06-121-8/+14
| * [Env] Refactor to ensure the environment is always properly alignedSamuel Giddins2017-06-121-23/+34
| * [Env] Print shebang when it doesnt match Gem.rubySamuel Giddins2017-06-121-0/+8
* | Auto merge of #5713 - bundler:seg-viz-other-gem, r=indirectThe Bundler Bot2017-06-123-4/+48
|\ \ | |/ |/|
| * [Viz] Work correctly when another gem with a graphviz file is presentseg-viz-other-gemSamuel Giddins2017-06-123-4/+48
* | Auto merge of #5707 - bundler:seg-sort-by-name-spec-set, r=indirectThe Bundler Bot2017-06-062-10/+37
|\ \ | |/ |/|
| * Add a spec for sorting loaded specs by name on the $LOAD_PATHseg-sort-by-name-spec-setSamuel Giddins2017-06-061-9/+35
| * [SpecSet] Sort by name in #tsortSamuel Giddins2017-06-061-1/+2
|/
* Merge tag 'v1.15.1'Samuel Giddins2017-06-022-1/+10
|\
| * Version 1.15.1 with changelogv1.15.1Samuel Giddins2017-06-022-1/+10
| * Auto merge of #5694 - bundler:seg-lock-update-missing, r=colby-swandaleThe Bundler Bot2017-06-014-7/+21
| * Auto merge of #5690 - bundler:colby/bundler-init-invalid-gemspec, r=segiddinsThe Bundler Bot2017-06-012-23/+51
| * Auto merge of #5680 - bundler:seg-git-force-no-git-ops, r=segiddinsThe Bundler Bot2017-06-013-2/+33
| * Auto merge of #5689 - tejasbubane:bundle-add-command-main-man, r=segiddinsThe Bundler Bot2017-06-011-0/+3
| * Auto merge of #5679 - bundler:seg-env-no-settings, r=indirectThe Bundler Bot2017-06-011-6/+8
| * Auto merge of #5673 - bundler:seg-force-submodule-deinit, r=indirectThe Bundler Bot2017-06-011-1/+1
* | Auto merge of #5694 - bundler:seg-lock-update-missing, r=colby-swandaleThe Bundler Bot2017-06-014-7/+21
|\ \
| * | [CLI::Common] Extract update lockfile checking logicseg-lock-update-missingSamuel Giddins2017-06-013-12/+9
| * | [CLI::Lock] Fail gracefully when updating a missing gemSamuel Giddins2017-06-012-1/+18
|/ /
* | Auto merge of #5690 - bundler:colby/bundler-init-invalid-gemspec, r=segiddinsThe Bundler Bot2017-06-012-23/+51
|\ \
| * | use Bundler.load_gemspec_uncached for reading gemspeccolby/bundler-init-invalid-gemspecColby Swandale2017-06-012-6/+2
| * | handle invalid gemspec and add specs for untested behaviour in bundle init --...Colby Swandale2017-06-012-22/+54
* | | Auto merge of #5680 - bundler:seg-git-force-no-git-ops, r=segiddinsThe Bundler Bot2017-06-013-2/+33
|\ \ \
| * | | Add specs for install --force with git specsseg-git-force-no-git-opsSamuel Giddins2017-05-292-1/+32
| * | | [GitProxy] Don't declare Git as a subclass twiceSamuel Giddins2017-05-291-1/+1
* | | | Auto merge of #5688 - bundler:seg-doc-header-spacing, r=segiddinsThe Bundler Bot2017-06-011-4/+4
|\ \ \ \
| * | | | Fix markdown headers in doc/development/readmeseg-doc-header-spacingSamuel Giddins2017-05-301-4/+4
| | |/ / | |/| |
* | | | Auto merge of #5695 - mdeering:master, r=segiddinsThe Bundler Bot2017-06-011-7/+11
|\ \ \ \
| * | | | List the remote host correctly in rake task desc.Michael Deering2017-05-311-7/+11
|/ / / /
* | | | Auto merge of #5692 - pkuczynski:patch-1, r=segiddinsThe Bundler Bot2017-05-311-3/+3
|\ \ \ \
| * | | | Minor links refactoring in README.mdPiotr Kuczynski2017-05-311-3/+3
|/ / / /
* | | | Auto merge of #5689 - tejasbubane:bundle-add-command-main-man, r=segiddinsThe Bundler Bot2017-05-311-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Add `bundle add` command to the main manpageTejas Bubane2017-05-311-0/+3
|/ / /
* | | Auto merge of #5686 - koic:update_rubocop_0_49_1, r=segiddinsThe Bundler Bot2017-05-304-78/+91
|\ \ \
| * | | [RuboCop] Update to 0.49.1Koichi ITO2017-05-304-78/+91
| |/ /
* | | Auto merge of #5683 - HippoDippo:master, r=segiddinsThe Bundler Bot2017-05-301-1/+1
|\ \ \
| * | | Fixed link('these instructions') in HOW_YOU_CAN_HELP.md fileHippoDippo2017-05-291-1/+1
| |/ /
* | | Auto merge of #5635 - koic:tweak_newgem_template_for_rspec, r=indirectThe Bundler Bot2017-05-302-2/+1
|\ \ \
| * | | Tweak a newgem template for RSpecKoichi ITO2017-05-032-2/+1