summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Move RubyGems 2.4.7 compatibility into 2.1+Andre Arko2015-04-301-6/+8
| | | |
| * | | loop through the spec list to find gems with a certain nameAaron Patterson2015-04-301-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since rubygems/rubygems@4fa03bb7aac9f25f44394e818433fdda9962ae8d rubygems lazily loads specs from the filesystem for a particular name. So if you request the "foo" gem, then rubygems will go to the FS and find the gemspecs with the "foo" name. **Before** the change, rubygems would search through the loaded spec list for a gem with that name. Bundler assumed that rubygems would always search through that spec list, so it sets the specs and relies on that internal behavior. Since the internal behavior changed, we need to take that in to account in the bundler internals. This patch changes bundler to search through the spec list for a gem with a particular name. Gem::Specification.stubs should be supported in the future (though not recommended because loading every spec isn't super performant).
| * | | Version 1.9.5 with changelogv1.9.5Andre Arko2015-04-292-1/+7
| | | |
| * | | Replace locked gem sources with Gemfile equivalents.Tim Moore2015-04-292-5/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, an up-to-date lock file would retain the aggregate gem source on all dependencies, so if the gems were not installed locally, you'd get an ambiguous gem warning and possibly the wrong source selected. Fixes #3585
| * | | centralized boolean question logicPatrick Metcalfe2015-04-192-1/+9
| | | |
| * | | Version 1.9.4 with changelogv1.9.4Andre Arko2015-04-132-1/+8
| | | |
| * | | remove source_types conditional in Resolversealocal2015-04-131-6/+1
| | | |
| * | | fix GemNotFound message in Resolversealocal2015-04-133-6/+18
| | | |
| * | | definitely produces err outputAndre Arko2015-04-131-4/+4
| | | |
| * | | Added spec for regressionJay Mundrawala2015-04-132-2/+9
| | | |
| * | | platform can be of type string so it must be cast into a Gem::PlatformJay Mundrawala2015-04-131-1/+1
| | | |
| * | | Version 1.9.3 with changelogv1.9.3Andre Arko2015-04-122-1/+10
| | | |
| * | | trying attr_reader because maybeAndre Arko2015-04-121-0/+2
| | | |
| * | | Added specs for universal gems on windowsJay Mundrawala2015-04-121-0/+13
| | | |
| * | | Fix universal gem installationJay Mundrawala2015-04-122-1/+3
| | | |
| * | | Merge pull request #3563 from TimMoore/fix-build-on-older-rubygemsAndré Arko2015-04-122-4/+7
| |\ \ \ | | | | | | | | | | Fixes a build failure introduced in a72df72
| | * | | Fix another failing spec.Tim Moore2015-04-121-1/+0
| | | | |
| | * | | Fixes a build failure introduced in a72df72.Tim Moore2015-04-121-3/+7
| |/ / /
| * | | Merge pull request #3562 from TimMoore/shorter-issue-search-urls-in-error-reportAndré Arko2015-04-112-1/+18
| |\ \ \ | | | | | | | | | | Only use first line of error messages in the issue search URL
| | * | | Only use first line of error messages in the issue search URL.Tim Moore2015-04-122-1/+18
| |/ / /
| * | | always remove the push guard on RG < 2.0Andre Arko2015-04-092-0/+30
| | | |
| * | | it’s actually RubyGems 2.0 or newerAndre Arko2015-04-091-1/+1
| | | |
| * | | fix newgem spec for new push guardAndre Arko2015-04-081-6/+1
| | | |
| * | | prevent public gem pushes by defaultAndre Arko2015-04-081-4/+8
| | | | | | | | | | | | fixes #3533
| * | | Revert "Report exceptions while requiring"Andre Arko2015-04-081-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This silently hides StandardErrors :( Fixes #3549 This reverts commit f740c40598142d990d59e129293c22c5d6f980b7.
| * | | fix changelog issue numberAndre Arko2015-04-011-1/+1
| | | | | | | | | | | | | | | | closes #3359, er, closes #3539
| * | | frozen isn't a supported optionAndre Arko2015-04-011-5/+0
| | | |
| * | | Merge pull request #3451 from moeffju/update-man-pagesAndre Arko2015-04-012-3/+16
| |\ \ \ | | | | | | | | | | | | | | | Update man-pages with new options
| | * | | Update man-pages with new optionsMatthias Bauer2015-03-022-3/+16
| | | | |
| * | | | add install:local task for --local installsAndre Arko2015-04-011-2/+7
| | | | | | | | | | | | | | | fixes #3236
| * | | | Version 1.9.2 with changelogv1.9.2Andre Arko2015-03-302-1/+11
| | | | |
| * | | | Merge tag 'v1.8.6' into 1-9-stableAndre Arko2015-03-3010-48/+131
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.8.6 Conflicts: CHANGELOG.md lib/bundler/version.rb
| | * | | Version 1.8.6 with changelogv1.8.6Andre Arko2015-03-302-1/+8
| | | | |
| | * | | annnd I need to fix all of the hashesAndre Arko2015-03-301-2/+2
| | | | |
| | * | | of course new hashes don’t work on Ruby 1.8Andre Arko2015-03-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | this passed for me locally because my `rspec` bin was pointing to the system Ruby 2.0 instead of Ruby 1.8.7 like it was supposed to be :open_mouth:
| | * | | test remote inclusion only on Rubygems sourcesAndre Arko2015-03-303-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/bundler/source/rubygems.rb
| | * | | skip Yaml engine tests on Rubies with no engineAndre Arko2015-03-301-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: spec/bundler/bundler_spec.rb
| | * | | check gemfile changes for sourced gems correctlyAndre Arko2015-03-301-3/+11
| | | | | | | | | | | | | | | fixes #3520
| | * | | update the failing spec to correctly repro the bugAndre Arko2015-03-302-11/+33
| | | | |
| | * | | a failing spec for #3520Andre Arko2015-03-291-0/+41
| | | | |
| | * | | build args are global and not thread-safe :’(Andre Arko2015-03-291-6/+8
| | | | | | | | | | | | | | | | | | | | fixes #3404
| | * | | only use with_build_args if we have someAndre Arko2015-03-291-12/+18
| | | | |
| | * | | maybe that’s clearer?Andre Arko2015-03-291-6/+5
| | | | |
| | * | | don’t need a method here I don’t thinkAndre Arko2015-03-291-6/+2
| | | | |
| * | | | Merge pull request #3524 from bundler/seg-uniq-depsAndré Arko2015-03-281-1/+1
| |\ \ \ \ | | | | | | | | | | | | [LazySpecification] Uniq dependencies in lockfile representation
| | * | | | [LazySpecification] Uniq dependencies in lockfile representationseg-uniq-depsSamuel E. Giddins2015-03-271-1/+1
| | | | | |
| * | | | | turns out Ruby 1.8 can’t handle chmod stringsAndre Arko2015-03-271-2/+4
| | | | | |
| * | | | | [QualitySpec] Dont exempt vendored libs from the no warnings policySamuel E. Giddins2015-03-271-1/+1
| | | | | |
| * | | | | [Molinillo] Update to 0.2.3Samuel E. Giddins2015-03-272-11/+14
| |/ / / /
| * | | | make executables executable, and test themAndre Arko2015-03-272-0/+14
| | | | | | | | | | | | | | | | | | | | closes #3517, #3511