jonludlam has quit [Quit: Coyote finally caught me]
elia has quit [Quit: Computer has gone to sleep.]
tbuehlmann has quit [Quit: Leaving]
xerxas has joined #rubygems
elia has joined #rubygems
<darix>
drbrain: from all the .so files that a gem generates. which one do we really need to preserve? the one in lib for <2.1 and the one in gemspec.extension_dir for >= 2.1?
seanlinsley has joined #rubygems
jpfuentes2 has quit [Read error: Connection reset by peer]
jpfuentes2 has joined #rubygems
havenwood has joined #rubygems
roidrage has joined #rubygems
jaimef has quit [Excess Flood]
jaimef has joined #rubygems
imperator has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
mkristian has quit [Quit: bye]
roidrage has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
roidrage has joined #rubygems
roidrage has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
elia has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
zoraj_ has joined #rubygems
zoraj has quit [Ping timeout: 240 seconds]
workmad3 has quit [Ping timeout: 255 seconds]
imperator has quit [Quit: Leaving]
zoraj_ has quit [Remote host closed the connection]
dknox is now known as dknox-dentist
x1337807x has joined #rubygems
elia has joined #rubygems
aeden has joined #rubygems
tcopeland has quit [Quit: Leaving.]
<aeden>
hey - is there an Evan Phoenix in the house?
<evan>
WASSSSUUP
<aeden>
evan: I have a beta version of region-specific records ready to test
<evan>
OOOOOH
<aeden>
still interested in trying it out for rubygems at some point?
<evan>
absolutely.
elia has quit [Client Quit]
<aeden>
evan: great! I’ll set it up on the rubygems account, and if you want I can explain how it works one-on-one at some point
<evan>
sounds great!
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
josh-k has joined #rubygems
havenwood has quit [Remote host closed the connection]
bbrowning has quit [Quit: Leaving]
jpfuente_ has joined #rubygems
josh-k_ has joined #rubygems
josh-k has quit [Read error: Connection reset by peer]
jpfuentes2 has quit [Ping timeout: 245 seconds]
bbrowning has joined #rubygems
pothibo has joined #rubygems
dknox-dentist is now known as dknox
havenwood has joined #rubygems
aeden has quit [Quit: aeden]
havenwood has quit [Remote host closed the connection]
x1337807x has joined #rubygems
kai3x5 has joined #rubygems
kai3x5 has quit [Client Quit]
josh-k_ has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kai3x5 has joined #rubygems
kai3x5 has quit [Client Quit]
bbrowning has quit [Quit: Leaving]
josh-k has joined #rubygems
josh-k has quit [Remote host closed the connection]
josh-k has joined #rubygems
<darix>
drbrain: why /usr/lib/ruby/gems/2.1.0/extensions/x86-linux if normal ruby has /usr/lib/ruby/2.1.0/i586-linux-gnu ?
<drbrain>
darix: back when I made platforms I assumed all compiled x86 code was compatible whether 386, 486, 586
<darix>
it depends
<drbrain>
yeah, but so far no bugs
<darix>
on compiler flags and so on
<darix>
where can i find the arch definitions?
<darix>
also any ideas on:
<darix>
drbrain: from all the .so files that a gem generates. which one do we really need to preserve? the one in lib for <2.1 and the one in gemspec.extension_dir for >= 2.1?
<drbrain>
Gem::Platform has them
<darix>
thanks
<drbrain>
those sound like the right ones
elia has joined #rubygems
<darix>
then i will the "not right ones" to our clean up script