summaryrefslogtreecommitdiff
Commit message (Collapse)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
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Definition] Allow unlocking when removing the ruby version requirement Closes #4595. Closes #4627. \c @RochesterinNYC
| * | | | 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 ↵Samuel Giddins2016-06-052-0/+47
| | | | | | | | | | | | | | | | | | | | version
| * | | | [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::EHOSTUNREACH Close #4642
| * | | | 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 not set
| * | | | [Inline] Installs quietly from git if necessary when the install option is ↵seg-inline-git-auto-installSamuel Giddins2016-06-092-1/+19
|/ / / / | | | | | | | | | | | | not set
* | | | Auto merge of #4625 - chalkos:bf-fix-4593, r=segiddinsHomu2016-06-094-1/+96
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes specifying ruby patch level in gemfile and gemspec - [x] add failing spec - [x] add fix (with passing spec) and more specs to cover edge cases - [x] ~~change error message to a more meaningful one~~ fixed the bug and a meaningful error message is now being shown spec always passes on 2.2.0p0, probably because the patch version is 0
| * | | | 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 match
| * | | [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
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve resolver performance Some not insignificant improvements found while developing https://github.com/CocoaPods/Molinillo/pull/40, which I absolutely cannot wait to 🚢 \c @indirect
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | 1) even group_by isnt as good as manually enumerating -- it also gets rid of a bunch of convoluted logic 2) dont create SpecGroup objects just to throw them array 3) drop allocation of intermediary arrays
| * | | [Resolver] Improve calculating amount_constrainedSamuel Giddins2016-06-021-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | 1) changing to searching by name means getting the list is just a hash lookup 2) we care more about the absolute amount constrained than the relative 3) when there's only one spec, that's just as good as there being none
| * | | [RemoteSpecification] Avoid allocating an object every method_missingSamuel Giddins2016-06-021-5/+1
| | | |
| * | | [Index] Speed up searchingSamuel Giddins2016-06-021-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | This is a two-fold improvement: 1) using full_name as the lookup is much faster than a custom array 2) using add? avoids a second set lookup