aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'v1.9.4'Andre Arko2015-04-1333-95/+330
| | | | | | | | Version 1.9.4 Conflicts: lib/bundler/installer.rb lib/bundler/match_platform.rb lib/bundler/source/rubygems.rb
* Merge pull request #3519 from bundler/seg-forceAndré Arko2015-04-136-13/+39
|\ | | | | [Installer] Add option to force installation
| * [Installer] Add option to force installationSamuel E. Giddins2015-03-266-13/+39
| |
* | trying attr_reader because maybeAndre Arko2015-04-111-0/+2
| |
* | Added specs for universal gems on windowsJay Mundrawala2015-04-101-0/+13
| |
* | Fix universal gem installationJay Mundrawala2015-04-102-1/+3
| |
* | remove 0.9 to 1.0 upgrade guideAndre Arko2015-04-071-103/+0
| | | | | | | | [ci skip]
* | Revert 'Clean up parallel installer'Andre Arko2015-04-072-98/+53
| | | | | | | | | | | | | | | | | | It seems like some really bad build instability started with these changes. This isn't a straight revert, because I accidentally mixed changes to outdated into the original commit, but this reverts all the parallel installer changes. Reverts some of 'a467f7d1f4ded46a519c1f211a75de70c21bc647'.
* | Merge pull request #3531 from jhass/optional_groupsAndré Arko2015-04-079-23/+175
|\ \ | | | | | | Implement optional groups
| * | Implement optional groupsJonne Haß2015-03-309-23/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add optional option to the group method, defaulting to false * Exclude optional groups from the groups to be installed * Add --with parameter to bundle install to install a group that would * otherwise be excluded * Error out if a group is listed in both, --with and --without * Add bundle_with option to capistrano task
* | | missed some outdated format specsAndre Arko2015-04-051-4/+4
| | |
* | | lock spec expects BUNDLED WITH tooAndre Arko2015-04-051-0/+3
| | |
* | | Merge pull request #3546 from smlance/lockfileAndré Arko2015-04-054-1/+270
|\ \ \ | | | | | | | | Track Bundler version in lockfile
| * | | Track Bundler version in lockfileStefan Lance2015-04-054-1/+270
| | | |
* | | | Merge pull request #3544 from bundler/revert-3438-seg-git-umaskAndré Arko2015-04-031-1/+1
|\ \ \ \ | | | | | | | | | | Revert "[GitProxy] Try and preserve the umask on git gems"
| * | | | 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 gems
| * | | | [GitProxy] Try and preserve the umask on git gemsSamuel E. Giddins2015-02-261-1/+1
| | | | |
* | | | | Merge pull request #3422 from bjfish/patch-1André Arko2015-04-011-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add Rubinius to Build Matrix
| * | | | | Add Rubinius to Build MatrixBrandon Fish2015-02-201-0/+1
| | | | | | | | | | | | | | | | | | This currently has an allowed failure listing. Trying to add rbx to builds of popular Gems to test for compatibility.
* | | | | | Clean up parallel installerAndre Arko2015-04-014-68/+113
| | | | | |
* | | | | | Merge pull request #3521 from smlance/verbose_outdated_outputAndre Arko2015-04-012-0/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make `outdated` output more "grepable"
| * | | | | | Update outdated.rbStefan Lance2015-03-301-2/+2
| | | | | | |
| * | | | | | Update outdated_spec.rbStefan Lance2015-03-271-2/+0
| | | | | | | | | | | | | | | | | | | | | Remove extra `puts`
| * | | | | | Make `outdated` output more "grepable"Stefan Lance2015-03-272-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Minimal solution
* | | | | | | Merge pull request #3483 from janlelis/masterAndré Arko2015-04-012-2/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve generating module name from gem name in gem generator
| * | | | | | | Improve generating module name from gem name in gem generatorJan Lelis2015-03-192-2/+11
| | | | | | | |
* | | | | | | | Merge pull request #3464 from pjump/gemspec_optionsAndré Arko2015-04-012-6/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | gemspec should accept a glob option in its argument hash
| * | | | | | | I'm a noob who's committing a spacePetr Skocik2015-03-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because I don't know how else to make travis-ci retry my pull request, which it errored out on.
| * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3c5d325759f8272955cd45840887c95114f2064d.
| * | | | | | | fix spacesPetr Skocik2015-03-091-2/+2
| | | | | | | |
| * | | | | | | document the new :glob option to gemspecPetr Skocik2015-03-091-4/+4
| | | | | | | |
| * | | | | | | 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
| | | | | | | |
* | | | | | | | Merge pull request #3529 from zizkovrb/fix-spec-commentAndré Arko2015-03-291-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix realworld parallel_spec i18n gem lock comment.
| * | | | | | | | Fix realworld parallel_spec i18n gem lock comment.Josef Šimánek2015-03-291-2/+2
|/ / / / / / / /
* | | | | | | | 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-282-37/+39
| | | | | | | |
* | | | | | | | 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
| | | | | | | |
* | | | | | | | Merge pull request #3525 from chastell/warning-clean_molinillo_fixAndré Arko2015-03-271-10/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [Molinillo] Make warning-clean
| * | | | | | | | [Molinillo] Make warning-cleanPiotr Szotkowski2015-03-271-10/+13
|/ / / / / / / /