aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/definition.rb
Commit message (Expand)AuthorAgeFilesLines
* Redo a private attr_reader to side-step throwing a Ruby warningPiotr Szotkowski2014-09-141-2/+3
* restore 1.8.7-compatibilityAndre Arko2014-08-161-1/+3
* normalise unmet_deps across all SourcesAndre Arko2014-08-161-8/+3
* extract Definition#source_requirementsAndre Arko2014-08-161-9/+14
* Revert "set dependency names before any specs are fetched"Andre Arko2014-08-151-10/+12
* set dependency names before any specs are fetchedAndre Arko2014-08-141-12/+10
* Fix handling for sources with basic auth.Tim Moore2014-08-151-2/+13
* Separate Rubygems sources into multiple objects.Andre Arko2014-07-301-14/+7
* Extract SourceList class from Definition.Tim Moore2014-07-301-31/+22
* Encapsulate Definition#sources.Andre Arko2014-07-301-4/+13
* Skip non-local dependencies more rigourouslyMatijs van Zuijlen2014-07-171-0/+1
* Use inject instead of each_with_object for 1.8.7 compabilitySmit Shah2014-06-151-1/+1
* Improved performance of DefinitionSmit Shah2014-06-151-5/+4
* Avoid threequals operator where possibleAntonio Scandurra2014-03-211-3/+3
* Merge branch 'master' into 1-5-stableTerence Lee2013-11-091-1/+1
|\
| * ruby-head warning removedArun Agrawal2013-11-071-1/+1
* | ruby directive :patchlevel should only take a stringTerence Lee2013-11-091-1/+5
|/
* extract into Bundler.ruby_versionAndre Arko2013-09-281-3/+2
* patchlevel support for ruby DSLTerence Lee2013-08-241-0/+2
* Add some documentation about definition classHemant Kumar2013-07-161-11/+35
* Fixed typosPrathamesh Sonpatki2013-05-121-1/+1
* Merge pull request #2362 from JamesFerguson/1-3-stableAndre Arko2013-03-171-0/+1
|\
| * Arguably a cleaner fix for issue #2124JamesFerguson2013-03-051-2/+2
| * Fix for issue #2124JamesFerguson2013-03-051-1/+2
* | warn about rubygems missing even with git sourcesAndre Arko2013-03-141-2/+2
|/
* Merge tag 'v1.2.2'Andre Arko2012-11-151-7/+3
|\
| * Revert "`clean` should not remove gems in the lockfile"Terence Lee2012-09-141-6/+2
| * Fix #2096. Definition#new use nil for ruby_version default valueTerence Lee2012-09-131-1/+1
* | print a warning if locking while frozenAndre Arko2012-10-021-1/+1
* | fix a few warnings that show up while running specsrohit2012-10-021-1/+1
* | injector class to handle gem injectionAndre Arko2012-08-261-1/+2
|/
* `clean` should not remove gems in the lockfileTerence Lee2012-08-081-2/+6
* explain the problem when Gemfile.lock isn't writableAndré Arko2012-05-291-0/+5
* ruby version check for bundle#installYehuda Katz and Terence Lee2012-05-031-0/+20
* initial work on ruby_version dslTerence Lee2012-05-031-2/+3
* Do not resolve if the local override did not change.José Valim2012-03-191-21/+39
* Initial implementation of local git repos.José Valim2012-03-191-1/+10
* Refactor a couple methods in Bundler.definitionJosé Valim2012-03-191-18/+26
* fix 1-1-stable merge (for 1.1.rc.8)Terence Lee2012-03-061-2/+0
* Merge branch '1-1-stable'Terence Lee2012-03-041-14/+49
|\
| * unlock when gems are added to a pathAndre Arko2012-03-031-1/+9
| * turns out arrays are sensitive to orderAndre Arko2012-03-021-4/+3
| * fix backwards change-detection logicTerence Lee2012-03-021-3/+14
| * it turns out we only care if they are the sameAndre Arko2012-03-021-1/+1
| * Cherry pick perf fix from masterYehuda Katz2012-03-021-5/+29
| * Added test coverage for the dependency type bugJames Tucker2012-01-201-0/+1
| * Add a temporary fix for Gem::Dependency#type mismatches when using developmen...James Tucker2012-01-191-0/+16
| * try to process sources in orderAndre Arko2012-01-131-11/+9
* | [PERF] Skip resolving if Gemfile has not changedYehuda Katz2012-03-021-5/+29
|/
* Merge v1.0.20.rc from branch '1-0-stable'Andre Arko2011-09-181-4/+4
|\