<mpapis>
drbrain, I just tried to tested the performance and scanning 93 gems does not seem to impact the performance compared to previous code that did not scan for plugins
<drbrain>
mpapis: try with 500 gems
<drbrain>
93 gems is almost no gems
kgrz has quit [Ping timeout: 240 seconds]
<mpapis>
installing some more gems like rails few times, any idea on big dependencies gem?
yerhot_ has quit [Remote host closed the connection]
stevenharman has joined #rubygems
vertis has joined #rubygems
yerhot has joined #rubygems
yerhot has quit [Ping timeout: 245 seconds]
bbrowning is now known as bbrowning_awaay
bbrowning_awaay is now known as bbrowning_away
<mpapis>
drbrain, I have increased the number of gems with 10 versions of rails to 227 - still no performance penalty, in fact it runs the same in new and old version, so the scanning does not impact performance .. I can test with 500 gems if you know some gems that have a lot of dependencies - this is already my largest gemset
<drbrain>
ok, maybe I misunderstand what it accomplishes, then
<drbrain>
I will review it
<mpapis>
the only penalty is by the plugin itself, without any plugins the load time looks the same
<mpapis>
the plugin - i mean rubygems-bundler, but it is not required for executable-hooks to work
<mpapis>
I will open a PR to simplify it - the code for executable-hooks is loaded with tricks because it does not have access to internals, will be a lot simpler done from inside
vertis has quit [Read error: Connection reset by peer]
vertis1 has joined #rubygems
kgrz has joined #rubygems
vertis1 has quit [Quit: Leaving.]
vertis has joined #rubygems
jonahR has quit [Quit: jonahR]
vertis1 has joined #rubygems
vertis has quit [Read error: Connection reset by peer]
kseifried has quit [Quit: Leaving]
vertis has joined #rubygems
vertis1 has quit [Read error: Connection reset by peer]
vertis has quit [Read error: Connection reset by peer]
vertis has joined #rubygems
kgrz has quit [Remote host closed the connection]
vertis has quit [Quit: Leaving.]
kgrz has joined #rubygems
tenderlove has quit [Remote host closed the connection]
kgrz has quit [Ping timeout: 248 seconds]
lsegal has quit [Ping timeout: 246 seconds]
kgrz has joined #rubygems
kgrz has quit [Ping timeout: 256 seconds]
tbuehlmann has joined #rubygems
kgrz has joined #rubygems
vertis has joined #rubygems
vertis has quit [Read error: Connection reset by peer]
vertis1 has joined #rubygems
vertis1 has quit [Client Quit]
vertis has joined #rubygems
kgrz has quit [Read error: Connection reset by peer]
kgrz has joined #rubygems
kgrz has quit [Remote host closed the connection]
lucas has joined #rubygems
lucas has quit [Changing host]
tenderlove has joined #rubygems
samkottler_ is now known as samkottler
kgrz has joined #rubygems
kgrz has quit [Ping timeout: 256 seconds]
kgrz has joined #rubygems
vertis has quit [Quit: Leaving.]
tenderlove has quit [Ping timeout: 246 seconds]
kgrz has quit [Ping timeout: 276 seconds]
tenderlove has joined #rubygems
paulca has joined #rubygems
bbrowning_away has joined #rubygems
bbrowning_away is now known as bbrowning
pipework has quit [Remote host closed the connection]
pipework has joined #rubygems
pipework has quit [Remote host closed the connection]
monban_ has joined #rubygems
tenderlove has quit [Ping timeout: 276 seconds]
stevenharman has quit [Quit: Leaving...]
tenderlove has joined #rubygems
monban_ is now known as monban
huoxito has joined #rubygems
pipework has joined #rubygems
stevenharman has joined #rubygems
tenderlove has quit [Read error: Connection timed out]
foca has quit [Quit: Goodbye, cruel world.]
foca has joined #rubygems
zzak has quit [Disconnected by services]
zzak__ is now known as zzak
tenderlove has joined #rubygems
tenderlove has quit [Read error: Connection timed out]
marpaia has joined #rubygems
tenderlove has joined #rubygems
DKnox has quit [Quit: Computer has gone to sleep.]
marpaia has quit [Ping timeout: 264 seconds]
DKnox has joined #rubygems
yerhot has joined #rubygems
marpaia has joined #rubygems
tenderlove has quit [Ping timeout: 264 seconds]
tenderlove has joined #rubygems
tenderlove has quit [Ping timeout: 240 seconds]
<akahn>
drbrain_: I followed your advice and installed a gemrc that has my gem source before rubygems. however, `gem install` still installs the gem from rubygems because there is a newer version there than on my gem server.
<akahn>
so I think I just need to give my gem a different name
tenderlove has joined #rubygems
yerhot has quit [Remote host closed the connection]
tenderlove has quit [Ping timeout: 248 seconds]
tenderlove has joined #rubygems
yerhot has joined #rubygems
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #rubygems
x1337807x has joined #rubygems
paulca has quit [Quit: paulca]
DanKnox_away is now known as DanKnox
pcarrier has joined #rubygems
<pcarrier>
hi
<pcarrier>
trying to use rubygems-mirror, but it seems to miss all pre packages
<pcarrier>
is that a known issue? am I missing an option?
paulca has joined #rubygems
paulca has quit [Ping timeout: 246 seconds]
yerhot_ has joined #rubygems
yerhot has quit [Ping timeout: 264 seconds]
yerhot has joined #rubygems
yerhot_ has quit [Ping timeout: 256 seconds]
eighthbit has joined #rubygems
<monban>
if my gem sources says my only source is rubygems.org, I can't find a specific gem on the website (do-mysql) but I can do gem install do-mysql, where is this gem coming from?
jfoy has joined #rubygems
weeb1e has quit [Quit: No Ping reply in 180 seconds.]
weeb1e has joined #rubygems
yerhot has quit [Remote host closed the connection]
yerhot has joined #rubygems
stabbylambduh is now known as stabbylambda
dfgg_ is now known as dfgg
<drbrain_>
monban: gem install -V do-mysql will show you all HTTP traffic
<drbrain_>
… do you have the gem in your current directory?
reset has joined #rubygems
yerhot_ has joined #rubygems
yerhot has quit [Ping timeout: 256 seconds]
<akahn>
is it intended behavior that Gem.sources doesn't include sources from /etc/gemrc?