summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Added Gemfile eval for pluginsAsutosh Palai2016-05-269-10/+92
| * | | | Shifted rubygems installation to bundler classAsutosh Palai2016-05-263-46/+31
| * | | | Structured the classes with private methodsAsutosh Palai2016-05-243-36/+42
| * | | | Added spec helper to build pluginAsutosh Palai2016-05-248-57/+34
| * | | | Added support for git installAsutosh Palai2016-05-247-27/+100
| * | | | Added documentations to the functionsAsutosh Palai2016-05-243-2/+56
| * | | | Added some specs for malformatted pluginsAsutosh Palai2016-05-243-0/+47
| * | | | Added index fileAsutosh Palai2016-05-242-4/+63
| * | | | Added few specs for plugin installAsutosh Palai2016-05-241-0/+47
| * | | | Added plugin module with install functionalityAsutosh Palai2016-05-246-2/+109
* | | | | Auto merge of #4603 - bundler:seg-allow-unlocking-when-removing-ruby, r=indirectHomu2016-06-118-8/+141
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix stubbing RUBY_VERSION on 1.8.7seg-allow-unlocking-when-removing-rubySamuel Giddins2016-06-102-7/+4
| * | | | [Definition] Fail gracefully when the lockfile ruby version is invalidSamuel Giddins2016-06-081-1/+7
| * | | | [RubyVersion] Fix patternSamuel Giddins2016-06-082-3/+3
| * | | | Fix setup spec's written ruby version sectionSamuel Giddins2016-06-081-1/+1
| * | | | [RuboCop] Fix violations in RubyVersionSamuel Giddins2016-06-051-5/+3
| * | | | [Definition] Unlock ruby when locked version is incompatible with Gemfile ver...Samuel Giddins2016-06-052-0/+47
| * | | | [RubyVersion] Add .from_stringSamuel Giddins2016-06-052-0/+52
| * | | | [RubyVersion] Make #diff error more helpfulSamuel Giddins2016-06-051-1/+1
| * | | | Add spec hax support for stubbing the ruby versionSamuel Giddins2016-06-052-0/+14
| * | | | Update platform specs for implicit ruby version unlockingSamuel Giddins2016-06-051-2/+2
| * | | | [Definition] Allow unlocking when removing the ruby version requirementSamuel Giddins2016-06-052-0/+19
* | | | | Auto merge of #4661 - allenzhao:issue-4642, r=segiddinsHomu2016-06-112-1/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fail gracefully on Errno::EHOSTUNREACHAllen Zhao2016-06-102-1/+10
|/ / / /
* | | | Auto merge of #4660 - bundler:seg-inline-git-auto-install, r=segiddinsHomu2016-06-102-1/+19
|\ \ \ \
| * | | | [Inline] Installs quietly from git if necessary when the install option is no...seg-inline-git-auto-installSamuel Giddins2016-06-092-1/+19
|/ / / /
* | | | Auto merge of #4625 - chalkos:bf-fix-4593, r=segiddinsHomu2016-06-094-1/+96
|\ \ \ \
| * | | | specs handle ruby dev versionsBruno Ferreira2016-06-081-0/+2
| * | | | changed code and specs according to suggestionsBruno Ferreira2016-06-083-53/+39
| * | | | Fixes #4593 and adds related specsBruno Ferreira2016-06-084-1/+108
|/ / / /
* | | | Merge pull request #4645 from bundler/seg-ruby-rubygems-version-fail-fastAndré Arko2016-06-072-3/+39
|\ \ \ \ | |_|_|/ |/| | |
| * | | [Installer] Fail fast when required_ruby(gems)?_version doesn't matchseg-ruby-rubygems-version-fail-fastSamuel Giddins2016-06-052-3/+39
| |/ /
* | | Auto merge of #4580 - bundler:seg-resolver-performance, r=indirectHomu2016-06-0712-87/+71
|\ \ \
| * | | Update bundler spec for more complete conflict messageseg-resolver-performanceSamuel Giddins2016-06-061-0/+7
| * | | [RuboCop] Fix SpacingSamuel Giddins2016-06-041-1/+1
| * | | [Resolver] Deal with Gem::Version hash and == not aligningSamuel Giddins2016-06-041-2/+7
| * | | [Index] Delete unused code & micro-optimizeSamuel Giddins2016-06-041-26/+13
| * | | [RuboCop] Fix violationsSamuel Giddins2016-06-021-5/+1
| * | | [Index] Don't calculate Platform#to_s twiceSamuel Giddins2016-06-021-3/+6
| * | | [Resolver] Drop unused empty array allocationsSamuel Giddins2016-06-021-4/+2
| * | | Use Array#concat instead of push(*ary)Samuel Giddins2016-06-026-8/+8
| * | | [RemoteSpecification] Add #to_sSamuel Giddins2016-06-021-0/+4
| * | | [EndpointSpecification] Stop allocating intermediary arraysSamuel Giddins2016-06-022-7/+8
| * | | fixup! 87e203cSamuel Giddins2016-06-021-8/+0
| * | | fixup! [Resolver] Improve calculating amount_constrainedSamuel Giddins2016-06-021-2/+2
| * | | [RuboCop] Fix style issuesSamuel Giddins2016-06-022-4/+2
| * | | [Resolver] Speed up searchingSamuel Giddins2016-06-021-9/+6
| * | | [Resolver] Improve calculating amount_constrainedSamuel Giddins2016-06-021-7/+9
| * | | [RemoteSpecification] Avoid allocating an object every method_missingSamuel Giddins2016-06-021-5/+1
| * | | [Index] Speed up searchingSamuel Giddins2016-06-021-4/+2