aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source/path.rb
Commit message (Expand)AuthorAgeFilesLines
* [Path] Fix serializing absolute paths that are inside the rootSamuel Giddins2016-09-131-1/+1
* [Path] Store lockfile paths relative to the root, not the gemfile pathSamuel Giddins2016-09-131-1/+6
* [Definition] Converge locked gemspec sources to Source::GemspecSamuel Giddins2016-07-221-2/+2
* Mixed SharedHelpers with Plugin::APIAsutosh Palai2016-07-031-1/+0
* Separated generate_bin into source/path/installerAsutosh Palai2016-07-031-23/+2
* Merge branch 'master' into pluginAsutosh Palai2016-06-071-2/+6
|\
| * Auto merge of #4617 - allenzhao:path-development, r=RochesterinNYCHomu2016-06-061-0/+4
| |\
| | * Add spec test and fix logic in definition#converge_dependenciesAllen Zhao2016-06-041-0/+4
| * | gemspec allow conflictsSamuel Giddins2016-06-041-2/+2
| |/
* / Removed `@options[:plugin]` from source classAsutosh Palai2016-06-011-0/+4
|/
* [Path] Speed up bin generation when there are many filesSamuel Giddins2016-03-281-0/+1
* Ensure rubygems functionality is done in rubygemsintegrationSamuel Giddins2016-02-231-1/+1
* [Path] Set spec installed_by_version so RubyGems will know it has an extensio...Samuel Giddins2016-02-231-0/+1
* Move validation exception messages to the rubygems integration helperSamuel Giddins2016-02-231-1/+0
* don’t rebuild already-built git gem extensionsAndre Arko2016-02-231-2/+6
* wait to validate so git gems always have sourcesAndre Arko2016-02-231-1/+4
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+1
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-1/+2
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-3/+7
* Forwarding root path to Source::Path from Dsl.Donnie Tognazzini2016-01-271-5/+7
* 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
|\|