drbrain changed the topic of #rubygems to: RubyGems 2.1.11: http://bit.ly/rubygems-2-1-11 CVE-2013-4363: http://bit.ly/CVE-2013-4363 - Latest status: http://twitter.com/rubygems_status and http://status.rubygems.org
huoxito has joined #rubygems
stevenharman has quit [Read error: Connection reset by peer]
stevenharman has joined #rubygems
<indirect> drbrain: oh. that is rather unfortunate
<drbrain> ha, one line fix
<indirect> well
<indirect> this is the second or third time I have reported that
<indirect> :)
<indirect> evan fixed it once before
<indirect> at least
<indirect> maybe twice
<drbrain> but would evan write a test for it?
<drbrain> (probably not)
<indirect> no idea :)
<indirect> haha
<evan> hahahaha
<evan> it happens :/
<indirect> sadly swapping out gem install for Gem::Installer does break a bunch of other tests
<indirect> but is much faster :(
<indirect> I guess I'm reporting a regression in the minimal runtime of `gem install` with --ignore-dependencies, then :P
huoxito has quit [Ping timeout: 240 seconds]
<drbrain> with my patch, compared to rubygems 2.0.0: No difference proven at 95.0% confidence
<indirect> excellent
<indirect> thanks
<indirect> feel free to release a 2.1 fix anytime :D
<drbrain> indirect: probably January, since I'm on vacation
<drbrain> hrm, my one line patch was wrong ☹
<drbrain> indirect: woo: 0.53379 seconds (with rubygems and my fix)
<drbrain> indirect: commit 381d2e1
<indirect> drbrain: thank you
<drbrain> indirect: I may have spoken too soon
<drbrain> indirect: d8f12e2
<indirect> haha
<indirect> thanks, again :)
<drbrain> the speed isn't as good as 2.0.0, but maybe evan has a better fix that does less work
<evan> which?
<drbrain> evan: ignoring dependencies during resolution
stevenharman has quit [Quit: Leaving...]
<drbrain> evan: before 381d2e1 `gem install --ignore-dependencies` would go "ok, gonna resolve some dependencies!" then "ok, gonna ignore those dependencies!"
<evan> isn't that like not standing in water while you shower?
<drbrain> evan: yes, but for some reason people want to do this
<indirect> well specifically
<evan> ok
<indirect> bundler wants to install gems without caring about dependencies
<indirect> I don't know about other people
<drbrain> I've used the option several times
<indirect> evan: I am distressed because the change slowed down bundler's spec suite from 12 minutes to 25 minutes
<indirect> which I would... like to undo, to say the least
<evan> oh fun!
<drbrain> indirect: I hope my change cut off maybe 7 of those minutes
<evan> sounds like drbrain got it down?
<indirect> for the record I personally don't care if rubygems resolves dependencies or not
<drbrain> evan: some, but since you have more knowledge of the resolver maybe you can reduce it more?
<indirect> I would just like it to not slow down significantly
<indirect> :)
<drbrain> evan: rubygems 2.0.0 runs `gem install rails --ignore-dependecnies` in about 1s, master in about 2s
<evan> indirect: what command are you running and what is the expected result?
<evan> if you write that up
<indirect> I did already for drbrain
<indirect> let me find the gist
<evan> ok
<drbrain> evan: it's just `gem install`
<evan> drbrain's change should speed it up al ot.
<evan> a lot.
<evan> i'd also like to know how many times you run the command inside the bundler test suite
<evan> ie, are we talking about 10k invocations?
<indirect> that single test cannot possibly be installing more than say a dozen gems
<indirect> and is likely only installing one or two
<evan> indirect: this gist is confusing
<evan> I thought you were running gem install
<drbrain> evan: the bundler specs do `gem install` many, many times in setup
<evan> I just see the output from bundler specs
seanlinsley has quit [Quit: seanlinsley]
<indirect> evan: drbrain says that some or all of the slowdown is from `gem install --ignore-dependencies`
<drbrain> well, once in the path spec mentioned
<indirect> which is run by the spec setup
<evan> whats the difference between these 2 runs?
<indirect> so that means that one run of `gem install --ignore-dependencies foo.gem` added 2.1s of execution time
<indirect> to a test that took 0.78 seconds in the first place
<indirect> test against rg master: 2.85 seconds
<evan> I'll just make it so --ignore-dependencies uses a fast path
<indirect> test against 2.0.0: 0.78 seconds
<indirect> okay
<evan> which is basically "fuck the resolver, fire the gems"
<indirect> not sure if you guys care that gem install slowed down so dramatically
<indirect> but I would basically just like the tests to not get any slower :)
seanlinsley has joined #rubygems
<evan> i'd suggest not doing gem install in the tests
<evan> instead just rotate a different GEM_PATH in and out
<evan> thats instant.
<evan> much faster than 0.78s
<drbrain> evan: I suggested the same, but it seems to have problems
<drbrain> for this one spec it brings the time down to ~0.5s, but other specs then fail ☹
<indirect> evan: in the integration tests, we install gems to system gems for certain tests
<evan> how rude!
<evan> :D
<indirect> so as mentioned, if we use Gem::Installer directly, some other tests fail
<indirect> specifically 91 specs
<evan> you should figure out why that is.
<evan> i'd love to know
<indirect> likely because we set ENV and then use system("gem install")
<indirect> rather than modifying Gem.whatever directly
<evan> because it sounds like you're dependent on some sideffects of installation that you don't expect
<indirect> we're installing gems to a place that isn't actuall GEM_HOME as far as the spec suite is concerned
<evan> drbrain: isn't there a command to modify the gem settings from ENV
<evan> ?
<evan> if so, indirect could run that and then Gem::Installer
<evan> ok, I gotta run though.
<indirect> we would probably need to undo it after, but yeah
<indirect> that could also work
<drbrain> I'm going to watch some TV now
jfelchner has quit [Quit: zzzzzzzzzzzzz………]
bbrowning has quit [Quit: Leaving]
jonahR has quit [Quit: jonahR]
josh-k has joined #rubygems
josh-k_ has joined #rubygems
josh-k__ has joined #rubygems
josh-k___ has joined #rubygems
josh-____ has joined #rubygems
josh-k has quit [Ping timeout: 252 seconds]
josh-k_ has quit [Ping timeout: 250 seconds]
josh-k__ has quit [Ping timeout: 260 seconds]
josh-k has joined #rubygems
josh-k___ has quit [Ping timeout: 265 seconds]
josh-k has quit [Remote host closed the connection]
josh-____ has quit [Ping timeout: 272 seconds]
jfelchner has joined #rubygems
josh-k has joined #rubygems
ZachBeta has joined #rubygems
ZachBeta has quit [Client Quit]
josh-k has quit [Ping timeout: 272 seconds]
josh-k has joined #rubygems
lsegal has joined #rubygems
stevenharman has joined #rubygems
baburdick has quit [Quit: Leaving.]
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubygems
havenwood has quit [Remote host closed the connection]
huoxito has joined #rubygems
josh-k has quit [Ping timeout: 246 seconds]
hakunin has quit []
hakunin has joined #rubygems
tjbiddle has quit [Quit: tjbiddle]
havenwood has joined #rubygems
niska has quit [Ping timeout: 248 seconds]
niska has joined #rubygems
ZachBeta has joined #rubygems
baburdick has joined #rubygems
huoxito has quit [Remote host closed the connection]
havenwood has quit [Remote host closed the connection]
alindeman has quit [Ping timeout: 240 seconds]
alindeman has joined #rubygems
tjbiddle has joined #rubygems
ZachBeta has quit [Quit: Computer has gone to sleep.]
arohner has quit [Remote host closed the connection]
arohner has joined #rubygems
havenwood has joined #rubygems
arohner has quit [Ping timeout: 246 seconds]
kentaro has quit [Quit: ZNC - http://znc.in]
kentaro has joined #rubygems
flori_ has quit [Ping timeout: 246 seconds]
josh-k has joined #rubygems
flori has joined #rubygems
baburdick has quit [Quit: Leaving.]
jfelchner has quit [Quit: jfelchner]
tjbiddle has quit [Quit: tjbiddle]
dwradcliffe has quit [Ping timeout: 260 seconds]
josh-k has quit [Remote host closed the connection]
dwradcliffe has joined #rubygems
graphex has quit [Ping timeout: 248 seconds]
yanap has joined #rubygems
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
baburdick has joined #rubygems
lsegal has joined #rubygems
baburdick has quit [Ping timeout: 250 seconds]
Elhu has joined #rubygems
havenwood has quit [Remote host closed the connection]
graphex has joined #rubygems
yanap has quit [Remote host closed the connection]
graphex has quit [Ping timeout: 248 seconds]
baburdick has joined #rubygems
Elhu has quit [Quit: Computer has gone to sleep.]
baburdick has quit [Ping timeout: 260 seconds]
yanap has joined #rubygems
yanap has quit [Client Quit]
tbuehlmann has joined #rubygems
Elhu has joined #rubygems
Elhu has quit [Client Quit]
tbuehlmann has quit [Quit: Konversation terminated!]
Elhu has joined #rubygems
Elhu_ has joined #rubygems
tbuehlmann has joined #rubygems
tbuehlmann has quit [*.net *.split]
hakunin has quit [*.net *.split]
stevenharman has quit [*.net *.split]
Authenticator has quit [*.net *.split]
shtirlic has quit [*.net *.split]
nomadic_ has quit [*.net *.split]
headius has quit [*.net *.split]
danp has quit [*.net *.split]
alindeman has quit [*.net *.split]
Elhu has quit [*.net *.split]
Elhu_ has quit [*.net *.split]
flori has quit [*.net *.split]
kanobe has quit [*.net *.split]
csaunders has quit [*.net *.split]
marpaia3 has quit [*.net *.split]
_br_ has quit [*.net *.split]
foca has quit [*.net *.split]
jarib has quit [*.net *.split]
mjc_ has quit [*.net *.split]
nirix has quit [*.net *.split]
DanKnox has quit [*.net *.split]
Emily has quit [*.net *.split]
weeb1e has quit [*.net *.split]
mpapis has quit [*.net *.split]
sindork_ has quit [*.net *.split]
wizonesolutions has quit [*.net *.split]
lucas has quit [*.net *.split]
drbrain has quit [*.net *.split]
closer has quit [*.net *.split]
niska has quit [*.net *.split]
kallistec has quit [*.net *.split]
ged__ has quit [*.net *.split]
amateurhuman has quit [*.net *.split]
[reed] has quit [*.net *.split]
phantomcircuit has quit [*.net *.split]
indirect has quit [*.net *.split]
ckrailo has quit [*.net *.split]
adam12 has quit [*.net *.split]
slash_nick has quit [*.net *.split]
gazoombo has quit [*.net *.split]
jaimef has quit [*.net *.split]
RichardBronosky has quit [*.net *.split]
lsegal has quit [*.net *.split]
dwradcliffe has quit [*.net *.split]
brixen_ has quit [*.net *.split]
Gnubie_ has quit [*.net *.split]
morphis has quit [*.net *.split]
thegcat has quit [*.net *.split]
evan has quit [*.net *.split]
tmacedo has quit [*.net *.split]
brycek has quit [*.net *.split]
riddle has quit [*.net *.split]
bdrewery has quit [*.net *.split]
xerxas has quit [*.net *.split]
_blackjid has quit [*.net *.split]
ereslibre_laptop has quit [*.net *.split]
davidjrice has quit [*.net *.split]
johnmwilliams___ has quit [*.net *.split]
jgraichen has quit [*.net *.split]
z has quit [*.net *.split]
noxgirl has quit [*.net *.split]
xymox has quit [*.net *.split]
erichmenge has quit [*.net *.split]
clouder`grr has quit [*.net *.split]
dbussink has quit [*.net *.split]
imajes has quit [*.net *.split]
lmarburger has quit [*.net *.split]
tcopeland has quit [*.net *.split]
carols10cents has quit [*.net *.split]
shaiguitar has quit [*.net *.split]
avdi has quit [*.net *.split]
viranch_ has quit [*.net *.split]
wesgarrison_ has quit [*.net *.split]
samkottler has quit [*.net *.split]
TheMoonMaster has quit [*.net *.split]
seanlinsley has quit [*.net *.split]
ddd has quit [*.net *.split]
kentaro has quit [*.net *.split]
redmenace has quit [*.net *.split]
darix has quit [*.net *.split]
havenwood has joined #rubygems
Elhu has joined #rubygems
tbuehlmann has joined #rubygems
dwradcliffe has joined #rubygems
lsegal has joined #rubygems
flori has joined #rubygems
kentaro has joined #rubygems
niska has joined #rubygems
hakunin has joined #rubygems
stevenharman has joined #rubygems
alindeman has joined #rubygems
seanlinsley has joined #rubygems
indirect has joined #rubygems
lmarburger has joined #rubygems
nomadic_ has joined #rubygems
shtirlic has joined #rubygems
ddd has joined #rubygems
Emily has joined #rubygems
tcopeland has joined #rubygems
closer has joined #rubygems
marpaia3 has joined #rubygems
headius has joined #rubygems
kanobe has joined #rubygems
jarib has joined #rubygems
wizonesolutions has joined #rubygems
weeb1e has joined #rubygems
ckrailo has joined #rubygems
nirix has joined #rubygems
mpapis has joined #rubygems
ged__ has joined #rubygems
DanKnox has joined #rubygems
Authenticator has joined #rubygems
danp has joined #rubygems
redmenace has joined #rubygems
mjc_ has joined #rubygems
darix has joined #rubygems
foca has joined #rubygems
drbrain has joined #rubygems
slash_nick has joined #rubygems
xymox has joined #rubygems
bdrewery has joined #rubygems
amateurhuman has joined #rubygems
sindork_ has joined #rubygems
csaunders has joined #rubygems
gazoombo has joined #rubygems
[reed] has joined #rubygems
noxgirl has joined #rubygems
avdi has joined #rubygems
Gnubie_ has joined #rubygems
jaimef has joined #rubygems
clouder`grr has joined #rubygems
_br_ has joined #rubygems
wesgarrison_ has joined #rubygems
brixen_ has joined #rubygems
erichmenge has joined #rubygems
adam12 has joined #rubygems
_blackjid has joined #rubygems
morphis has joined #rubygems
phantomcircuit has joined #rubygems
lucas has joined #rubygems
samkottler has joined #rubygems
RichardBronosky has joined #rubygems
davidjrice has joined #rubygems
xerxas has joined #rubygems
viranch_ has joined #rubygems
thegcat has joined #rubygems
TheMoonMaster has joined #rubygems
ereslibre_laptop has joined #rubygems
riddle has joined #rubygems
johnmwilliams___ has joined #rubygems
imajes has joined #rubygems
kallistec has joined #rubygems
jgraichen has joined #rubygems
evan has joined #rubygems
dbussink has joined #rubygems
z has joined #rubygems
tmacedo has joined #rubygems
carols10cents has joined #rubygems
shaiguitar has joined #rubygems
brycek has joined #rubygems
havenwood has quit [Ping timeout: 272 seconds]
alindeman has quit [Ping timeout: 240 seconds]
tbuehlmann has quit [*.net *.split]
hakunin has quit [*.net *.split]
stevenharman has quit [*.net *.split]
Authenticator has quit [*.net *.split]
shtirlic has quit [*.net *.split]
nomadic_ has quit [*.net *.split]
headius has quit [*.net *.split]
danp has quit [*.net *.split]
Elhu has quit [*.net *.split]
flori has quit [*.net *.split]
kanobe has quit [*.net *.split]
csaunders has quit [*.net *.split]
marpaia3 has quit [*.net *.split]
_br_ has quit [*.net *.split]
foca has quit [*.net *.split]
jarib has quit [*.net *.split]
mjc_ has quit [*.net *.split]
nirix has quit [*.net *.split]
DanKnox has quit [*.net *.split]
Emily has quit [*.net *.split]
weeb1e has quit [*.net *.split]
mpapis has quit [*.net *.split]
sindork_ has quit [*.net *.split]
wizonesolutions has quit [*.net *.split]
lucas has quit [*.net *.split]
drbrain has quit [*.net *.split]
closer has quit [*.net *.split]
niska has quit [*.net *.split]
kallistec has quit [*.net *.split]
ged__ has quit [*.net *.split]
amateurhuman has quit [*.net *.split]
[reed] has quit [*.net *.split]
phantomcircuit has quit [*.net *.split]
indirect has quit [*.net *.split]
ckrailo has quit [*.net *.split]
adam12 has quit [*.net *.split]
slash_nick has quit [*.net *.split]
gazoombo has quit [*.net *.split]
jaimef has quit [*.net *.split]
RichardBronosky has quit [*.net *.split]
lsegal has quit [*.net *.split]
dwradcliffe has quit [*.net *.split]
brixen_ has quit [*.net *.split]
Gnubie_ has quit [*.net *.split]
morphis has quit [*.net *.split]
thegcat has quit [*.net *.split]
evan has quit [*.net *.split]
tmacedo has quit [*.net *.split]
brycek has quit [*.net *.split]
riddle has quit [*.net *.split]
bdrewery has quit [*.net *.split]
xerxas has quit [*.net *.split]
_blackjid has quit [*.net *.split]
ereslibre_laptop has quit [*.net *.split]
davidjrice has quit [*.net *.split]
johnmwilliams___ has quit [*.net *.split]
z has quit [*.net *.split]
jgraichen has quit [*.net *.split]
noxgirl has quit [*.net *.split]
xymox has quit [*.net *.split]
erichmenge has quit [*.net *.split]
clouder`grr has quit [*.net *.split]
dbussink has quit [*.net *.split]
imajes has quit [*.net *.split]
lmarburger has quit [*.net *.split]
tcopeland has quit [*.net *.split]
carols10cents has quit [*.net *.split]
shaiguitar has quit [*.net *.split]
avdi has quit [*.net *.split]
viranch_ has quit [*.net *.split]
wesgarrison_ has quit [*.net *.split]
samkottler has quit [*.net *.split]
TheMoonMaster has quit [*.net *.split]
seanlinsley has quit [*.net *.split]
ddd has quit [*.net *.split]
kentaro has quit [*.net *.split]
redmenace has quit [*.net *.split]
darix has quit [*.net *.split]
josh-k has joined #rubygems
kentaro has joined #rubygems
Elhu has joined #rubygems
flori has joined #rubygems
lsegal has joined #rubygems
seanlinsley has joined #rubygems
niska has joined #rubygems
alindeman has joined #rubygems
shtirlic has joined #rubygems
tbuehlmann has joined #rubygems
indirect has joined #rubygems
mjc_ has joined #rubygems
hakunin has joined #rubygems
dwradcliffe has joined #rubygems
closer has joined #rubygems
lmarburger has joined #rubygems
redmenace has joined #rubygems
Authenticator has joined #rubygems
stevenharman has joined #rubygems
ddd has joined #rubygems
csaunders has joined #rubygems
ckrailo has joined #rubygems
tcopeland has joined #rubygems
kanobe has joined #rubygems
_br_ has joined #rubygems
marpaia3 has joined #rubygems
bdrewery has joined #rubygems
jarib has joined #rubygems
foca has joined #rubygems
headius has joined #rubygems
danp has joined #rubygems
drbrain has joined #rubygems
lucas has joined #rubygems
wizonesolutions has joined #rubygems
sindork_ has joined #rubygems
mpapis has joined #rubygems
weeb1e has joined #rubygems
nomadic_ has joined #rubygems
Emily has joined #rubygems
DanKnox has joined #rubygems
nirix has joined #rubygems
darix has joined #rubygems
noxgirl has joined #rubygems
kallistec has joined #rubygems
adam12 has joined #rubygems
avdi has joined #rubygems
xymox has joined #rubygems
ged__ has joined #rubygems
slash_nick has joined #rubygems
viranch_ has joined #rubygems
amateurhuman has joined #rubygems
wesgarrison_ has joined #rubygems
[reed] has joined #rubygems
erichmenge has joined #rubygems
gazoombo has joined #rubygems
brixen_ has joined #rubygems
Gnubie_ has joined #rubygems
clouder`grr has joined #rubygems
jaimef has joined #rubygems
RichardBronosky has joined #rubygems
phantomcircuit has joined #rubygems
xerxas has joined #rubygems
_blackjid has joined #rubygems
ereslibre_laptop has joined #rubygems
morphis has joined #rubygems
davidjrice has joined #rubygems
samkottler has joined #rubygems
TheMoonMaster has joined #rubygems
thegcat has joined #rubygems
dbussink has joined #rubygems
riddle has joined #rubygems
johnmwilliams___ has joined #rubygems
jgraichen has joined #rubygems
imajes has joined #rubygems
z has joined #rubygems
evan has joined #rubygems
tmacedo has joined #rubygems
brycek has joined #rubygems
carols10cents has joined #rubygems
shaiguitar has joined #rubygems
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #rubygems
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #rubygems
workmad3 has joined #rubygems
alindeman has quit [Ping timeout: 240 seconds]
alindeman has joined #rubygems
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
jordia65 has joined #rubygems
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 246 seconds]
josh-k has quit [Remote host closed the connection]
graphex has joined #rubygems
graphex has quit [Ping timeout: 248 seconds]
josh-k has joined #rubygems
josh-k has quit [Remote host closed the connection]
josh-k has joined #rubygems
josh-k has quit [Read error: Connection reset by peer]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 240 seconds]
Elhu has quit [Quit: Computer has gone to sleep.]
tcopeland has quit [Quit: Leaving.]
josh-k has joined #rubygems
josh-k has quit [Remote host closed the connection]
bbrowning has joined #rubygems
Elhu has joined #rubygems
josh-k has joined #rubygems
ZachBeta has joined #rubygems
alindeman has quit [Ping timeout: 240 seconds]
huoxito has joined #rubygems
alindeman has joined #rubygems
seanlinsley has quit [Quit: seanlinsley]
baburdick has joined #rubygems
<tbuehlmann> indirect, got something. don't know the origin but it's definitively the reason. setting up a repro repo now
baburdick has quit [Ping timeout: 264 seconds]
roidrage has joined #rubygems
tcopeland has joined #rubygems
ZachBeta has quit [Quit: Computer has gone to sleep.]
jordia65 has quit [Ping timeout: 272 seconds]
redmenace has quit [Quit: leaving]
ZachBeta has joined #rubygems
baburdick has joined #rubygems
zzak has quit [Quit: leaving]
zzak has joined #rubygems
baburdick has quit [Ping timeout: 246 seconds]
bf4 has joined #rubygems
bf4 has quit [Client Quit]
bf4 has joined #rubygems
baburdick has joined #rubygems
alindeman has quit [Ping timeout: 240 seconds]
alindeman has joined #rubygems
jordia65 has joined #rubygems
zzak has quit [Quit: leaving]
zzak has joined #rubygems
zzak has quit [Ping timeout: 240 seconds]
zzak has joined #rubygems
havenwood has joined #rubygems
xymox has quit [Ping timeout: 252 seconds]
xymox has joined #rubygems
roidrage_ has joined #rubygems
roidrag__ has joined #rubygems
alindeman has quit [Ping timeout: 240 seconds]
roidrage has quit [Ping timeout: 264 seconds]
almostwhitehat has joined #rubygems
alindeman has joined #rubygems
roidrage_ has quit [Ping timeout: 252 seconds]
tbuehlmann has quit [Ping timeout: 252 seconds]
tbuehlmann has joined #rubygems
graphex has joined #rubygems
graphex has quit [Ping timeout: 248 seconds]
jordia65 has quit [Remote host closed the connection]
jordia65 has joined #rubygems
tbuehlmann has quit [Quit: Konversation terminated!]
jordia65 has quit [Ping timeout: 272 seconds]
jhn has joined #rubygems
roidrag__ is now known as roidrage
roidrage has quit [Quit: Textual IRC Client: www.textualapp.com]
roidrage has joined #rubygems
jordia65 has joined #rubygems
graphex has joined #rubygems
baburdick has quit [Quit: Leaving.]
Elhu has quit [Quit: Computer has gone to sleep.]
arohner has joined #rubygems
_whitelogger_ has joined #rubygems
_whitelogger has quit [Ping timeout: 252 seconds]
bf4 has quit [*.net *.split]
hakunin has quit [*.net *.split]
stevenharman has quit [*.net *.split]
Authenticator has quit [*.net *.split]
shtirlic has quit [*.net *.split]
nomadic_ has quit [*.net *.split]
headius has quit [*.net *.split]
danp has quit [*.net *.split]
alindeman has quit [*.net *.split]
josh-k has quit [*.net *.split]
huoxito has quit [*.net *.split]
flori has quit [*.net *.split]
kanobe has quit [*.net *.split]
csaunders has quit [*.net *.split]
marpaia3 has quit [*.net *.split]
_br_ has quit [*.net *.split]
foca has quit [*.net *.split]
jarib has quit [*.net *.split]
zzak has quit [*.net *.split]
mjc_ has quit [*.net *.split]
nirix has quit [*.net *.split]
DanKnox has quit [*.net *.split]
Emily has quit [*.net *.split]
weeb1e has quit [*.net *.split]
mpapis has quit [*.net *.split]
sindork_ has quit [*.net *.split]
wizonesolutions has quit [*.net *.split]
lucas has quit [*.net *.split]
drbrain has quit [*.net *.split]
closer has quit [*.net *.split]
niska has quit [*.net *.split]
kallistec has quit [*.net *.split]
ged__ has quit [*.net *.split]
amateurhuman has quit [*.net *.split]
[reed] has quit [*.net *.split]
phantomcircuit has quit [*.net *.split]
arohner has quit [*.net *.split]
indirect has quit [*.net *.split]
ckrailo has quit [*.net *.split]
adam12 has quit [*.net *.split]
slash_nick has quit [*.net *.split]
gazoombo has quit [*.net *.split]
jaimef has quit [*.net *.split]
RichardBronosky has quit [*.net *.split]
roidrage has quit [*.net *.split]
jhn has quit [*.net *.split]
dwradcliffe has quit [*.net *.split]
brixen_ has quit [*.net *.split]
Gnubie_ has quit [*.net *.split]
morphis has quit [*.net *.split]
thegcat has quit [*.net *.split]
evan has quit [*.net *.split]
tmacedo has quit [*.net *.split]
brycek has quit [*.net *.split]
riddle has quit [*.net *.split]
almostwhitehat has quit [*.net *.split]
xymox has quit [*.net *.split]
havenwood has quit [*.net *.split]
bdrewery has quit [*.net *.split]
xerxas has quit [*.net *.split]
_blackjid has quit [*.net *.split]
ereslibre_laptop has quit [*.net *.split]
davidjrice has quit [*.net *.split]
johnmwilliams___ has quit [*.net *.split]
z has quit [*.net *.split]
jgraichen has quit [*.net *.split]
noxgirl has quit [*.net *.split]
erichmenge has quit [*.net *.split]
clouder`grr has quit [*.net *.split]
dbussink has quit [*.net *.split]
imajes has quit [*.net *.split]
lmarburger has quit [*.net *.split]
carols10cents has quit [*.net *.split]
shaiguitar has quit [*.net *.split]
avdi has quit [*.net *.split]
viranch_ has quit [*.net *.split]
wesgarrison_ has quit [*.net *.split]
samkottler has quit [*.net *.split]
TheMoonMaster has quit [*.net *.split]
graphex has quit [*.net *.split]
ZachBeta has quit [*.net *.split]
bbrowning has quit [*.net *.split]
workmad3 has quit [*.net *.split]
ddd has quit [*.net *.split]
jordia65 has quit [*.net *.split]
tcopeland has quit [*.net *.split]
kentaro has quit [*.net *.split]
darix has quit [*.net *.split]
jonahR has joined #rubygems
huoxito has joined #rubygems
jordia65 has joined #rubygems
roidrage has joined #rubygems
alindeman has joined #rubygems
almostwhitehat has joined #rubygems
graphex has joined #rubygems
xymox has joined #rubygems
havenwood has joined #rubygems
ZachBeta has joined #rubygems
bf4 has joined #rubygems
bbrowning has joined #rubygems
closer has joined #rubygems
csaunders has joined #rubygems
jhn has joined #rubygems
zzak has joined #rubygems
indirect has joined #rubygems
tcopeland has joined #rubygems
bdrewery has joined #rubygems
shtirlic has joined #rubygems
headius has joined #rubygems
marpaia3 has joined #rubygems
stevenharman has joined #rubygems
foca has joined #rubygems
lmarburger has joined #rubygems
Authenticator has joined #rubygems
dwradcliffe has joined #rubygems
ckrailo has joined #rubygems
_br_ has joined #rubygems
drbrain has joined #rubygems
kentaro has joined #rubygems
kanobe has joined #rubygems
flori has joined #rubygems
mjc_ has joined #rubygems
ddd has joined #rubygems
mpapis has joined #rubygems
danp has joined #rubygems
lucas has joined #rubygems
weeb1e has joined #rubygems
wizonesolutions has joined #rubygems
workmad3 has joined #rubygems
josh-k has joined #rubygems
nomadic_ has joined #rubygems
niska has joined #rubygems
nirix has joined #rubygems
DanKnox has joined #rubygems
hakunin has joined #rubygems
Emily has joined #rubygems
jarib has joined #rubygems
sindork_ has joined #rubygems
noxgirl has joined #rubygems
kallistec has joined #rubygems
adam12 has joined #rubygems
avdi has joined #rubygems
ged__ has joined #rubygems
slash_nick has joined #rubygems
darix has joined #rubygems
viranch_ has joined #rubygems
amateurhuman has joined #rubygems
wesgarrison_ has joined #rubygems
gazoombo has joined #rubygems
[reed] has joined #rubygems
erichmenge has joined #rubygems
brixen_ has joined #rubygems
morphis has joined #rubygems
clouder`grr has joined #rubygems
phantomcircuit has joined #rubygems
RichardBronosky has joined #rubygems
jaimef has joined #rubygems
ereslibre_laptop has joined #rubygems
davidjrice has joined #rubygems
xerxas has joined #rubygems
_blackjid has joined #rubygems
dbussink has joined #rubygems
Gnubie_ has joined #rubygems
samkottler has joined #rubygems
TheMoonMaster has joined #rubygems
tmacedo has joined #rubygems
brycek has joined #rubygems
riddle has joined #rubygems
jgraichen has joined #rubygems
thegcat has joined #rubygems
z has joined #rubygems
carols10cents has joined #rubygems
imajes has joined #rubygems
evan has joined #rubygems
shaiguitar has joined #rubygems
johnmwilliams___ has joined #rubygems
tbuehlmann has joined #rubygems
cschneid has quit [Max SendQ exceeded]
josh-k has quit [Remote host closed the connection]
alindeman has quit [Ping timeout: 240 seconds]
cschneid has joined #rubygems
Elhu has joined #rubygems
alindeman has joined #rubygems
almostwhitehat has quit [Ping timeout: 246 seconds]
ZachBeta has quit [Quit: Computer has gone to sleep.]
almostwhitehat has joined #rubygems
Elhu has quit [Quit: Computer has gone to sleep.]
workmad3 has quit [Ping timeout: 248 seconds]
ZachBeta has joined #rubygems
arohner has joined #rubygems
khaase has quit [Ping timeout: 252 seconds]
khaase has joined #rubygems
arohner has quit [Remote host closed the connection]
arohner has joined #rubygems
khaase has quit [Changing host]
khaase has joined #rubygems
arohner has quit [Ping timeout: 240 seconds]
tbuehlmann has quit [Remote host closed the connection]
baburdick has joined #rubygems
havenwood has quit [Remote host closed the connection]
jordia65 has quit [Remote host closed the connection]
baburdick has left #rubygems [#rubygems]
seanlinsley has joined #rubygems
martinisoft has joined #rubygems
dvu has joined #rubygems
alindeman has quit [Ping timeout: 240 seconds]
arohner has joined #rubygems
alindeman has joined #rubygems
seanlinsley has quit [Ping timeout: 265 seconds]
seanlinsley has joined #rubygems
jhn has quit [Ping timeout: 272 seconds]
darix has quit [Ping timeout: 260 seconds]
darix has joined #rubygems
darix has quit [Client Quit]
darix has joined #rubygems
alindeman has quit [Ping timeout: 240 seconds]
alindeman has joined #rubygems
huoxito has quit [Remote host closed the connection]
roidrage has quit [Quit: Textual IRC Client: www.textualapp.com]
huoxito has joined #rubygems
huoxito has quit [Remote host closed the connection]
alindeman has quit [Ping timeout: 240 seconds]
alindeman has joined #rubygems
workmad3 has joined #rubygems
ZachBeta has quit [Quit: Computer has gone to sleep.]
ZachBeta has joined #rubygems
tcopeland has quit [Quit: Leaving.]
havenwood has joined #rubygems
almostwhitehat has quit [Remote host closed the connection]
bbrowning is now known as bbrowning_away
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 246 seconds]
lsegal has joined #rubygems
huoxito has joined #rubygems
josh-k has joined #rubygems
<indirect> evan: ping
martinisoft has quit [Quit: martinisoft]
luislavena has joined #rubygems
ZachBeta has quit [Quit: Computer has gone to sleep.]
<indirect> drbrain: ping
tcopeland has joined #rubygems
<indirect> evan: drbrain: the fix for slowness yesterday does not appear to have worked :\ bundler builds against master are still taking >30 minutes
<indirect> terence and I have just paired on a patch that fixes the speed issues, and the tests all pass
<indirect> so I'm committing it
dvu has quit [Remote host closed the connection]
huoxito has quit [Remote host closed the connection]
huoxito has joined #rubygems
josh-k has quit [Read error: Connection reset by peer]
workmad3 has quit [Ping timeout: 252 seconds]
huoxito_ has joined #rubygems
huoxito has quit [Ping timeout: 272 seconds]