aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/rubygems_integration.rb
Commit message (Expand)AuthorAgeFilesLines
* [RubygemsIntegration] Add support for new activate_bin_path binstubsSamuel Giddins2016-03-051-15/+21
* Ensure rubygems functionality is done in rubygemsintegrationSamuel Giddins2016-02-231-0/+9
* [RubyGemsIntegration] Reduce code duplication for #validateSamuel Giddins2016-02-231-7/+1
* Move validation exception messages to the rubygems integration helperSamuel Giddins2016-02-231-0/+8
* Wrap Gem method as rubygems integrationHsing-Hui Hsu2016-02-071-0/+4
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Fail in an informative way when no YAML is available at allSamuel Giddins2016-01-251-1/+1
* it’s supposed to return an arrayAndre Arko2016-01-251-3/+3
* return arrays from all fetchersAndre Arko2016-01-251-10/+4
* fix #4149 by (again) waiting to load PsychAndre Arko2015-12-131-1/+1
* YamlLibrarySyntaxError != YamlsyntayxErrorAndre Arko2015-12-131-2/+2
* [RuboCop] Enable Lint/NonLocalExitFromIteratorSamuel Giddins2015-11-261-1/+1
* [RuboCop] Enable Style/IfUnlessModifierSamuel Giddins2015-11-261-6/+2
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-2/+2
* [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-2/+2
* [RuboCop] Enable Style/AndOrSamuel Giddins2015-11-261-2/+2
* [RuboCop] Enable Style/RedundantSelfSamuel Giddins2015-11-261-1/+1
* Add specs to ensure the header is being setMike Virata-Stone2015-11-111-5/+9
* Pass remote as is to fetcherMike Virata-Stone2015-11-021-10/+19
* Handle invalid RubyGems config filesAgis Anastasopoulos2015-10-281-0/+4
* Fix Gem::SystemExitException initializationAgis Anastasopoulos2015-10-261-1/+1
* Set X-Gemfile-Source when fetching gemsAgis Anastasopoulos2015-10-201-1/+2
* Fix Style/IndentationWidthVictor Koronen2015-08-141-1/+1
* Fix Style/NegatedIfVictor Koronen2015-08-141-1/+1
* Fix Style/RedundantReturnVictor Koronen2015-08-141-2/+2
* Merge pull request #3904 from esasse/rubocop-fixAndré Arko2015-08-131-2/+4
|\
| * Fix Style/ParallelAssignmentErick Sasse2015-08-021-2/+4
* | [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-2/+2
|/
* Fix Style/AliasErick Sasse2015-07-231-2/+2
* Fix Lint/UnusedBlockArgumentErick Sasse2015-07-201-2/+2
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-2/+2
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-8/+8
* Fix Style/SpaceBeforeSemicolonErick Sasse2015-07-171-3/+3
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-24/+24
* [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
|\ \ | |/ |/|