HomePhorge

(PUP-2014) Make gem provider match on a single gem name
913658327eb1Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2014) Make gem provider match on a single gem name

Currently the gem provider will match gemname$, for example with bundler
this will return quite a long list of anything ending with bundler. When
a match returns a longer list, it will actually connect and try to pull
the latest gem again, thus increasing the WAN usage and rubygems.org
usage when not necessary.

The proposed fix adds a ^ in front of the name var to ensure it begins
with the gemname.

Details

Provenance
rvalente <rawn027@gmail.com>Authored on
Adrien Thebo <git@somethingsinistral.net>Committed on May 1 2014, 12:47 AM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU29fde332040a: Merge pull request #2449 from Sharpie/PUP-1955-fix-ssh-purge
Branches
Unknown
Tags
Unknown

Event Timeline

Adrien Thebo <git@somethingsinistral.net> committed rPU913658327eb1: (PUP-2014) Make gem provider match on a single gem name (authored by rvalente <rawn027@gmail.com>).May 1 2014, 12:47 AM