summaryrefslogtreecommitdiff
path: root/lib/bundler/stub_specification.rb
Commit message (Expand)AuthorAgeFilesLines
* Drop rubygems 2.5.0 and 2.5.1 supportdrop_rubygems_2_5_0_and_2_5_1_supportDavid Rodríguez2019-07-111-4/+2
* Remove comment that will easily get outdatedDavid Rodríguez2019-04-271-2/+0
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Remove more unnecessary rubygems version checksDavid Rodríguez2019-02-251-25/+17
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Try this?jules2689-bundler-stub-specJulian Nadeau2017-05-051-0/+4
* Fix tests, address concernsJulian Nadeau2017-05-051-4/+0
* Return Bundler::StubSpec if stub is a Bundler::StubSpecJulian Nadeau2017-05-051-0/+1
* Fix a style issuejules2689-stub-spec-extension-dirJulian Nadeau2017-04-201-4/+3
* Block for RubyGems > 2.2.0Julian Nadeau2017-04-191-9/+11
* Apply source to calculate stub spec extensionJulian Nadeau2017-04-181-0/+12
* [StubSpecification] Return a path in #full_gem_path even if the gem is deletedseg-stubs-no-load-full-specSamuel Giddins2017-04-081-1/+3
* [StubSpecification] #full_require_paths is only 2.2+Samuel Giddins2017-04-081-6/+6
* [StubSpecification] BasicSpecification#full_require_paths only defined on 2.2+Samuel Giddins2017-04-071-2/+4
* [StubSpecification] Move availability logic to RubygemsIntegrationSamuel Giddins2017-04-071-3/+5
* [StubSpecification] Assign source when materializing the full specSamuel Giddins2017-04-071-2/+4
* [StubSpecification] Properly handle full_gem_path for git gemsSamuel Giddins2017-04-071-10/+1
* [Git] Avoid loading full gemspecs in -rbundler/setup when stubs are availableSamuel Giddins2017-04-071-1/+10
* [StubSpecification] Avoid loading the full spec when possibleSamuel Giddins2017-04-071-2/+56
* [StubSpecification] Avoid loading all installed gemspecsseg-stub-specification-missing-extensionsSamuel Giddins2017-02-181-0/+7
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/TrailingBlankLinesSamuel E. Giddins2015-07-151-1/+1
* oh man :stuck_out_tongue_closed_eyes:Andre Arko2015-05-301-14/+16
* Hoist StubSpecification up into a fileAndre Arko2015-05-301-0/+21