summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fail fast in the specs when running from a path with special charactersseg-specs-no-spacesSamuel Giddins2016-09-301-0/+4
* Merge tag 'v1.13.2'Samuel Giddins2016-09-302-1/+17
|\
| * Version 1.13.2 with changelogv1.13.2Samuel Giddins2016-09-302-1/+17
| * Auto merge of #4990 - bundler:seg-realworld-flex, r=segiddinsHomu2016-09-301-2/+10
| * Auto merge of #4922 - JuanitoFatas:fix/4914-gemfile-engine-symbol-and-string,...Homu2016-09-303-2/+39
| * Auto merge of #4983 - bundler:seg-redefine-method-visibility, r=indirectHomu2016-09-301-0/+13
| * Auto merge of #4994 - bundler:seg-definition-init-perf, r=segiddinsHomu2016-09-301-4/+2
| * Auto merge of #4971 - bundler:seg-pare-metadata-error, r=indirectHomu2016-09-302-0/+15
| * Auto merge of #4998 - srbaker:patch-1, r=segiddinsHomu2016-09-301-1/+1
| * Auto merge of #4968 - bundler:seg-exec-load-docs, r=indirectHomu2016-09-301-0/+9
| * Auto merge of #5002 - alepore:fix-colors, r=indirectHomu2016-09-302-2/+2
| * Auto merge of #5015 - m1k3:fix-settings-no-config, r=segiddinsHomu2016-09-302-1/+11
| * Auto merge of #4992 - chrismo:fix_disable_shared_gems_gem_path, r=chrismoHomu2016-09-305-7/+60
| * Auto merge of #5008 - bundler:seg-lazy-specification-materialize-platform, r=...Homu2016-09-302-1/+38
| * Auto merge of #5014 - bundler:seg-auto-install-bool-key, r=indirectHomu2016-09-301-0/+1
| * Auto merge of #4928 - bundler:seg-update-compact-index, r=segiddinsHomu2016-09-304-12/+17
* | Auto merge of #5016 - bundler:seg-jruby-oom-error-message, r=indirectHomu2016-09-301-0/+5
|\ \
| * | [FriendlyErrors] Print a custom message on Java::JavaLang::OutOfMemoryErrorseg-jruby-oom-error-messageSamuel Giddins2016-09-231-0/+5
* | | Auto merge of #5014 - bundler:seg-auto-install-bool-key, r=indirectHomu2016-09-301-0/+1
|\ \ \
| * | | [Settings] Make auto_install a bool keyseg-auto-install-bool-keySamuel Giddins2016-09-231-0/+1
| |/ /
* | | Auto merge of #5007 - bundler:seg-unvendor-compact-index-client, r=indirectHomu2016-09-309-305/+310
|\ \ \
| * | | Use filesystem_access in the compact indexseg-unvendor-compact-index-clientSamuel Giddins2016-09-232-5/+15
| * | | Un-vendor the compact index clientSamuel Giddins2016-09-219-305/+300
| |/ /
* | | Auto merge of #5003 - bundler:seg-warn-unused-deps, r=indirectHomu2016-09-302-3/+28
|\ \ \
| * | | Update spec to account for old rubygems printing the dependency typeseg-warn-unused-depsSamuel Giddins2016-09-201-1/+1
| * | | [Definition] Print a helpful warning when a dependency is unused on any platformSamuel Giddins2016-09-192-3/+28
* | | | Auto merge of #4951 - bundler:seg-no-writable-home, r=indirectHomu2016-09-309-8/+87
|\ \ \ \
| * | | | Ensure that user_home is always cachedseg-no-writable-homeSamuel Giddins2016-09-081-1/+1
| * | | | Require tmpdir since old RubyGems does notSamuel Giddins2016-09-071-0/+2
| * | | | Stop stubbing File.expand_path in SharedHelper specsSamuel Giddins2016-09-072-3/+9
| * | | | Fallback to a temp dir when the home directory is not usableSamuel Giddins2016-09-077-5/+56
| * | | | Add an inline spec for eval’ing two gemfilesSamuel Giddins2016-09-071-0/+20
* | | | | Auto merge of #5029 - mattbrictson:patch-3, r=segiddinsHomu2016-09-291-1/+1
|\ \ \ \ \
| * | | | | Improve IRB behavior in generated bin/consoleMatt Brictson2016-09-281-1/+1
|/ / / / /
* | | | | Auto merge of #4991 - colby-swandale:installation-issues-documentation, r=ind...Homu2016-09-282-0/+19
|\ \ \ \ \
| * | | | | fixing document formatColby Swandale2016-09-211-2/+2
| * | | | | fix breaking document formatting spcsColby Swandale2016-09-201-6/+6
| * | | | | document formatting feedback [skip ci]Colby Swandale2016-09-181-0/+1
| * | | | | addressed feedback, described --user-install and slight tweetsColby Swandale2016-09-181-2/+8
| * | | | | fixed formatting from previous commitsColby Swandale2016-09-161-7/+4
| * | | | | link installation issues in README to ISSUESColby Swandale2016-09-151-0/+1
| * | | | | added documentation for gem install bundler permission deniedColby Swandale2016-09-151-0/+14
* | | | | | Auto merge of #5008 - bundler:seg-lazy-specification-materialize-platform, r=...Homu2016-09-282-1/+38
|\ \ \ \ \ \
| * | | | | | [LazySpecification] Only use a Source::Gemspec#gemspec when its the right gemseg-lazy-specification-materialize-platformSamuel Giddins2016-09-221-1/+1
| * | | | | | ¯\_(ツ)_/¯ just give up and special case Source::GemspecSamuel Giddins2016-09-211-1/+5
| * | | | | | Add a spec for lazy specification picking the right platform for Gemspec sourcesSamuel Giddins2016-09-211-0/+33
| * | | | | | [LazySpecification] Select the best platform match when materializingSamuel Giddins2016-09-211-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Auto merge of #4992 - chrismo:fix_disable_shared_gems_gem_path, r=chrismoHomu2016-09-285-7/+60
|\ \ \ \ \ \
| * | | | | | Fix disable_shared_gems bug & keep nested execchrismo2016-09-274-4/+41
| * | | | | | @segiddins support for system bundlerchrismo2016-09-211-3/+19
| | |/ / / / | |/| | | |