summaryrefslogtreecommitdiff
path: root/lib/bundler/source/rubygems.rb
Commit message (Expand)AuthorAgeFilesLines
* Use vendorized version of uri libraryDavid Rodríguez2019-12-081-3/+3
* Lazily load uriDavid Rodríguez2019-12-081-1/+1
* Migrate internal autoloads to not use LOAD_PATHDavid Rodríguez2019-05-121-1/+1
* Merge multisource related settingsDavid Rodríguez2019-04-081-1/+1
* Auto-correct `Style/RescueStandardError` offensesDavid Rodríguez2019-03-041-1/+1
* add check for already installed pluginAnkit Kataria2019-02-211-1/+1
* Only enable remove_auth when providing auth info.SHIBATA Hiroshi2018-06-141-1/+5
* dont use sudo to create tmp gem install dirColby Swandale2018-06-061-1/+1
* [Source::RubyGems] Allow installing when the path is `.`segiddins/6475-install-path-dotSamuel Giddins2018-04-081-1/+4
* [Source::RubyGems] Ensure the bindir exists before installingseg-fix-travis-ruby-2.5Samuel Giddins2018-01-151-0/+2
* Stop overriding specs during double-checksAndre Arko2017-11-261-4/+2
* Auto merge of #6010 - bundler:seg-remove-failed-gem-download, r=indirectThe Bundler Bot2017-09-151-2/+8
|\
| * [Source::Rubygems] Remove .gem if downloaded package is invalidseg-remove-failed-gem-downloadSamuel Giddins2017-09-061-2/+8
* | Dont consider deps pinned on 1.x if they dont have an explicit sourceSamuel Giddins2017-09-131-1/+5
* | Avoid request-bloat in double checking logicSamuel Giddins2017-09-131-1/+20
|/
* Move cached extensions to cache/extensionsseg-globally-cache-built-extensionsSamuel Giddins2017-08-191-3/+3
* Globally cache built extensions for RG & Git sourcesSamuel Giddins2017-08-191-1/+7
* Allow to add username and password to a remote during a deploymentAdrian Gomez2017-08-021-2/+14
* Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-231-1/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Suppress `Using …` messages during installation when a version has not changedSamuel Giddins2017-07-021-1/+1
* Auto merge of #5792 - bundler:seg-remove-rubygems-aggregate, r=segiddinsThe Bundler Bot2017-06-271-77/+40
|\
| * Always serve the Bundler gemspec from the metadata sourceSamuel Giddins2017-06-231-27/+5
| * Consolidate the double-checking logicSamuel Giddins2017-06-231-48/+14
| * Avoid fetching the full index to get all dependency namesSamuel Giddins2017-06-231-2/+2
| * Implement source pinning for 2.0Samuel Giddins2017-06-231-2/+21
* | Put the global gem cache behind a feature flagSamuel Giddins2017-06-271-0/+1
* | Add specs for the global gem cacheSamuel Giddins2017-06-271-1/+0
* | Globally cache downloaded .gem filesSamuel Giddins2017-06-271-2/+66
|/
* Eval Gemfiles one fewer time when running `bundle install`seg-reduce-gemfile-eval-countSamuel Giddins2017-06-141-0/+1
* [Pristine] Skip the bundler gemseg-pristine-skip-bundlerSamuel Giddins2017-04-121-2/+4
* [Source::RubyGems] Print that we are fetching a gemseg-rubygems-source-print-fetchingSamuel Giddins2017-02-221-0/+1
* Defer requiring rubygems/spec_fetcher until it becomes necessaryKazuki Yamaguchi2017-02-141-1/+0
* [GemInstaller] Allow installing extensions in parallelseg-parallel-extensionsSamuel Giddins2016-12-251-0/+1
* [RubyGems] Old RG compatibility for skipping specs with missing extensionsseg-rubygems-ignore-missing-extsSamuel Giddins2016-11-301-2/+2
* [RubyGems] Ignore specs missing extensionsSamuel Giddins2016-11-301-0/+8
* [RubyGemsGemInstaller] Validate checksums from the compact indexSamuel Giddins2016-08-221-1/+2
* [RubyGems] Avoid warning for Installer.new with a pathseg-cleanupSamuel Giddins2016-07-201-1/+1
* Fixes for failing specs for older ruby versionAsutosh Palai2016-06-081-2/+2
* Merge branch 'master' into pluginAsutosh Palai2016-06-071-0/+1
|\
| * [Inline] Install when necessaryseg-inline-install-when-neededSamuel Giddins2016-05-311-0/+1
* | Removed `@options[:plugin]` from source classAsutosh Palai2016-06-011-21/+23
* | changed all source opts calls to func callAsutosh Palai2016-05-301-9/+8
* | Shifted rubygems installation to bundler classAsutosh Palai2016-05-261-10/+20
* | Added plugin module with install functionalityAsutosh Palai2016-05-241-2/+3
|/
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
* why that didn't error, I have no ideaAndre Arko2016-01-251-1/+1
* select once instead of twiceAndre Arko2016-01-251-2/+1
* [RuboCop] Fix violationsSamuel E. Giddins2016-01-251-1/+1