summaryrefslogtreecommitdiff
path: root/lib/bundler/source/path.rb
Commit message (Expand)AuthorAgeFilesLines
* Workaround jruby issuejruby_issueDavid Rodríguez2020-02-021-1/+5
* Fix inconsistent lockfile orderconsistent_lockfilesDavid Rodríguez2019-07-241-1/+6
* Reuse `root` methodDavid Rodríguez2019-07-241-2/+2
* Migrate internal autoloads to not use LOAD_PATHDavid Rodríguez2019-05-121-1/+1
* Fully enable some dependent Layout copsDavid Rodríguez2019-03-041-4/+4
* Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaultsSamuel Giddins2017-08-281-1/+1
* Move cached extensions to cache/extensionsseg-globally-cache-built-extensionsSamuel Giddins2017-08-191-4/+0
* Globally cache built extensions for RG & Git sourcesSamuel Giddins2017-08-191-1/+6
* Allow to add username and password to a remote during a deploymentAdrian Gomez2017-08-021-4/+0
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Auto merge of #5817 - NickLaMuro:bug_with_path_gem_source_equivalency, r=segi...The Bundler Bot2017-07-051-1/+5
|\
| * Compare sources using source's rootNick LaMuro2017-06-291-1/+5
* | Suppress `Using …` messages during installation when a version has not changedSamuel Giddins2017-07-021-1/+1
|/
* Eval Gemfiles one fewer time when running `bundle install`seg-reduce-gemfile-eval-countSamuel Giddins2017-06-141-0/+2
* Unify the notation of RubyGemsKoichi ITO2017-05-041-1/+1
* [Git] Avoid loading full gemspecs in -rbundler/setup when stubs are availableSamuel Giddins2017-04-071-2/+8
* [Source::Git] Only validate specs once (on download)seg-validate-git-specsSamuel Giddins2017-03-311-1/+5
* [Source::Path] Don’t store cache paths in the lockfileseg-install-frozen-gemspec-deps-changedSamuel Giddins2017-02-101-5/+7
* Properly set native extension build args for git gemsseg-git-build-argsSamuel Giddins2017-02-071-4/+9
* [Path] Fix serializing absolute paths that are inside the rootseg-fix-eval-gemfile-path-sourcesSamuel 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 filesseg-speed-up-pathSamuel 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 rubocopfix-path-caching-3900Andre 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/StringConversionInInterpolationrubocop-fixErick Sasse2015-07-201-2/+2