summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Index] Use spec.full_name as hash keyseg-index-platform-ruby-defaultSamuel Giddins2016-05-161-2/+2
* [Index] Add spec for searching for a spec with a nil platformSamuel Giddins2016-05-091-0/+29
* [Index] Ensure nil and "ruby" platforms are treated identicallySamuel Giddins2016-05-091-2/+2
* Update READMEs for the removal of bundler-featuresLynn Cyrin2016-05-091-2/+1
* Update READMEs for the removal of bundler-featuresLynn Cyrin2016-05-091-4/+0
* Update READMEs for the removal of bundler-featuresLynn Cyrin2016-05-091-1/+1
* Merge tag 'v1.12.3'Samuel Giddins2016-05-062-1/+7
|\
| * Version 1.12.3 with changelogv1.12.3Samuel Giddins2016-05-062-1/+7
| * Auto merge of #4531 - bundler:seg-compact-index-fallback-no-home, r=indirectHomu2016-05-062-0/+15
| * Auto merge of #4530 - bundler:seg-install-no-no-install, r=indirectHomu2016-05-062-2/+12
* | Auto merge of #4531 - bundler:seg-compact-index-fallback-no-home, r=indirectHomu2016-05-072-0/+15
|\ \
| * | [CompactIndex] Fall back when the user's home directory is not writableseg-compact-index-fallback-no-homeSamuel Giddins2016-05-062-0/+15
* | | Auto merge of #4530 - bundler:seg-install-no-no-install, r=indirectHomu2016-05-072-2/+12
|\ \ \ | |/ / |/| |
| * | [Install] Don't set :no_install unecessarilyseg-install-no-no-installSamuel Giddins2016-05-062-2/+12
|/ /
* | Merge tag 'v1.12.2'Samuel Giddins2016-05-042-1/+7
|\ \ | |/
| * Version 1.12.2 with changelogv1.12.2Samuel Giddins2016-05-042-1/+7
| * Auto merge of #4487 - b-ggs:show-executables-man-page, r=segiddinsHomu2016-05-042-3/+135
| * Auto merge of #4524 - grzuy:fix_frozen_string, r=segiddinsHomu2016-05-042-3/+3
* | Auto merge of #4487 - b-ggs:show-executables-man-page, r=segiddinsHomu2016-05-052-3/+135
|\ \
| * | Use `cat` instead of `echo` for specsBoggs2016-04-302-40/+97
| * | Use regex for matching usage of `exec` and `--help`Boggs2016-04-301-12/+27
| * | Add more specs for exec and help usageBoggs2016-04-301-4/+37
| * | Use help switch specified in args instead of replacing it with --helpBoggs2016-04-301-2/+2
| * | Show executable's man page when --help or -h is presentBoggs2016-04-302-2/+29
* | | Auto merge of #4524 - grzuy:fix_frozen_string, r=segiddinsHomu2016-05-052-3/+3
|\ \ \
| * | | String interpolation no longer necessaryGonzalo2016-05-041-1/+1
| * | | Fixes frozen string exception when checking equivalent gemfile and lockfile (...Gonzalo2016-05-032-3/+3
|/ / /
* | | Auto merge of #4448 - RochesterinNYC:update-ssl-certs--to-parallel-rubygems, ...Homu2016-05-044-19/+22
|\ \ \
| * | | Update Bundler ssl certs to match updated Rubygems ssl certs/structureJames Wen2016-04-174-19/+22
* | | | Merge tag 'v1.12.1'Samuel Giddins2016-04-302-1/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | Version 1.12.1 with changelogv1.12.1Samuel Giddins2016-04-302-1/+9
| * | | Auto merge of #4485 - bundler:seg-setup-loadpath-order, r=segiddinsHomu2016-04-302-12/+41
| * | | Auto merge of #4490 - bundler:seg-molinillo-0.4.5, r=segiddinsHomu2016-04-304-12/+18
| * | | Auto merge of #4486 - bundler:seg-updater-read-comment, r=segiddinsHomu2016-04-301-0/+3
| * | | Auto merge of #4479 - mwrock:windows, r=segiddinsHomu2016-04-301-1/+1
| * | | Auto merge of #4477 - bundler:seg-checksum-mismatch-error, r=indirectHomu2016-04-307-6/+53
* | | | Auto merge of #4485 - bundler:seg-setup-loadpath-order, r=segiddinsHomu2016-04-302-12/+41
|\ \ \ \
| * | | | Remove trailing comma for Ruby 1.8.7seg-setup-loadpath-orderSamuel Giddins2016-04-291-1/+1
| * | | | [Runtime] Keep load paths within a single spec properly sortedSamuel Giddins2016-04-291-1/+1
| * | | | [Runtime] Fix the ordering of the load path when there are dependenciesSamuel Giddins2016-04-292-12/+41
* | | | | Auto merge of #4490 - bundler:seg-molinillo-0.4.5, r=segiddinsHomu2016-04-304-12/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update vendored Molinillo to 0.4.5seg-molinillo-0.4.5Samuel Giddins2016-04-294-12/+18
|/ / / /
* | | | Auto merge of #4486 - bundler:seg-updater-read-comment, r=segiddinsHomu2016-04-291-0/+3
|\ \ \ \
| * | | | [Updater] Add a comment why we use IO.readseg-updater-read-commentSamuel Giddins2016-04-291-0/+3
|/ / / /
* | | | Auto merge of #4479 - mwrock:windows, r=segiddinsHomu2016-04-291-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | compute index checksums with IO.read instead of file method to avout carriage...Matt Wrock2016-04-281-1/+1
* | | | Auto merge of #4477 - bundler:seg-checksum-mismatch-error, r=indirectHomu2016-04-297-6/+53
|\ \ \ \ | |/ / / |/| | |
| * | | [CompactIndex] Fall back when the versions checksum mismatchesseg-checksum-mismatch-errorSamuel Giddins2016-04-284-1/+33
| * | | [Updater] Raise a more helpful error on checksum mismatchSamuel Giddins2016-04-284-5/+20
* | | | Merge tag 'v1.12.0'Andre Arko2016-04-283-2/+9
|\ \ \ \ | |/ / / |/| / / | |/ /