summaryrefslogtreecommitdiff
path: root/lib/bundler/rubygems_integration.rb
Commit message (Expand)AuthorAgeFilesLines
* build args are global and not thread-safe :’(Andre Arko2015-03-291-6/+8
* backport a monitor into Rubygems’ ext builderAndre Arko2015-02-131-1/+34
* Fixed an issue with building git gems in parallelrace_conditionSmit Shah2014-11-181-1/+1
* spec.name fails if spec is still nilDaniel2014-10-061-1/+1
* Add AlmostNoSecurity to trust-policy and fix doc links to Rubygems.Andre Medeiros2014-05-131-1/+1
* Hardcode the list of options for `bundle install --trust-policy`Andre Medeiros2014-05-131-0/+4
* move the cache path building code into rubygemsAndre Arko2014-04-131-0/+4
* pull out repository subdirectories for RG compatAndre Arko2014-03-311-0/+7
* move ConfigMap into RubygemsIntegrationAndre Arko2014-03-311-0/+4
* Avoid a NameError when OpenSSL is unavailable.Tim Moore2014-02-241-1/+1
* Merge tag 'v1.5.2' into 'master'Andre Arko2014-01-101-5/+12
* Fix Rubygems integration with 1.8.0-1.8.19Andre Arko2014-01-031-6/+13
* Deprecation message for when a gem's binstub is running another gem's bin.Sam Schenkman-Moore2013-12-181-0/+5
* fix build for Ruby 2.1.0Terence Lee2013-12-171-3/+8
* use instance_methods to avoid warningsAndre Arko2013-10-211-10/+17
* slightly more straightforward rubygems integrationAndre Arko2013-10-211-17/+13
* avoiding warnings isn't worth potential exceptionsAndre Arko2013-10-191-3/+0
* move RubygemsMirror.to_uri to Source.mirror_forAndre Arko2013-10-171-2/+1
* add mirror support. each uri to a repository can be replaced by anKristian Meier2013-09-261-0/+2
* catch NameError raised by RG 2.1 (@drbrain)Andre Arko2013-08-051-1/+1
* Add RubygemsIntegration#provides?Andre Arko2013-08-041-5/+21
* Merge pull request #2481 from eagletmt/parallel-installAndre Arko2013-07-031-1/+1
|\
| * Prohibit Dir.pwd while another thread is doing Dir.chdirKohei Suzuki2013-05-231-1/+1
* | Merge pull request #2497 from mipearson/with_cached_gemspecsAndre Arko2013-07-031-0/+8
|\ \
| * | Move spec cache dir discovery into rubygems_integration.rbMichael Pearson2013-06-111-0/+8
| |/
* | Revert "refresh so that `bundle exec bundle -v` works again"Matthew Draper2013-05-221-4/+0
* | clean up gem error printingAndre Arko2013-05-221-6/+5
* | Display the Gem::SystemExitException if there is a rubygemsJames Cook2013-05-221-1/+6
|/
* actually concat pre specsAndre Arko2013-03-101-1/+1
* rescue prerelease errors correctly, oopsAndre Arko2013-03-101-1/+1
* use Gem::RemoteFetcher directlyAndre Arko2013-03-101-10/+18
* delay rubygems/security so we can catch LoadErrorsAndre Arko2013-03-021-2/+11
* refactor gem fetchingAndre Arko2013-02-101-12/+13
* from eval to const get to a hash lookup? sheeshAndre Arko2013-02-081-2/+1
* don't set nil policiesAndre Arko2013-02-071-2/+2
* work around require bug in rg2Andre Arko2013-02-071-0/+2
* apply security policy when installing on RG2.0Andre Arko2013-02-071-8/+20
* normalize error now that we catch anythingAndre Arko2013-02-071-7/+5
* alphabetize-ish and fix require locationsAndre Arko2013-02-061-0/+2
* Fix uncaught exceptionMatthew Phillips2013-02-041-1/+1
* get rid of evalMatthew Phillips2013-01-311-1/+1
* Add gem security policy option to install commandMatthew Phillips2013-01-311-2/+7
* today is the day of feeling dumb. fix build args.Andre Arko2012-12-201-3/+3
* implement Gem::Command.build_args in rg integrationAndre Arko2012-12-191-3/+12
* fix all bundler codebase warningsAndre Arko2012-12-101-4/+4
* Compensate for Rubygems' usage of .gemrc sourcesAndre Arko and Terence Lee2012-12-071-0/+5
* actually move gem building into RubygemsIntegrationAndre Arko2012-11-291-10/+12
* Mimick interface to match RG 1.8.24 with RG2.0Terence Lee2012-11-291-3/+7
* oops, don't raise on failed prerelease fetchingTerence Lee2012-11-291-2/+2
* move the uri user pass stripping back to Bundler::FetcherTerence Lee2012-11-291-3/+1