aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/rubygems_integration.rb
Commit message (Expand)AuthorAgeFilesLines
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* Allow missing files when validating a specSamuel E. Giddins2015-06-021-0/+4
* Stop validating in RubyGems' packaging modeAndre Arko2015-05-301-4/+3
* [RubyGemsIntegration] Packaging mode is available on 1.7Samuel E. Giddins2015-05-291-0/+7
* [RubyGemsIntegration] Check for chdir monitor after its been backportedSamuel E. Giddins2015-05-281-2/+2
* [RubyGemsIntegration] Validate in the non-packaging modeSamuel E. Giddins2015-05-281-2/+2
* completely backwards-compatible gemspec validationAndre Arko2015-05-181-9/+4
* fix validation exceptions by skipping on RG <1.7Andre Arko2015-05-181-0/+16
* [RubyGemsIntegration] Mark loaded specs as activatedSamuel E. Giddins2015-05-171-0/+5
* preempt possible race in rubygems lockAndre Arko2015-05-071-5/+6
* [RubyGemsIntegration] Use .stubs_for when availableSamuel E. Giddins2015-04-301-4/+10
* Move RubyGems 2.4.7 compatibility into 2.1+Andre Arko2015-04-301-6/+8
* Merge pull request #3606 from tenderlove/spec_searchAndre Arko2015-04-301-2/+6
|\
| * loop through the spec list to find gems with a certain nameAaron Patterson2015-04-291-2/+6
* | Merge pull request #3580 from bundler/seg-stubsAndré Arko2015-04-291-0/+8
|\ \ | |/ |/|
| * Use specification stubs with RubyGems 2.1+ when constructing the local indexSamuel E. Giddins2015-04-191-0/+8
* | Merge pull request #3582 from voxik/fix-rubygems-2.2-compatibilityAndré Arko2015-04-211-0/+13
|\ \ | |/ |/|
| * Use flatten withou bang.Vít Ondruch2014-12-081-1/+1
| * Use Bundler.rubygems instead of Gem methods directly.Vít Ondruch2014-12-051-0/+13
* | Merge tag 'v1.9.4'Andre Arko2015-04-131-6/+8
* | Move Bundler::Source.mirror_for to Settings.Tim Moore2015-03-151-2/+2
* | backport a monitor into Rubygems’ ext builderAndre Arko2015-02-131-1/+34
|/
* Fixed an issue with building git gems in parallelSmit 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