summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [StubSpecification] Render the wrapper specification as the yaml representationseg-stubsSamuel E. Giddins2015-04-201-0/+4
* Use specification stubs with RubyGems 2.1+ when constructing the local indexSamuel E. Giddins2015-04-192-0/+24
* [Documentation] Fix spelling for ParallelInstaller#process_specsSamuel E. Giddins2015-04-191-1/+1
* [Installer] Remove unused methodSamuel E. Giddins2015-04-191-10/+0
* Merge pull request #3577 from pducks32/masterAndré Arko2015-04-192-42/+119
|\
| * turn on parallel installerPatrick Metcalfe2015-04-191-0/+1
| * refactor parallel installerPatrick Metcalfe2015-04-192-42/+118
* | centralized boolean question logicPatrick Metcalfe2015-04-192-1/+9
|/
* gems can be available without being installedAndre Arko2015-04-131-1/+2
* Merge tag 'v1.9.4'Andre Arko2015-04-1318-64/+87
* Merge pull request #3519 from bundler/seg-forceAndré Arko2015-04-135-13/+19
|\
| * [Installer] Add option to force installationseg-forceSamuel E. Giddins2015-03-265-13/+19
* | trying attr_reader because maybeAndre Arko2015-04-111-0/+2
* | Fix universal gem installationJay Mundrawala2015-04-102-1/+3
* | Revert 'Clean up parallel installer'Andre Arko2015-04-072-98/+53
* | Merge pull request #3531 from jhass/optional_groupsAndré Arko2015-04-076-22/+95
|\ \
| * | Implement optional groupsJonne Haß2015-03-306-22/+95
* | | Merge pull request #3546 from smlance/lockfileAndré Arko2015-04-052-1/+38
|\ \ \
| * | | Track Bundler version in lockfileStefan Lance2015-04-052-1/+38
* | | | Revert "[GitProxy] Try and preserve the umask on git gems"André Arko2015-04-031-1/+1
* | | | Merge pull request #3438 from segiddins/seg-git-umaskAndré Arko2015-04-011-1/+1
|\ \ \ \
| * | | | [GitProxy] Try and preserve the umask on git gemsSamuel E. Giddins2015-02-261-1/+1
* | | | | Clean up parallel installerAndre Arko2015-04-013-57/+102
* | | | | Merge pull request #3521 from smlance/verbose_outdated_outputAndre Arko2015-04-011-0/+7
|\ \ \ \ \
| * | | | | Update outdated.rbStefan Lance2015-03-301-2/+2
| * | | | | Make `outdated` output more "grepable"Stefan Lance2015-03-271-0/+7
* | | | | | Merge pull request #3483 from janlelis/masterAndré Arko2015-04-011-2/+2
|\ \ \ \ \ \
| * | | | | | Improve generating module name from gem name in gem generatorJan Lelis2015-03-191-2/+2
* | | | | | | Merge pull request #3464 from pjump/gemspec_optionsAndré Arko2015-04-011-2/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | I'm a noob who's committing a spacePetr Skocik2015-03-131-0/+1
| * | | | | | remove commentPetr Skocik2015-03-121-1/+1
| * | | | | | use old hash syntaxPetr Skocik2015-03-121-1/+1
| * | | | | | pass glob explicitlyPetr Skocik2015-03-121-2/+2
| * | | | | | Revert "add development_group to valid_keys"Petr Skocik2015-03-121-1/+1
| * | | | | | add development_group to valid_keysPetr Skocik2015-03-091-1/+1
| * | | | | | gemspec should accept a glob option in its argument hashPetr Skocik2015-03-091-2/+3
* | | | | | | use class accessor to set class attrsAndre Arko2015-03-281-4/+4
* | | | | | | avoid autoload circular require by using autoloadAndre Arko2015-03-281-3/+3
* | | | | | | class method memoization isn’t thread-safeAndre Arko2015-03-281-33/+32
* | | | | | | move rubygems-only code into RubygemsAndre Arko2015-03-282-18/+15
* | | | | | | stop accessing a class-globalAndre Arko2015-03-282-3/+5
* | | | | | | fix uninitialized ivar warningAndre Arko2015-03-281-1/+1
* | | | | | | extract downloading logic into its own classAndre Arko2015-03-284-55/+73
* | | | | | | move that where it’s actually usedAndre Arko2015-03-282-11/+13
* | | | | | | less FetcherFetcherAndre Arko2015-03-284-10/+10
* | | | | | | [Molinillo] Make warning-cleanPiotr Szotkowski2015-03-271-10/+13
* | | | | | | Merge pull request #3518 from bundler/seg-fetcher-refactorAndré Arko2015-03-275-198/+247
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | [Fetcher] Respect api_timeoutseg-fetcher-refactorSamuel E. Giddins2015-03-261-1/+1
| * | | | | | [Fetcher] Fix warningSamuel E. Giddins2015-03-261-2/+0
| * | | | | | [Fetcher] Move internal classes to separate filesSamuel E. Giddins2015-03-264-178/+196