aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #4416 - bundler:seg-settings-custom-serializer, r=segiddinsHomu2016-04-181-2/+9
|\
| * [Settings] Use a custom serializer instead of relying upon the YAML moduleSamuel Giddins2016-03-291-2/+9
* | Auto merge of #4410 - bundler:seg-settings-load-config-tests, r=segiddinsHomu2016-04-181-2/+15
|\ \
| * | [Settings] Support the ! added on 1.9.3Samuel Giddins2016-03-291-0/+1
| * | [Settings] Use an improved regexp to read config fileSamuel Giddins2016-03-281-2/+14
* | | Merge tag 'v1.12.0.rc.2'Samuel Giddins2016-04-151-1/+1
|\ \ \
| * | | Version 1.12.0.rc.2 with changelogSamuel Giddins2016-04-151-1/+1
| * | | [Exec] Allow executables to exit non-zero via at_exitSamuel Giddins2016-04-151-2/+1
| * | | [EnvironmentPreserver] Preserve originals in the backupSamuel Giddins2016-04-151-1/+4
| * | | [EnvironmentPreserver] Fix restoring environmentSamuel Giddins2016-04-151-1/+1
| * | | Auto merge of #4407 - RochesterinNYC:1-12-backports-ssl-certs, r=indirectHomu2016-03-299-96/+20
| |\ \ \
| | * | | Have `Bundler::SSLCerts::CertificateManager` use new `ssl_certs` dirJames Wen2016-03-281-1/+1
| | * | | use the certs from their new subdirectoriesAndre Arko2016-03-281-1/+1
| | * | | only one level of directories here...Andre Arko2016-03-281-1/+1
| | * | | remove certs that aren't needed anymoreAndre Arko2016-03-288-95/+19
| * | | | Allow `bundle outdated` to handle all combinations of `--major`,James Wen2016-03-271-4/+4
| * | | | Prevent endless recursive copy for `bundle package --all` andJames Wen2016-03-271-1/+2
| |/ / /
| * | | Version 1.12.0.rc with changelogAndre Arko2016-03-131-1/+1
| * | | add certs needed to validate index.rubygems.orgAndre Arko2016-03-123-0/+126
| * | | [RubygemsIntegration] Add support for new activate_bin_path binstubsSamuel Giddins2016-03-122-16/+23
| * | | Allow `Bundler::RubyVersion` to handle `RUBY_PATCHLEVEL` of -1James Wen2016-03-121-0/+3
| * | | [Fetcher] Switch from bundler.rubygems.org to index.rubygems.orgSamuel Giddins2016-03-111-1/+1
* | | | Auto merge of #4441 - bundler:seg-path-preserve-restore, r=indirectHomu2016-04-161-2/+5
|\ \ \ \
| * | | | [EnvironmentPreserver] Preserve originals in the backupSamuel Giddins2016-04-151-1/+4
| * | | | [EnvironmentPreserver] Fix restoring environmentSamuel Giddins2016-04-141-1/+1
* | | | | Auto merge of #4440 - bundler:seg-exec-load-at-exit, r=indirectHomu2016-04-151-2/+1
|\ \ \ \ \
| * | | | | [Exec] Allow executables to exit non-zero via at_exitSamuel Giddins2016-04-141-2/+1
| |/ / / /
* / / / / Prevent recursive `bundle package` loop with multiple gemspecsJames Wen2016-04-141-5/+5
|/ / / /
* | | | Auto merge of #4412 - bundler:seg-speed-up-path, r=indirectHomu2016-03-301-0/+1
|\ \ \ \
| * | | | [Path] Speed up bin generation when there are many filesSamuel Giddins2016-03-281-0/+1
| | |/ / | |/| |
* | | | Auto merge of #4418 - yuuki1224:patch-3, r=segiddinsHomu2016-03-301-2/+2
|\ \ \ \
| * | | | Fix exception message in spec_set.rbYuki Asano2016-03-291-2/+2
| | |_|/ | |/| |
* | | | Auto merge of #4408 - bundler:seg-enotsup, r=indirectHomu2016-03-302-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | [SharedHelpers] Support 1.8.7 not having ENOTSUP definedSamuel Giddins2016-03-281-1/+1
| * | | [SharedHelpers] Handle Errno::ENOTSUP in .filesystem_accessSamuel Giddins2016-03-282-0/+10
| |/ /
* | | Fix 80 column on newgem gemspecLaurent Arnoud2016-03-291-2/+5
* | | Have `Bundler::SSLCerts::CertificateManager` use new `ssl_certs` dirJames Wen2016-03-281-1/+1
|/ /
* | Auto merge of #4403 - RochesterinNYC:fix-patch-minor-major-flags-bundle-outda...Homu2016-03-281-4/+4
|\ \
| * | Allow `bundle outdated` to handle all combinations of `--major`,James Wen2016-03-271-4/+4
* | | Prevent endless recursive copy for `bundle package --all` andJames Wen2016-03-251-1/+2
|/ /
* | Open editor with clean envSamuel Cochran2016-03-231-1/+3
* | Auto merge of #4274 - glennpratt:standalone-bundler-path, r=segiddinsHomu2016-03-231-1/+1
|\ \
| * | Create standalone bundler/setup.rb at a consistent path.Glenn Pratt2016-03-221-1/+1
* | | Auto merge of #4335 - cllns:upgrade-contributor-covenant, r=segiddinsHomu2016-03-231-29/+54
|\ \ \ | |/ / |/| |
| * | Upgrade template Code of Conduct to Covenant 1.4Sean Collins2016-03-041-29/+54
* | | Auto merge of #4369 - bundler:RochesterinNYC-alias-size-to-length-spec-set, r...Homu2016-03-221-1/+1
|\ \ \
| * | | [SpecSet] Add basic specsSamuel Giddins2016-03-161-3/+1
| * | | Add alias `Bundler::SpecSet#size` for `Bundler::SpecSet#length`James Wen2016-03-141-0/+2
* | | | use the certs from their new subdirectoriesAndre Arko2016-03-171-1/+1
* | | | only one level of directories here...Andre Arko2016-03-171-1/+1