yerhot has joined #rubygems
tenderlove has quit [Ping timeout: 255 seconds]
mando has joined #rubygems
adf has quit [Ping timeout: 240 seconds]
Cakey has joined #rubygems
onemanjujitsu has quit [Quit: onemanjujitsu]
AntiTyping has joined #rubygems
tenderlove has joined #rubygems
yerhot has quit [Remote host closed the connection]
amateurhuman_ has left #rubygems [#rubygems]
<qrush> haha my connection died.
<qrush> evan: i was saying don't freeze to death in 50º LA weather :P
<mr_ndrsn_> qrush: It was a hilarious freeze shot. I'm sure someone got a screen cap of it. :D
<qrush> :(
mr_ndrsn_ has quit [Quit: mr_ndrsn]
petersaints_ has joined #rubygems
mando has quit [Remote host closed the connection]
<drbrain> qrush: OS X Keyboard Pro Tip: ⌥⇧8 is the degree sign °, ⌥0 is the masculine ordinal indicator º (like Nº 5)
havenn has joined #rubygems
petersaints has quit [Ping timeout: 256 seconds]
<drbrain> there's also special characters K (kelvin) and ℉ and ℃
the_mentat has joined #rubygems
adf has joined #rubygems
mando has joined #rubygems
bfleischer has quit [Quit: bfleischer]
eighthbit has quit [Quit: eighthbit]
yerhot has joined #rubygems
BigFatFatty has left #rubygems [#rubygems]
onemanjujitsu has joined #rubygems
vertis has quit [Quit: vertis]
onemanjujitsu has quit [Quit: onemanjujitsu]
vertis has joined #rubygems
onemanjujitsu has joined #rubygems
imajes has quit [Excess Flood]
imajes has joined #rubygems
nateberkopec has quit [Quit: Leaving...]
mando has quit [Remote host closed the connection]
onemanjujitsu has quit [Quit: onemanjujitsu]
ckrailo has quit [Quit: Computer has gone to sleep.]
onemanjujitsu has joined #rubygems
gcoderre has joined #rubygems
_maes_ has joined #rubygems
gcoderre has quit [Quit: gcoderre]
havenn_ has joined #rubygems
havenn_ has quit [Client Quit]
markstarkman has joined #rubygems
havenn_ has joined #rubygems
havenn has quit [Ping timeout: 252 seconds]
purp has quit [Quit: purp]
markstarkman has quit [Ping timeout: 248 seconds]
teancom has joined #rubygems
ssd7_ has quit [Ping timeout: 264 seconds]
sbeam has joined #rubygems
benchMark has quit [Quit: Computer has gone to sleep.]
the_mentat has quit [Quit: Computer has gone to sleep.]
petersaints_ has quit [Read error: Operation timed out]
<indirect> drbrain: AHA
<indirect> got it working :)
<indirect> by which I mean… I converted your gist into my exception
the_mentat has joined #rubygems
<drbrain> what was it?
<drbrain> oh good!
<indirect> MediumSecurity
<indirect> breaks everything
<indirect> :)
Emily is now known as EmilyAFK
<drbrain> hrm...
<indirect> one sec while I push
<drbrain> I added Gem::Security::SigningPolicy that is only used for signing
<drbrain> maybe it is getting overridden by MediumSecurity (which would have verify_data on)
<indirect> drbrain: also it only throws an exception on unsigned gems
<indirect> signed gems throw the correct security exception
the_mentat has quit [Client Quit]
<evan> sferik: ok, 'rake chef:app' should run you through all the steps now to deploy
<evan> I just ran it, so if you had pushed things into the production branch, they have been deployed.
<evan> qrush: ^^^
<evan> I have to step back downstairs for a bit
<sferik> i shall take a look
<sferik> okay, i'll ping you later if I have any questinos
<indirect> added a repro.rb
yerhot has quit [Remote host closed the connection]
<indirect> I tested on ruby-head and rg-mastr
<indirect> er master
<drbrain> indirect: thanks!
nateberkopec has joined #rubygems
<indirect> np
<indirect> thanks for giving me the framework to repro in :)
the_mentat has joined #rubygems
nateberkopec has quit [Client Quit]
<drbrain> give me a minute to commit to ruby
<drbrain> I think nobu broke getpwname on OS X
Cakey has quit [Ping timeout: 240 seconds]
yerhot has joined #rubygems
eighthbit has joined #rubygems
<indirect> haha oh boy
EmilyAFK is now known as Emily
sferik has quit [Quit: Computer has gone to sleep.]
markstarkman has joined #rubygems
nateberkopec has joined #rubygems
markstarkman has quit [Ping timeout: 248 seconds]
terceiro has quit [Quit: Ex-Chat]
sferik has joined #rubygems
<drbrain> nope, it's just my machine
<drbrain> seems something got messed up in my user database
<drbrain> $ id -P _windowserver
<drbrain> _windowserver:*:88:88::0:0:AMaViS Daemon:/var/virusmails:/usr/bin/false
<drbrain> should say WindowServer and /var/empty in the middle
sn0wb1rd has quit [Quit: sn0wb1rd]
markstarkman has joined #rubygems
gcoderre has joined #rubygems
<raggi> drbrain: eugh
<raggi> drbrain: there is a race somewhere, i used to hit it regularly in old versions of OSX on my black 13" macbook, but haven't seen it since then
<raggi> drbrain: it screwed up my user account once, and i had to break in and rewrite the local db, and all the cached info in etc :'(
<drbrain> ouch
<raggi> yeah
<raggi> since then
<raggi> i always keep two user accounts on OSX machines
<raggi> or use an LDAP server
<raggi> it writes to the user db (dscl? i forget which one) far far far far more often than it should
<raggi> IMO that stuff should be basically static
<raggi> but apparently apple disagree
<drbrain> raggi: YP installed management stuff on the laptops, it was terrible
<drbrain> maybe it's part of that
markstarkman has quit [Ping timeout: 248 seconds]
<raggi> drbrain: very possible
<drbrain> indirect: ha! I don't handle the case of "your gem is unsigned" properly AT ALL
<drbrain> well, I handle it by crashing
<raggi> BOOM
<indirect> drbrain: yes! my point exactly :AD
<indirect> er :D
<indirect> the bundler signing switch tests systematically try an unsigned gem and a signed gem against all four security policies
<indirect> and they all work except that one combination
<indirect> at least… I think they do
<drbrain> your tests must be better than mine :D
<raggi> drbrain: hehe, reminds me of rack
<indirect> haha, for some definitions of better
<raggi> drbrain: nowadays, i run rails, ramaze and sinatra tests for better coverage
<drbrain> raggi: :D
<raggi> drbrain: i have the same kind of problem, in terms of: the public interface is "anything"
<indirect> it's something like 4 straight cpu-hours of test running to test a single commit to bundler on travis
<indirect> drbrain: oh hey while you're in there, want to stop raising runtimeerrors?
<raggi> drbrain: latest screw up with rails was, they apparently considered instance variables to be a publci interface :''(
<drbrain> indirect: which "there"?
<raggi> indirect: that seems like a lot
<indirect> drbrain: oh hey… I think they're gone now
<indirect> 1.8.24 raises a couple of runtime errors if validation fails
<indirect> super gross to catch
<drbrain> ah, ok
yerhot has quit [Remote host closed the connection]
<indirect> but I think 2.0 doesn't do that anymore
<indirect> so yay!
<indirect> :D
<drbrain> yeah, I think those bare raises are all gone
<indirect> excellent
yerhot has joined #rubygems
jcaudle has quit [Quit: jcaudle]
sn0wb1rd has joined #rubygems
gcoderre has quit [Quit: gcoderre]
adf has quit [Ping timeout: 252 seconds]
adf has joined #rubygems
adf has quit [Client Quit]
Emily is now known as EmilyAFK
<drbrain> indirect: much better: policy.rb:82:in `check_cert': missing signing certificate (Gem::Security::Exception)
<indirect> drbrain: perfect
<indirect> thanks!
ckrailo has joined #rubygems
<drbrain> indirect: can you double check 487195d for me?
<drbrain> before I push to rubygems
<drbrain> err, ruby
baburdick1 has joined #rubygems
baburdick has quit [Read error: Connection reset by peer]
eighthbit_ has joined #rubygems
eighthbit has quit [Read error: Connection reset by peer]
eighthbit_ is now known as eighthbit
baburdick1 has quit [Ping timeout: 256 seconds]
<drbrain> indirect: committed to ruby
bradland has quit [Read error: Connection reset by peer]
baburdick has joined #rubygems
bradland has joined #rubygems
baburdick has quit [Ping timeout: 246 seconds]
riddle_ has joined #rubygems
nateberkopec has quit [*.net *.split]
ctracey has quit [*.net *.split]
brad[] has quit [*.net *.split]
Defiler has quit [*.net *.split]
emmanueloga has quit [*.net *.split]
LeuX has quit [*.net *.split]
noah1 has quit [*.net *.split]
terracotta has quit [*.net *.split]
huoxito has quit [*.net *.split]
ddv has quit [*.net *.split]
cout has quit [*.net *.split]
mehwork has quit [*.net *.split]
cicero has quit [*.net *.split]
sferik has quit [*.net *.split]
drbrain has quit [*.net *.split]
dwradcliffe has quit [*.net *.split]
wycats__ has quit [*.net *.split]
nmeum has quit [*.net *.split]
xternal has quit [*.net *.split]
saghaulor has quit [*.net *.split]
tarcieri has quit [*.net *.split]
mephux has quit [*.net *.split]
x0F has quit [*.net *.split]
maetthew has quit [*.net *.split]
samkottler has quit [*.net *.split]
soahccc has quit [*.net *.split]
theartisan has quit [*.net *.split]
Plnt has quit [*.net *.split]
lmarburger has quit [*.net *.split]
eighthbit has quit [*.net *.split]
onemanjujitsu has quit [*.net *.split]
boffbowsh has quit [*.net *.split]
pgmcgee has quit [*.net *.split]
jstr has quit [*.net *.split]
shockz has quit [*.net *.split]
wayneeseguin has quit [*.net *.split]
gdott8 has quit [*.net *.split]
Guest85414 has quit [*.net *.split]
qrush has quit [*.net *.split]
amateurhuman has quit [*.net *.split]
mitchellh has quit [*.net *.split]
cmeiklejohn has quit [*.net *.split]
locks has quit [*.net *.split]
riddle has quit [*.net *.split]
pquerna has quit [*.net *.split]
yerhot has quit [*.net *.split]
tenderlove has quit [*.net *.split]
ReinH has quit [*.net *.split]
bhaak has quit [*.net *.split]
nirix has quit [*.net *.split]
mr_ndrsn has quit [*.net *.split]
TheMoonMaster has quit [*.net *.split]
jshsu has quit [*.net *.split]
TrevorBramble has quit [*.net *.split]
pearkes has quit [*.net *.split]
fidothe has quit [*.net *.split]
Mugatu has quit [*.net *.split]
imajes has quit [*.net *.split]
voodoofish has quit [*.net *.split]
dvu has quit [*.net *.split]
erichmenge has quit [*.net *.split]
seacreature has quit [*.net *.split]
brownies has quit [*.net *.split]
Sinjo has quit [*.net *.split]
pietr0 has quit [*.net *.split]
ckrailo has quit [*.net *.split]
havenn_ has quit [*.net *.split]
guilleiguaran has quit [*.net *.split]
mose has quit [*.net *.split]
rup3rt has quit [*.net *.split]
rondale_sc has quit [*.net *.split]
zzak has quit [*.net *.split]
holoway has quit [*.net *.split]
crankharder has quit [*.net *.split]
mpapis has quit [*.net *.split]
danmcclain has quit [*.net *.split]
qmx|away has quit [*.net *.split]
Antiarc has quit [*.net *.split]
dfgg has quit [*.net *.split]
foca has quit [*.net *.split]
mletterle has quit [*.net *.split]
plu has quit [*.net *.split]
jarib has quit [*.net *.split]
autumn has quit [*.net *.split]
adam12 has quit [*.net *.split]
davidjrice has quit [*.net *.split]
swills has quit [*.net *.split]
lteo has quit [*.net *.split]
icco has quit [*.net *.split]
listrophy has quit [*.net *.split]
mccraig has quit [*.net *.split]
joewilliams has quit [*.net *.split]
raggi has quit [*.net *.split]
evan has quit [*.net *.split]
_maes_ has quit [*.net *.split]
dbussink has quit [*.net *.split]
xymox has quit [*.net *.split]
alexkira has quit [*.net *.split]
indirect has quit [*.net *.split]
webdestroya has quit [*.net *.split]
danthompson has quit [*.net *.split]
ged has quit [*.net *.split]
weeb1e has quit [*.net *.split]
phantomcircuit has quit [*.net *.split]
charlietanksley has quit [*.net *.split]
tuxbiker has quit [*.net *.split]
pignata has quit [*.net *.split]
dentarg has quit [*.net *.split]
inf has quit [*.net *.split]
Mopman has quit [*.net *.split]
benhamill has quit [*.net *.split]
cho_co has quit [*.net *.split]
fcoury has quit [*.net *.split]
hlb has quit [*.net *.split]
jjarmoc has quit [*.net *.split]
khaase has quit [*.net *.split]
sn0wb1rd has quit [*.net *.split]
_br_ has quit [*.net *.split]
werdnativ has quit [*.net *.split]
lucas has quit [*.net *.split]
calmyournerves has quit [*.net *.split]
jgraichen has quit [*.net *.split]
brixen has quit [*.net *.split]
sstarr has quit [*.net *.split]
HPL has quit [*.net *.split]
mva has quit [*.net *.split]
ereslibre_laptop has quit [*.net *.split]
bradland has quit [*.net *.split]
the_mentat has quit [*.net *.split]
teancom has quit [*.net *.split]
vertis has quit [*.net *.split]
AntiTyping has quit [*.net *.split]
ckelly has quit [*.net *.split]
kseifried has quit [*.net *.split]
nz has quit [*.net *.split]
abuiles_ has quit [*.net *.split]
graphex_ has quit [*.net *.split]
Ash has quit [*.net *.split]
dreww has quit [*.net *.split]
randym has quit [*.net *.split]
raz has quit [*.net *.split]
telmich has quit [*.net *.split]
hone has quit [*.net *.split]
fromonesrc has quit [*.net *.split]
porkbelt has quit [*.net *.split]
foohey has quit [*.net *.split]
niska has quit [*.net *.split]
PacketMonkey has quit [*.net *.split]
wesgarrison_ has quit [*.net *.split]
kentaro has quit [*.net *.split]
kallistec has quit [*.net *.split]
stevenharman has quit [*.net *.split]
tcopeland has quit [*.net *.split]
luxflux has quit [*.net *.split]
corundum has quit [*.net *.split]
yeban has quit [*.net *.split]
kurtisnelson has quit [*.net *.split]
josephruscio has quit [*.net *.split]
kaichanvong has quit [*.net *.split]
jhelwig has quit [*.net *.split]
sj26 has quit [*.net *.split]
cschneid has quit [*.net *.split]
Gixug has quit [*.net *.split]
JSharp has quit [*.net *.split]
patricksroberts_ has quit [*.net *.split]
xerxas has quit [*.net *.split]
darix has quit [*.net *.split]
gibsop1 has quit [*.net *.split]
bdrewery has quit [*.net *.split]
rwjblue has quit [*.net *.split]
Freaky has quit [*.net *.split]
z has quit [*.net *.split]
adamholt has quit [*.net *.split]
blowmage has quit [*.net *.split]
chaos has quit [*.net *.split]
thorncp has quit [*.net *.split]
danp_ has quit [*.net *.split]
surfichris has quit [*.net *.split]
EmilyAFK has quit [*.net *.split]
whitequark has quit [*.net *.split]
gazoombo has quit [*.net *.split]
johnmwilliams_ has quit [*.net *.split]
b3nw has quit [*.net *.split]
elskwid has quit [*.net *.split]
thbishop has quit [*.net *.split]
v2px has quit [*.net *.split]
devn has quit [*.net *.split]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 246 seconds]
surfichris has joined #rubygems
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 246 seconds]
markstarkman has joined #rubygems
markstarkman has quit [Read error: Connection reset by peer]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 246 seconds]
darix has joined #rubygems
patricksroberts_ has joined #rubygems
kaichanvong has joined #rubygems
josephruscio has joined #rubygems
sj26 has joined #rubygems
jhelwig has joined #rubygems
luxflux has joined #rubygems
graphex_ has joined #rubygems
corundum has joined #rubygems
xerxas has joined #rubygems
yeban has joined #rubygems
erichmenge has joined #rubygems
tcopeland has joined #rubygems
vertis has joined #rubygems
amateurhuman has joined #rubygems
Guest85414 has joined #rubygems
teancom has joined #rubygems
mitchellh has joined #rubygems
Ash has joined #rubygems
telmich has joined #rubygems
randym has joined #rubygems
theartisan has joined #rubygems
lmarburger has joined #rubygems
cmeiklejohn has joined #rubygems
soahccc has joined #rubygems
kurtisnelson has joined #rubygems
xternal has joined #rubygems
abuiles_ has joined #rubygems
cout has joined #rubygems
dwradcliffe has joined #rubygems
lsegal has joined #rubygems
LeuX has joined #rubygems
wycats__ has joined #rubygems
johnmwilliams_ has joined #rubygems
cschneid has joined #rubygems
nmeum has joined #rubygems
pgmcgee has joined #rubygems
sstarr has joined #rubygems
dreww has joined #rubygems
emmanueloga has joined #rubygems
x0F has joined #rubygems
kseifried has joined #rubygems
ssd7 has joined #rubygems
noah1 has joined #rubygems
Gixug has joined #rubygems
weeb1e has joined #rubygems
raggi has joined #rubygems
mva has joined #rubygems
baburdick has joined #rubygems
samkottler has joined #rubygems
pquerna has joined #rubygems
cho_co has joined #rubygems
jarib has joined #rubygems
AntiTyping has joined #rubygems
Emily has joined #rubygems
mletterle has joined #rubygems
ctracey has joined #rubygems
50UAB8DHE has joined #rubygems
charlietanksley has joined #rubygems
gdott8 has joined #rubygems
joewilliams has joined #rubygems
gazoombo has joined #rubygems
maetthew has joined #rubygems
khaase has joined #rubygems
evan has joined #rubygems
niska has joined #rubygems
thorncp has joined #rubygems
JSharp has joined #rubygems
qrush has joined #rubygems
nz has joined #rubygems
hlb has joined #rubygems
mpapis has joined #rubygems
tuxbiker has joined #rubygems
adam12 has joined #rubygems
inf has joined #rubygems
eighthbit has joined #rubygems
Sinjo has joined #rubygems
HPL has joined #rubygems
plu has joined #rubygems
holoway has joined #rubygems
fcoury has joined #rubygems
brad[] has joined #rubygems
TrevorBramble has joined #rubygems
shockz has joined #rubygems
ReinH has joined #rubygems
Mopman has joined #rubygems
foca has joined #rubygems
rondale_sc has joined #rubygems
huoxito has joined #rubygems
guilleiguaran has joined #rubygems
pearkes has joined #rubygems
crankharder has joined #rubygems
mccraig has joined #rubygems
saghaulor has joined #rubygems
danthompson has joined #rubygems
whitequark has joined #rubygems
mr_ndrsn has joined #rubygems
qmx|away has joined #rubygems
fidothe has joined #rubygems
lucas has joined #rubygems
chaos has joined #rubygems
calmyournerves has joined #rubygems
Plnt has joined #rubygems
autumn has joined #rubygems
cicero has joined #rubygems
icco has joined #rubygems
TheMoonMaster has joined #rubygems
bradland has joined #rubygems
seacreature has joined #rubygems
swills has joined #rubygems
lteo has joined #rubygems
ged has joined #rubygems
Defiler has joined #rubygems
b3nw has joined #rubygems
mehwork has joined #rubygems
phantomcircuit has joined #rubygems
brownies has joined #rubygems
locks has joined #rubygems
davidjrice has joined #rubygems
ddv has joined #rubygems
zzak has joined #rubygems
jjarmoc has joined #rubygems
raz has joined #rubygems
jshsu has joined #rubygems
Mugatu has joined #rubygems
ereslibre_laptop has joined #rubygems
mose has joined #rubygems
rup3rt has joined #rubygems
brixen has joined #rubygems
bhaak has joined #rubygems
pietr0 has joined #rubygems
wayneeseguin has joined #rubygems
dfgg has joined #rubygems
terracotta has joined #rubygems
benhamill has joined #rubygems
listrophy has joined #rubygems
danmcclain has joined #rubygems
jgraichen has joined #rubygems
nirix has joined #rubygems
alexkira has joined #rubygems
pignata has joined #rubygems
rwjblue has joined #rubygems
voodoofish has joined #rubygems
elskwid has joined #rubygems
v2px has joined #rubygems
gibsop1 has joined #rubygems
imajes has joined #rubygems
havenwood has joined #rubygems
devn has joined #rubygems
mockra has joined #rubygems
webdestroya has joined #rubygems
indirect has joined #rubygems
bdrewery has joined #rubygems
sn0wb1rd has joined #rubygems
boffbowsh has joined #rubygems
mephux has joined #rubygems
dvu has joined #rubygems
thbishop has joined #rubygems
Freaky has joined #rubygems
crandquist has joined #rubygems
dbussink has joined #rubygems
blowmage has joined #rubygems
dentarg has joined #rubygems
tarcieri has joined #rubygems
xymox has joined #rubygems
ezkl has joined #rubygems
tenderlove has joined #rubygems
_br_ has joined #rubygems
adamholt has joined #rubygems
hone has joined #rubygems
PacketMonkey has joined #rubygems
kentaro has joined #rubygems
wesgarrison_ has joined #rubygems
foohey has joined #rubygems
kallistec has joined #rubygems
krohrbaugh has joined #rubygems
ohcibi has quit [Max SendQ exceeded]
fromonesrc has joined #rubygems
Antiarc has joined #rubygems
_maes_ has joined #rubygems
yut148 has joined #rubygems
Antiarc has joined #rubygems
Antiarc has joined #rubygems
cowboyd has joined #rubygems
ohcibi has joined #rubygems
cowboyd has quit [Remote host closed the connection]
baburdick has quit [Ping timeout: 256 seconds]
z has joined #rubygems
baburdick has joined #rubygems
z is now known as Guest81843
Guest81843 has quit [Changing host]
Guest81843 has joined #rubygems
Guest81843 is now known as z
baburdick has quit [Ping timeout: 252 seconds]
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubygems
baburdick has joined #rubygems
havenwood has quit [Ping timeout: 252 seconds]
baburdick has quit [Ping timeout: 256 seconds]
tenderlo_ has joined #rubygems
tenderlove has quit [Ping timeout: 252 seconds]
havenwood has joined #rubygems
baburdick has joined #rubygems
qmx|away is now known as qmx
baburdick has quit [Ping timeout: 248 seconds]
baburdick has joined #rubygems
mando_ has joined #rubygems
qmx is now known as qmx|away
adf has joined #rubygems
Boxcar21 has joined #rubygems
baburdick has quit [Ping timeout: 244 seconds]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 246 seconds]
baburdick has joined #rubygems
jcaudle has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
baburdick has joined #rubygems
tenderlo_ has quit [Remote host closed the connection]
baburdick has quit [Ping timeout: 252 seconds]
baburdick has joined #rubygems
vertis has quit [Quit: vertis]
mando_ has quit [Remote host closed the connection]
baburdick has quit [Ping timeout: 256 seconds]
mando has joined #rubygems
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 246 seconds]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
mando has quit [Remote host closed the connection]
baburdick has joined #rubygems
jcaudle has left #rubygems [#rubygems]
baburdick has quit [Ping timeout: 256 seconds]
baburdick has joined #rubygems
markstarkman has joined #rubygems
baburdick has quit [Ping timeout: 248 seconds]
baburdick has joined #rubygems
markstarkman has quit [Ping timeout: 244 seconds]
fromonesrc has quit [Quit: fromonesrc]
baburdick has quit [Ping timeout: 256 seconds]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 248 seconds]
baburdick has joined #rubygems
ckrailo has joined #rubygems
baburdick has quit [Ping timeout: 248 seconds]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 246 seconds]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
baburdick has joined #rubygems
ckrailo has quit [Ping timeout: 276 seconds]
baburdick has quit [Ping timeout: 252 seconds]
baburdick has joined #rubygems
crandquist has quit [Quit: Leaving...]
crandquist has joined #rubygems
baburdick has quit [Ping timeout: 256 seconds]
baburdick has joined #rubygems
noah1 has quit [Read error: Operation timed out]
terracotta has quit [Read error: Operation timed out]
noah1 has joined #rubygems
terracotta has joined #rubygems
baburdick has quit [Ping timeout: 248 seconds]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 248 seconds]
baburdick has joined #rubygems
ezkl has quit [Quit: Textual IRC Client: www.textualapp.com]
baburdick has quit [Ping timeout: 252 seconds]
vertis has joined #rubygems
vertis has quit [Client Quit]
baburdick has joined #rubygems
AntiTyping has quit [Quit: AntiTyping]
baburdick has quit [Ping timeout: 248 seconds]
baburdick has joined #rubygems
sn0wb1rd has quit [Quit: I will be right back]
Emily is now known as EmilyAFK
baburdick has quit [Ping timeout: 252 seconds]
swills has quit [Read error: Operation timed out]
baburdick has joined #rubygems
swills has joined #rubygems
swills has quit [Changing host]
swills has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
ckrailo has joined #rubygems
markstarkman has joined #rubygems
baburdick has joined #rubygems
jstr has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
markstarkman has quit [Ping timeout: 248 seconds]
havenwood has quit [Remote host closed the connection]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 248 seconds]
havenwood has joined #rubygems
EmilyAFK is now known as Emily
ckrailo has quit [Ping timeout: 276 seconds]
caleb_io has joined #rubygems
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
baburdick has joined #rubygems
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
baburdick has quit [Ping timeout: 248 seconds]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 248 seconds]
JSharp has quit []
JSharp has joined #rubygems
baburdick has joined #rubygems
baphled has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
baphled has quit [Ping timeout: 252 seconds]
mando has joined #rubygems
charliesome has joined #rubygems
baburdick has joined #rubygems
mando has quit [Ping timeout: 260 seconds]
jstr has quit [Quit: Computer has gone to sleep.]
baburdick has quit [Ping timeout: 252 seconds]
yut148 has quit [Read error: Connection reset by peer]
yut148_ has joined #rubygems
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 248 seconds]
Elhu has joined #rubygems
baburdick has joined #rubygems
eighthbit has quit [Quit: eighthbit]
fsperling has joined #rubygems
bradland_ has joined #rubygems
bradland has quit [Read error: Connection reset by peer]
bradland_ is now known as bradland
baburdick has quit [Ping timeout: 252 seconds]
Hypn has joined #rubygems
<yorickpeterse> Morning
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
Emily is now known as EmilyAFK
markstarkman has joined #rubygems
tbuehlmann has joined #rubygems
markstarkman has quit [Ping timeout: 256 seconds]
xymox has quit [Disconnected by services]
baburdick has joined #rubygems
xymox has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
agnitio has joined #rubygems
tbuehlmann has quit [Remote host closed the connection]
caleb_io has quit [Quit: caleb_io]
baburdick has joined #rubygems
tbuehlmann has joined #rubygems
baburdick has quit [Ping timeout: 248 seconds]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
havenwood has quit [Read error: Connection reset by peer]
havenwood has joined #rubygems
workmad3 has joined #rubygems
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 256 seconds]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 256 seconds]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
Elhu has quit [Ping timeout: 252 seconds]
Boxcar21 has quit [Quit: Leaving...]
baburdick has joined #rubygems
Elhu has joined #rubygems
baphled has joined #rubygems
markstarkman has joined #rubygems
tbuehlmann has quit [Remote host closed the connection]
baburdick has quit [Ping timeout: 252 seconds]
markstar_ has joined #rubygems
havenn_ has joined #rubygems
markstarkman has quit [Ping timeout: 248 seconds]
yut148_ has quit [Quit: Leaving...]
havenwood has quit [Ping timeout: 252 seconds]
webdestr_ has joined #rubygems
baburdick has joined #rubygems
markstar_ has quit [Ping timeout: 248 seconds]
webdestroya has quit [Ping timeout: 260 seconds]
baburdick has quit [Ping timeout: 248 seconds]
cicero has left #rubygems [#rubygems]
webdestroya has joined #rubygems
webdestr_ has quit [Ping timeout: 255 seconds]
baburdick has joined #rubygems
havenn_ is now known as havenwood
baburdick has quit [Ping timeout: 252 seconds]
agnitio has quit [Quit: Leaving]
riddle_ has quit [Quit: leaving]
riddle has joined #rubygems
baphled has quit [Read error: Operation timed out]
baburdick has joined #rubygems
baburdick has quit [Ping timeout: 252 seconds]
havenwood has quit [Remote host closed the connection]
erichmenge has quit [Ping timeout: 248 seconds]
baburdick has joined #rubygems
Elhu has quit [Quit: Computer has gone to sleep.]
erichmenge has joined #rubygems
tcopeland has quit [Quit: Leaving.]
fromonesrc has joined #rubygems
terceiro has joined #rubygems
baburdick has quit [Ping timeout: 256 seconds]
Elhu has joined #rubygems
markstarkman has joined #rubygems
tkramer has joined #rubygems
markstarkman has quit [Ping timeout: 248 seconds]
teancom has quit [Remote host closed the connection]
baburdick has joined #rubygems
x0F_ has joined #rubygems
x0F has quit [Disconnected by services]
x0F_ is now known as x0F
rmartin has joined #rubygems
baburdick has quit [Ping timeout: 248 seconds]
eighthbit has joined #rubygems
eighthbit has quit [Client Quit]
eighthbit has joined #rubygems
dvu has quit [Remote host closed the connection]
qmx|away is now known as qmx
yerhot has joined #rubygems
mando has joined #rubygems
jcaudle has joined #rubygems
baphled has joined #rubygems
yerhot has quit [Read error: Connection reset by peer]
yerhot has joined #rubygems
tcopeland has joined #rubygems
tcopeland has quit [Read error: Connection reset by peer]
tcopeland1 has joined #rubygems
stevenharman has joined #rubygems
cowboyd has joined #rubygems
stevenharman has quit [Client Quit]
teancom has joined #rubygems
teancom has quit [Read error: Connection reset by peer]
teancom has joined #rubygems
<qrush> wow big netsplit
rubygems has joined #rubygems
rubygems has left #rubygems [#rubygems]
terceiro has quit [Read error: Connection reset by peer]
terceiro has joined #rubygems
stevenharman has joined #rubygems
mando has quit [Remote host closed the connection]
dvu has joined #rubygems
terceiro_ has joined #rubygems
terceiro has quit [Ping timeout: 248 seconds]
aquaranto has joined #rubygems
teancom has quit [Ping timeout: 256 seconds]
ckrailo has joined #rubygems
qmx is now known as qmx|away
notnerb has joined #rubygems
markstarkman has joined #rubygems
qmx|away is now known as qmx
ckrailo has quit [Quit: Computer has gone to sleep.]
pgmcgee has quit [Ping timeout: 256 seconds]
stevenharman_ has joined #rubygems
stevenharman_ has quit [Client Quit]
stevenharman_ has joined #rubygems
markstarkman has quit [Ping timeout: 256 seconds]
tkramer has quit [Ping timeout: 244 seconds]
stevenharman has quit [Ping timeout: 264 seconds]
charliesome has quit [Quit: Textual IRC Client: www.textualapp.com]
stevenharman_ has quit [Client Quit]
stevenharman has joined #rubygems
baphled has quit [Ping timeout: 276 seconds]
<lmarburger> qrush: is there a rubygems/rubycentral papertrail account? it'd be nice to hook up bundler-api and use it for alerting.
tkramer has joined #rubygems
mando has joined #rubygems
yerhot has quit [Remote host closed the connection]
<lmarburger> nevermind. just noticed they have the heroku add-on
the_mentat has joined #rubygems
mockra has quit [Remote host closed the connection]
bfleischer has joined #rubygems
Antiarc has quit [Read error: Connection reset by peer]
markstarkman has joined #rubygems
PacketMonkey has left #rubygems ["Leaving..."]
stevenharman has quit [Remote host closed the connection]
stevenharman has joined #rubygems
ckelly has joined #rubygems
porkbelt has joined #rubygems
dvu has quit [Remote host closed the connection]
krohrbaugh has quit [Ping timeout: 264 seconds]
eighthbit has quit [Read error: Connection reset by peer]
markstarkman has quit [Remote host closed the connection]
Hypn has quit [Remote host closed the connection]
nateberkopec has joined #rubygems
markstarkman has joined #rubygems
ssd7 has quit [Ping timeout: 245 seconds]
teancom has joined #rubygems
markstarkman has quit [Remote host closed the connection]
crandquist has quit [Remote host closed the connection]
petersaints has joined #rubygems
crandquist has joined #rubygems
Boxcar21 has joined #rubygems
ssd7 has joined #rubygems
havenwood has joined #rubygems
krohrbaugh has joined #rubygems
mockra has joined #rubygems
gdott8 has quit [Quit: Everything that has a beginning has an end !]
pgmcgee has joined #rubygems
purp has joined #rubygems
terceiro_ has quit [Ping timeout: 248 seconds]
adf has quit [Quit: Computer has gone to sleep.]
alexkira has quit [Remote host closed the connection]
qmx is now known as qmx|away
alexkira has joined #rubygems
pgmcgee has quit [Ping timeout: 240 seconds]
teancom has quit [Remote host closed the connection]
krohrbaugh has left #rubygems [#rubygems]
terceiro_ has joined #rubygems
dbussink has quit [Quit: bye]
dbussink has joined #rubygems
Boxcar21 has quit [Quit: Leaving...]
ckelly has quit [Read error: Connection reset by peer]
ckelly has joined #rubygems
markstarkman has joined #rubygems
markstarkman has quit [Ping timeout: 256 seconds]
pgmcgee has joined #rubygems
<qrush> haha just saw the freeze. LOL
adf has joined #rubygems
baburdick has joined #rubygems
Elhu has quit [Quit: Computer has gone to sleep.]
adf has quit [Ping timeout: 252 seconds]
adf has joined #rubygems
<indirect> qrush: the freeze?
<qrush> at the end of the hangout. my internet connection dropped.
cout is now known as Avogadro
teancom has joined #rubygems
<indirect> ohhhh got it
adf has quit [Ping timeout: 252 seconds]
the_mentat has quit [Quit: Computer has gone to sleep.]
adf has joined #rubygems
workmad3 has quit [Ping timeout: 276 seconds]
baphled has joined #rubygems
cowboyd has quit [Remote host closed the connection]
bhaak has quit [Ping timeout: 252 seconds]
bhaak has joined #rubygems
pgmcgee has quit [Remote host closed the connection]
cowboyd has joined #rubygems
ssd7_ has joined #rubygems
teancom has quit [Ping timeout: 264 seconds]
teancom has joined #rubygems
ssd7 has quit [Ping timeout: 244 seconds]
drbrain has joined #rubygems
baphled has quit [Ping timeout: 252 seconds]
yerhot has joined #rubygems
mephux has quit [Excess Flood]
mephux has joined #rubygems
qmx|away is now known as qmx
adf has quit [Ping timeout: 248 seconds]
the_mentat has joined #rubygems
adf has joined #rubygems
sn0wb1rd has joined #rubygems
teancom has quit [Read error: Connection reset by peer]
Boxcar21 has joined #rubygems
teancom has joined #rubygems
terceiro_ has quit [Ping timeout: 248 seconds]
aquaranto has quit [Remote host closed the connection]
drbrain has quit [Remote host closed the connection]
rubygems has joined #rubygems
markstarkman has joined #rubygems
markstarkman has quit [Read error: Connection reset by peer]
terceiro_ has joined #rubygems
markstarkman has joined #rubygems
EmilyAFK is now known as Emily
tenderlove has joined #rubygems
markstarkman has quit [Ping timeout: 256 seconds]
bhaak has quit [Ping timeout: 260 seconds]
bhaak has joined #rubygems
terceiro_ has quit [Quit: Ex-Chat]
mockra has quit [Remote host closed the connection]
teancom_ has joined #rubygems
teancom_ has quit [Read error: Connection reset by peer]
teancom__ has joined #rubygems
teancom has quit [Ping timeout: 276 seconds]
tenderlove has quit [Remote host closed the connection]
markstarkman has joined #rubygems
markstarkman has quit [Ping timeout: 248 seconds]
mockra has joined #rubygems
baphled has joined #rubygems
qmx is now known as qmx|away
qmx|away is now known as qmx
mockra has quit [Ping timeout: 248 seconds]
petersaints_ has joined #rubygems
mando has quit [Remote host closed the connection]
petersaints has quit [Ping timeout: 256 seconds]
alexkira_ has joined #rubygems
alexkira has quit [Read error: Connection reset by peer]
Boxcar21 has quit [Quit: Leaving...]
the_mentat has quit [Quit: Computer has gone to sleep.]
rubygems has quit [Quit: Leaving.]
Boxcar21 has joined #rubygems
huoxito has quit [Ping timeout: 240 seconds]
huoxito has joined #rubygems
mockra has joined #rubygems
the_mentat has joined #rubygems
jstr has joined #rubygems
huoxito has quit [Quit: Leaving]
huoxito has joined #rubygems
mando has joined #rubygems
ckrailo has joined #rubygems
rmartin has quit [Remote host closed the connection]
tenderlove has joined #rubygems
jstr has quit [Quit: Computer has gone to sleep.]
drbrain has joined #rubygems
workmad3 has joined #rubygems
mando has quit [Remote host closed the connection]
havenwood has quit [Remote host closed the connection]
tenderlove has quit [Read error: Connection reset by peer]
crandquist has quit [Ping timeout: 276 seconds]
qmx is now known as qmx|away
<drbrain> indirect: hone: any word on when a bundler 1.3 final release will be out?
<indirect> drbrain: not sure yet
wdperson has joined #rubygems
rubygems has joined #rubygems
rubygems has left #rubygems [#rubygems]
fromonesrc has quit [Quit: fromonesrc]
fromonesrc has joined #rubygems
qmx|away is now known as qmx
rubygems1 has joined #rubygems
markstarkman has joined #rubygems
tcopeland1 has quit [Ping timeout: 252 seconds]
rubygems1 has left #rubygems [#rubygems]
wdperson has quit [Quit: Linkinus - http://linkinus.com]
markstarkman has quit [Ping timeout: 248 seconds]
mephux has quit [Excess Flood]
jcaudle has quit [Quit: jcaudle]
mephux has joined #rubygems
mando has joined #rubygems
tkramer has quit [Quit: Leaving]
teancom has joined #rubygems
<drbrain> Can I get some retweets: http://twitter.com/drbrain/status/300008510882738176
teancom__ has quit [Ping timeout: 248 seconds]
<yorickpeterse> done
<yorickpeterse> drbrain: "Packaged gems now contain and verify SHA1 checksums" is there some more info on this?
<drbrain> yorickpeterse: it's just an integrity check
<yorickpeterse> Do you need to do anything to enable it?
<drbrain> nope
<drbrain> it's built in to Gem::Package
<yorickpeterse> Ah, so just package and push and you're done?
<drbrain> yes
<yorickpeterse> nice
<drbrain> it's actually got SHA1 and SHA512 checksums in it
workmad3 has quit [Ping timeout: 244 seconds]
<drbrain> I guess I should update the notes
<yorickpeterse> :)
<pencil> for each and every file?
<drbrain> pencil: for each entry in the .gem file (a tar file)
<drbrain> pencil: there's a data.tar.gz inside that, I don't have checksums for those files
<pencil> ah, ok
<drbrain> since gzip stores a creation timestamp, unfortunately recreating data.tar.gz will change the checksum
reset has joined #rubygems
<raggi> drbrain: i still don't see the point in those, but :)
<drbrain> raggi: me neither, but now that we can generate both SHA1 and SHA512 checksums it might be useful for signing
cowboyd has quit [Remote host closed the connection]
<drbrain> since the same digest gets used in signing
<drbrain> … at package time
<raggi> o0
<reset> I uploaded a gem about 36 hours ago and the dependency API still doesn't have a record for it. The status page says the API is working as expected. Is there a way to notify the dependency API to forcefully pickup these changes?
alexkira_ has quit [Read error: Connection reset by peer]
alexkira has joined #rubygems
qmx is now known as qmx|away
<drbrain> raggi: private_key.sign(SHA1.new, digest(raw data))
<raggi> oh, i see what you're getting at
<drbrain> yeah
nateberkopec has quit [Quit: Leaving...]
bfleischer has quit [Quit: bfleischer]
drbrain has quit [Remote host closed the connection]
drbrain has joined #rubygems
nateberkopec has joined #rubygems
nateberkopec has quit [Client Quit]
<reset> is there anyway to force the dependency API to pickup changes besides to re-upload your gem?
yerhot has quit [Remote host closed the connection]
<drbrain> hone: ↑
Boxcar21 has quit [Quit: Leaving...]
<lmarburger> reset: what kind of changes?
huoxito has quit [Ping timeout: 276 seconds]
<reset> I uploaded a gem 36 hours ago. It is present by running gem search --remote. When a user attempts to retrieve the gem with an explicit version match in bundler it says the gem is not found
<lmarburger> what gem?
<reset> berkshelf
<lmarburger> i'll take a look
<reset> version 1.1.6
<reset> thank you so much
<lmarburger> reset: for the record, bundler api should know shortly after rubygems.org knows that your gem was uploaded.
<reset> yeah I'm used to the short delay
adf has left #rubygems ["Textual IRC Client: http://www.textualapp.com/"]
<reset> this has just been a longer one
<lmarburger> i'm sure it either missed the update or there was an error
<lmarburger> that's good timing because indirect mentioned wanting to run the rake task to update bundler's database on an interval to pick up anything missed from the webhooks
notnerb has quit [Quit: Leaving.]
Boxcar21 has joined #rubygems
<lmarburger> just to confirm, it's definitely not in the database. getting the right rake task to manually update it for now.
tcopeland has joined #rubygems
yerhot has joined #rubygems
qmx|away is now known as qmx
yerhot has quit [Remote host closed the connection]
ckelly has quit [Quit: Leaving...]
surfichris has quit [Quit: ""]
stevenharman has quit [Quit: Linkinus - http://linkinus.com]
surfichris has joined #rubygems
<lmarburger> reset: give it another try
<reset> lmarburger: looks like it worked
<reset> appreciate the help
<lmarburger> no problem. we're going to periodically update bundler's db to catch these cases.
dvu has joined #rubygems
mando has quit [Remote host closed the connection]
mando has joined #rubygems
<raggi> CAP is hard
<lmarburger> :(
<raggi> railsy rest doesn't solve this either, which always makes me sad
<raggi> apis should generally have some kind of route that says "give me anything from this list that has changed since T (including deletions)" and "give me all new things since T"
<drbrain> indirect: I found the bug, fixed it, and am writing a proper test
<raggi> where the latter is a consistent view (even if partial)
<raggi> (i.e. empty during inconsistent partitions)
<lmarburger> raggi: is that's what pubsubhubub tries to solve?
<raggi> no
<lmarburger> well i guess not really. the app would have to update the hub.
<raggi> lmarburger: pub sub of any sort, is by definition, not reliable
<raggi> pub sub is an optimization of a sync problem, but it is not a solution
<raggi> (and that includes so called "reliable pub/sub", in most cases - due to the real world frequency of application errors)
<raggi> pub/sub cannot tend toward total consistency, but periodic syncs can
<raggi> i generally recommend people do both
petersaints has joined #rubygems
onemanjujitsu has joined #rubygems
<indirect> drbrain: awesome, glad to hear it :)
indirect has left #rubygems [#rubygems]
<lmarburger> yeah i'd agre that periodic syncs are necessary
indirect has joined #rubygems
<lmarburger> not easy though
petersaints_ has quit [Ping timeout: 256 seconds]
<raggi> sure it is
<raggi> you have audit columens
<raggi> *columns
<raggi> put some indexes on them
<evan> raggi: i'm going to push to staging first
<evan> give me a sec.
<lmarburger> right that's what i mean. it's not just adding a new url.
<raggi> evan: SGTM
<raggi> lmarburger: what can i say, rails doesn't solve SOA out the box :-P
<lmarburger> ha i guess it's true that rails can't scale
cowboyd has joined #rubygems
<raggi> scalability is overrated anyway..
havenwood has joined #rubygems
crandquist has joined #rubygems
purp has quit [Quit: purp]
havenwood has quit [Remote host closed the connection]
stevenharman has joined #rubygems
<hone> drbrain: sorry, timezones suck :(
<drbrain> np, I think it's been taken care of now
<evan> hm, staging is busted due to s3 keys
<evan> it's a friday and I just finished watching TopGun
* evan deploys to production anyway
<drbrain> evan: again?
<evan> I didn't finish it the other day
<drbrain> ah
<evan> maybe you'll know: does the Navy and Airforce fly mostly F-22s now?
teancom has quit [Remote host closed the connection]
<hone> evan: topgun so awesome!
<drbrain> I think there's only one squadron of F22s
<raggi> i don't know the answer, but there are a couple of hundred in service, compared to say the f-18, where there are over 1000
<hone> topgun fridays?
<drbrain> or whatever they're called
<evan> HIGHWAY TO THE DEPLOY ZONE!
<raggi> HIT THE BRAKES AND HE'LL DEPLOY RIGHT BY!
onemanjujitsu has quit [Quit: onemanjujitsu]
<evan> raggi: of course, the F-18
<evan> ok, just deployed
cowboyd has quit [Remote host closed the connection]
<raggi> evan: YEEHAW!
<drbrain> last summer new F-18s kept flying by my house on the wait to or from Boeing Field
markstarkman has joined #rubygems
<evan> interesting, I didn't realize the Blue Angels used to fly the A-4
<raggi> qrush: ok, we're activated and i setup a security group
<raggi> qrush: i have to run to a meeting, but when i get back i'll sort out permissions so you can manage stuff
cowboyd has joined #rubygems
markstarkman has quit [Ping timeout: 248 seconds]
<drbrain> in 2010 we ordered 66 F/A-18E/Fs and 58 EA-18Gs