aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source_list.rb
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
|
* Fix Style/AlignParametersErick Sasse2015-07-291-1/+1
|
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-3/+3
| | | | closes #3850
* Revert "LocalRubygems source for local gem specs"Tim Moore2015-03-021-2/+3
| | | | This reverts commit 9263e08636d25e2573776b17416e6fabd403026b.
* LocalRubygems source for local gem specsAndre Arko2015-02-091-3/+2
| | | | | | | This class (and only this class) knows about gems that are installed locally or present in vendor/cache. Because we now have multiple source objects, it's much more efficient to only load the installed and cached specs into one of those sources rather than all Rubygems sources.
* warn or error on multiple primary sourcesAndre Arko2015-01-261-0/+4
|
* Revert "svn source support"Andre Arko2015-01-251-11/+4
| | | | | | | | | | | | We're pulling out svn source support into a plugin. While we work on that, you can use the 1.8.0.svn release, but subversion sources aren't an official part of Bundler itself. This reverts commit 049d281d0fdcc29297a21c6a66cd7efc38690675. This reverts commit 22fecdd07fdf02edb1a8824fb73dd7e015507644. This reverts commit 38f195e11f37ce5139af4ff3384eb2f26c2edb19. This reverts commit 500436a33de0b884525dbf82cfc69332fc96f8b9. This reverts commit 2c356be90a23921058cd14fd0e4a366da195021a.
* Merge tag 'v1.7.12'Andre Arko2015-01-241-2/+2
|\ | | | | | | | | | | | | | | | | Version 1.7.12 Conflicts: CHANGELOG.md lib/bundler/fetcher.rb spec/cache/platform_spec.rb
| * Convert sources to lock format before comparing.Tim Moore2014-12-111-2/+2
| | | | | | | | | | | | | | If the Gemfile sources lock to the same result as the current locked sources, they haven't changed. Closes #3298.
* | Remove duplicate rubygems_sources accessor.Tim Moore2014-11-111-2/+1
| |
* | Merge tag 'v1.7.5'Andre Arko2014-11-101-3/+21
|\| | | | | | | | | | | | | | | | | | | | | | | Version 1.7.5 Conflicts: .travis.yml CHANGELOG.md lib/bundler/fetcher.rb lib/bundler/source_list.rb man/gemfile.5.ronn spec/bundler/source_list_spec.rb
| * Fix deployment from cache with source blocks.Tim Moore2014-10-111-5/+22
| |
| * Normalize sources to lock format when comparing.Tim Moore2014-10-111-1/+1
| | | | | | | | | | | | | | Fixes #3167. Also moves the reversing of Rubygems remotes for the lock file out of SourceList#combine_rubygems_sources and into Rubygems#to_lock.
* | Merge tag 'v1.7.2'Andre Arko2014-08-241-1/+2
|\| | | | | | | | | | | | | | | | | Version 1.7.2 Conflicts: CHANGELOG.md lib/bundler/source_list.rb spec/bundler/source_list_spec.rb
| * Sort sources in lock the same as in 1.6Andre Arko2014-08-231-1/+2
| |
* | Merge tag 'v1.7.1'Tim Moore2014-08-241-3/+10
|/ | | | | | | | | | | | Version 1.7.1 Conflicts: CHANGELOG.md lib/bundler/dsl.rb lib/bundler/index.rb lib/bundler/lockfile_parser.rb lib/bundler/source/rubygems.rb man/gemfile.5.ronn
* Separate Rubygems sources into multiple objects.Andre Arko2014-07-301-16/+25
| | | | with @TimMoore and @ckrailo
* Extract SourceList class from Definition.Tim Moore2014-07-301-0/+70