aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source/path.rb
Commit message (Expand)AuthorAgeFilesLines
* Better support of Ruby 2.3 with enabled frozen string literaldeepj2015-12-161-1/+1
* [RuboCop] Enable Style/NextSamuel Giddins2015-11-261-10/+8
* [Resolver] Resolve for a given ruby versionSamuel Giddins2015-10-011-1/+1
* Auto merge of #3907 - bundler:fix-path-caching-3900, r=segiddinsHomu2015-08-301-1/+1
|\
| * quotable rubocopAndre Arko2015-08-131-1/+1
| * make sure intersecting gem paths are cachedSteven Davidovitz2015-08-131-1/+1
* | Fix Style/OpMethodVictor Koronen2015-08-141-4/+4
* | Fix Style/RegexpLiteralVictor Koronen2015-08-131-1/+1
|/
* [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-1/+1
* Fix Style/AliasErick Sasse2015-07-231-1/+1
* Fix Lint/StringConversionInInterpolationErick Sasse2015-07-201-2/+2
* Fix Style/SingleSpaceBeforeFirstArgErick Sasse2015-07-191-2/+2
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-2/+2
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* fix post-install messages from git and path gemsAndre Arko2015-06-081-1/+2
* RubyGems can only validate during chdirAndre Arko2015-05-171-10/+1
* [Path] Validate the gemspecs we find when globbingSamuel E. Giddins2015-05-161-4/+11
* [Installer] Add option to force installationSamuel E. Giddins2015-03-261-1/+1
* [Source::Path] Properly prefer gemspecs that are closer to the path rootSamuel E. Giddins2015-02-261-1/+2
* [Source::Path] Sort gemspecs by relative depthSamuel E. Giddins2015-02-231-1/+1
* :space_invader:Andre Arko2015-02-131-1/+1
* fix unused var and block shadowing warningsAndre Arko2014-12-061-1/+0
* Merge tag 'v1.7.8'Andre Arko2014-12-061-0/+1
|\
| * Fixed an issue with building git gems in parallelSmit Shah2014-11-181-7/+10
* | Remove useless gem build step.Vít Ondruch2014-11-201-7/+0
* | Fixed an issue with building git gems in parallelSmit Shah2014-11-181-7/+10
* | Performance: memoize expanded path of Source::PathDov Murik2014-10-101-4/+8
* | Merge tag 'v1.7.2'Andre Arko2014-08-241-1/+1
|\|
| * Sort sources in lock the same as in 1.6Andre Arko2014-08-231-1/+1
* | Performance: implement #hash for Source classesDov Murik2014-07-241-1/+1
|/
* good error when caching path that's deletedAndre Arko2014-04-131-0/+5
* use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-091-1/+1
* Merge pull request #2759 from gjaldon/add-package-optionsAndre Arko2013-12-231-3/+4
|\
| * --path changes directory where 'vendor/cache' is createdGabriel Jaldon2013-12-221-3/+4
* | friendlier error messageAndre Arko2013-12-181-1/+2
* | Merge pull request #2689 from qblake/fix-path-with-unexisting-users-home-dirAndre Arko2013-12-181-6/+13
|\ \
| * | fix error message and testqblake2013-12-061-7/+6
| * | fix raising error when path contains unexisting users home dirAlex Rehsitd2013-10-271-5/+13
| |/
* / Displays the previous version of the gem when run bundle updatejoyicecloud2013-09-181-3/+3
|/
* move ui messaging out of sourcesTerence Lee2013-08-271-2/+1
* Run installation in multiple processes unless host_os is WindowsKohei Suzuki2013-05-231-0/+1
* Remove unnecessary chdir to improve concurrencyKohei Suzuki2013-05-231-1/+1
* Improve messages for multi-threaded installationKohei Suzuki2013-05-231-1/+1
* Prohibit Dir.pwd while another thread is doing Dir.chdirKohei Suzuki2013-05-231-1/+1
* Use different error message if file existsJohn Isaacks2012-12-021-1/+3
* Make PathError message more accurateJohn Isaacks2012-12-021-1/+1
* run rubygems hooks for and remove built :path gemsAndre Arko2012-11-301-10/+5
* stop requiring something that might not existAndre Arko2012-11-291-2/+0