<raggi> i'm trying to figure out if it's having any effect
<raggi> except maybe altering file names iff (PRED false) there are CP1212 values in the specs name field
<raggi> oh, it'll alter the marshal gemspecs o0
<raggi> that's interesting, because it creates cases where the gemspec embedded in the .gem != the gemspec.rz
<raggi> were the old indices XML?
<drbrain> YAML
<drbrain> the YAML index was extended with incremental updates
terceiro has quit [Read error: Connection reset by peer]
terceiro has joined #rubygems
<baburdick> It appears that using HTTPS for rubygems in a Gemfile (`source "https://rubygems.org"
<baburdick> `) is broken. I get this error: "SSL_connect returned=1 errno=0 state=SSLv3 read server key exchange B: bad ecpoint (OpenSSL::SSL::SSLError)"
<baburdick> Switching to HTTP works.
<baburdick> The bundler guys advocate HTTPS: http://gembundler.com/
<drbrain> baburdick: sounds like somebody is messing with your SSL session
<drbrain> baburdick: can you make a gist of `openssl s_client -connect rubygems.org:443`
<drbrain> baburdick: I don't see rubygems.org using EC keys for anything
<drbrain> hrm, what about: ruby -v -r openssl -e 'p OpenSSL::OPENSSL_VERSION'
<drbrain> you should be on openssl 1.0.1d
<drbrain> earlier versions have security fixes
<drbrain> I wonder if there is also a bug in ec keys, but I still don't see rubygems.org using any :/
<drbrain> do you use any proxy?
<baburdick> No.
<gibsop1> baburdick - we had this issue - specifying the SSL CA bundle sorts the error out
<gibsop1> let me find exactly what we do
<gibsop1> 2 ticks
<baburdick> drbrain: I'll have to have RVM reinstall ree.
<baburdick> gibsop1: interesting.
<gibsop1> we did this:
<gibsop1> command='export SSL_CERT_FILE ; SSL_CERT_FILE="/etc/ssl/certs/ca-bundle.crt"'
<gibsop1> for i in `ls -1 /usr/local/rvm/environments/ruby*`
<gibsop1> do echo $command >> $i
<gibsop1> done
<gibsop1> in your openssl s_connect
<gibsop1> specify "-CAfile <path/to/ca/bundle>
<gibsop1> "
<drbrain> I would think bundler would use the built-in rubygems certificates
<baburdick> gibsop1: I'm on OS X. No such cert file.
<baburdick> (Lion)
<gibsop1> Isn't there an issue with older versions of openssl <1.0.x or something which have the incorrect default CA patch compiled in or something
<gibsop1> Hmm that was from a Cent6 box
<gibsop1> my freebsd box (which is sorta along the same lines as OS X) is in /usr/local/share/certs/ca-root-nss.crt
terceiro has quit [Read error: Connection reset by peer]
<gibsop1> outta lucky maybe?
terceiro has joined #rubygems
<baburdick> Definitely all outta lucky here. I'm going to use HTTP until our very soon switch to 1.9.3. Then ree's old OpenSSL will be moot. Thanks guys
<drbrain> baburdick: good luck!
<gibsop1> Np, we are on 1.9.3 so dunno...we discovered this when rubygems.org turned off http - was a rather stressfull day, so it could well be that what we've done isn't the best or required, but we were stuck so faffed until it worked!
<gibsop1> bed time here guys, laters, and hope you get your stuff sorted baburdick
<baburdick> Thanks gibsop1. I appreciate your help.
tcopeland has joined #rubygems
benchMark has quit []
markstarkman has joined #rubygems
tkramer has quit [Quit: Leaving]
markstarkman has quit [Ping timeout: 272 seconds]
ctracey has quit [Read error: Connection reset by peer]
ctracey has joined #rubygems
hahuang65 has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
ctracey has quit [Read error: Connection reset by peer]
ctracey has joined #rubygems
ctracey has quit [Read error: Connection reset by peer]
ctracey has joined #rubygems
yut148 has joined #rubygems
eighthbit has quit [Quit: Bye.]
kentaro_ has quit [Quit: ZNC - http://znc.in]
reset has joined #rubygems
kentaro has joined #rubygems
kentaro has quit [Client Quit]
ckrailo has quit [Ping timeout: 276 seconds]
kentaro has joined #rubygems
terceiro has quit [Read error: Connection reset by peer]
terceiro has joined #rubygems
reset has quit [Quit: Leaving...]
lteo has quit [Ping timeout: 252 seconds]
reset has joined #rubygems
sn0wb1rd has quit [Quit: sn0wb1rd]
Apes has joined #rubygems
terceiro has quit [Read error: Connection reset by peer]
<Apes> Is anyone here familiar with bundler-audit? I've tried doing a bundle update on the gems that it warns about, but it still warns about them even when they are at the latest version.
terceiro has joined #rubygems
teancom has quit [Remote host closed the connection]
markstarkman has joined #rubygems
baburdick has quit [Quit: Leaving.]
mockra has quit [Read error: Connection reset by peer]
_maes_ has quit [Ping timeout: 272 seconds]
markstarkman has quit [Ping timeout: 260 seconds]
lteo has joined #rubygems
adkron has joined #rubygems
adkron has quit [Ping timeout: 276 seconds]
<dwradcliffe> Apes: did it actually update the gems? They might be locked in your Gemfile or by other gems.
adkron has joined #rubygems
sn0wb1rd has joined #rubygems
twoism has quit [Remote host closed the connection]
<Apes> dwradcliffe: I believe so, how would I verify?
<dwradcliffe> bundle show
<dwradcliffe> Apes: also you can check if the Gemfile.lock changed
twoism has joined #rubygems
teancom has joined #rubygems
twoism has quit [Remote host closed the connection]
adkron has quit [Ping timeout: 252 seconds]
twoism has joined #rubygems
adkron has joined #rubygems
cowboyd has joined #rubygems
twoism has quit [Ping timeout: 272 seconds]
therealadam has joined #rubygems
twoism has joined #rubygems
<Apes> dwradcliffe: Thanks for your help
<Apes> I managed to work it out
adkron has quit [Ping timeout: 264 seconds]
fcoury has quit [Write error: Broken pipe]
fcoury has joined #rubygems
wycats__ has quit [Read error: Operation timed out]
twoism has quit [Ping timeout: 255 seconds]
wycats__ has joined #rubygems
z has quit [Ping timeout: 252 seconds]
Guest85414 has quit [Ping timeout: 240 seconds]
cowboyd has quit [Remote host closed the connection]
z has joined #rubygems
z is now known as Guest91581
cowboyd has joined #rubygems
therealadam has quit [Remote host closed the connection]
markstarkman has joined #rubygems
twoism has joined #rubygems
markstarkman has quit [Ping timeout: 272 seconds]
_maes_ has joined #rubygems
twoism has quit [Ping timeout: 255 seconds]
twoism has joined #rubygems
twoism has quit [Ping timeout: 252 seconds]
reset has quit [Ping timeout: 244 seconds]
soahccc has quit [Ping timeout: 252 seconds]
_br_ has quit [Ping timeout: 245 seconds]
_br_ has joined #rubygems
mockra has joined #rubygems
baburdick has joined #rubygems
Apes has quit [Ping timeout: 248 seconds]
sn0wb1rd has quit [Quit: sn0wb1rd]
sn0wb1rd has joined #rubygems
twoism has joined #rubygems
markstarkman has joined #rubygems
twoism has quit [Ping timeout: 272 seconds]
Guest85414 has joined #rubygems
mockra has quit [Remote host closed the connection]
markstarkman has quit [Ping timeout: 260 seconds]
mockra has joined #rubygems
workmad3 has joined #rubygems
mockra has quit [Ping timeout: 276 seconds]
ukd1 has quit [Quit: leaving]
Elhu has joined #rubygems
cowboyd has quit [Remote host closed the connection]
markstarkman has joined #rubygems
markstarkman has quit [Ping timeout: 272 seconds]
aib has joined #rubygems
teancom has quit [Remote host closed the connection]
Elhu has quit [Quit: Computer has gone to sleep.]
workmad3 has quit [Ping timeout: 252 seconds]
baburdick has quit [Ping timeout: 240 seconds]
baburdick has joined #rubygems
terceiro has quit [Read error: Connection reset by peer]
terceiro has joined #rubygems
vertis has joined #rubygems
vertis has quit [Read error: Connection reset by peer]
vertis has joined #rubygems
baburdick has quit [Read error: Connection reset by peer]
baburdick has joined #rubygems
vertis has quit [Read error: Connection reset by peer]
terceiro has quit [Read error: Connection reset by peer]
terceiro has joined #rubygems
Elhu has joined #rubygems
vertis has joined #rubygems
surfichris has joined #rubygems
vertis has quit [Quit: Leaving.]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
markstarkman has joined #rubygems
markstarkman has quit [Ping timeout: 260 seconds]
soahccc has joined #rubygems
terceiro has quit [Read error: Connection reset by peer]
terceiro has joined #rubygems
yasho99 has joined #rubygems
raz has quit [Ping timeout: 248 seconds]
reset has joined #rubygems
tbuehlmann has joined #rubygems
workmad3 has joined #rubygems
vertis has joined #rubygems
yut148 has quit [Quit: Leaving...]
reset has quit [Quit: Leaving...]
markstarkman has joined #rubygems
markstarkman has quit [Ping timeout: 272 seconds]
wesgarrison_ has quit [Ping timeout: 264 seconds]
wesgarrison has joined #rubygems
vertis1 has joined #rubygems
vertis has quit [Ping timeout: 255 seconds]
ddv has quit [Ping timeout: 240 seconds]
ddv has joined #rubygems
kgrz has joined #rubygems
raz has joined #rubygems
Guest91581 has quit [Changing host]
Guest91581 has joined #rubygems
Guest91581 is now known as z
agnitio has joined #rubygems
Elhu has quit [Quit: Computer has gone to sleep.]
therealadam has joined #rubygems
kgrz has quit [Read error: Connection reset by peer]
Elhu has joined #rubygems
workmad3 has quit [Ping timeout: 256 seconds]
workmad3 has joined #rubygems
markstarkman has joined #rubygems
tbuehlmann has quit [Remote host closed the connection]
markstarkman has quit [Ping timeout: 260 seconds]
darix has quit [Ping timeout: 264 seconds]
cschneid has quit [Ping timeout: 264 seconds]
darix has joined #rubygems
darix has quit [Changing host]
darix has joined #rubygems
therealadam has quit [Remote host closed the connection]
vertis has joined #rubygems
vertis1 has quit [Ping timeout: 255 seconds]
aspiers has quit [Read error: Operation timed out]
aspiers has joined #rubygems
tkramer has joined #rubygems
yerhot has joined #rubygems
tkramer has quit [Read error: Connection reset by peer]
tkramer has joined #rubygems
yerhot has quit [Remote host closed the connection]
jcaudle has joined #rubygems
yerhot has joined #rubygems
cowboyd has joined #rubygems
_maes_ has quit [Ping timeout: 272 seconds]
stevenharman has quit [Quit: Leaving...]
tkramer has left #rubygems ["Leaving"]
adkron has joined #rubygems
ddv has quit [Ping timeout: 240 seconds]
ddv has joined #rubygems
stevenharman has joined #rubygems
vertis1 has joined #rubygems
vertis has quit [Ping timeout: 260 seconds]
adkron has quit [Ping timeout: 256 seconds]
qmx|away is now known as qmx
ckelly has quit [Quit: Leaving...]
adkron has joined #rubygems
tkramer has joined #rubygems
benchMark has joined #rubygems
adkron has quit [Ping timeout: 240 seconds]
agnitio has quit [Ping timeout: 244 seconds]
_maes_ has joined #rubygems
markstarkman has joined #rubygems
markstarkman has quit [Ping timeout: 260 seconds]
qmx is now known as qmx|away
yorickpeterse is now known as yorick-cowboty
yorick-cowboty is now known as yorick-cowboy
sbeam_ has quit [Quit: No Ping reply in 180 seconds.]
sbeam has joined #rubygems
gaffneyc has joined #rubygems
dvu has quit [Remote host closed the connection]
ckelly has joined #rubygems
tkramer has quit [Read error: Operation timed out]
adkron_ has joined #rubygems
vertis has joined #rubygems
vertis1 has quit [Ping timeout: 248 seconds]
_whitelogger has joined #rubygems
tkramer has joined #rubygems
crandquist has quit [Quit: Leaving...]
adkron_ has quit [Ping timeout: 256 seconds]
yerhot has quit [Remote host closed the connection]
_whitelogger has joined #rubygems
yorick-cowboy is now known as yorickpeterse
adkron has joined #rubygems
vertis1 has joined #rubygems
adkron__ has joined #rubygems
vertis has quit [Ping timeout: 256 seconds]
mephux has quit [Excess Flood]
rmartin_ has joined #rubygems
eighthbit has joined #rubygems
mephux has joined #rubygems
crandquist has joined #rubygems
mlen has joined #rubygems
x0F has quit [Disconnected by services]
x0F_ has joined #rubygems
x0F_ is now known as x0F
mando has joined #rubygems
yerhot has joined #rubygems
alexkira has quit [Remote host closed the connection]
adkron__ has quit [Ping timeout: 260 seconds]
alexkira has joined #rubygems
<devn> Howdy folks.
adkron__ has joined #rubygems
alexkira has quit [Remote host closed the connection]
dvu has joined #rubygems
alexkira has joined #rubygems
alexkira has quit [Remote host closed the connection]
dvu has quit [Ping timeout: 248 seconds]
cowboyd has quit [Remote host closed the connection]
<dwradcliffe> devn: howdy
sferik has joined #rubygems
the_mentat has quit [Quit: Computer has gone to sleep.]
markstarkman has joined #rubygems
caspyin has joined #rubygems
markstarkman has quit [Ping timeout: 256 seconds]
sn0wb1rd has quit [Quit: sn0wb1rd]
mephux has quit [Excess Flood]
adkron__ has quit [Ping timeout: 252 seconds]
mephux has joined #rubygems
Elhu has quit [Quit: Computer has gone to sleep.]
Elhu has joined #rubygems
Elhu has quit [Client Quit]
Elhu has joined #rubygems
mockra has joined #rubygems
cschneid has joined #rubygems
jshsu has joined #rubygems
tbuehlmann has joined #rubygems
caspyin has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
the_mentat has joined #rubygems
jshsu has left #rubygems ["WeeChat 0.3.9.2"]
sn0wb1rd has joined #rubygems
_whitelogger has joined #rubygems
eighthbit has quit [Ping timeout: 240 seconds]
ctracey has quit [Ping timeout: 248 seconds]
Elhu has quit [Quit: Computer has gone to sleep.]
Elhu has joined #rubygems
workmad3 has quit [Ping timeout: 264 seconds]
Elhu has quit [Client Quit]
gaffneyc has quit [Quit: Computer has gone to sleep.]
mephux has quit [Excess Flood]
lsegal has joined #rubygems
fcoury has quit [Read error: Operation timed out]
theartisan has quit [Ping timeout: 256 seconds]
mephux has joined #rubygems
theartisan has joined #rubygems
Apes has joined #rubygems
stevenharman has quit [Quit: Leaving...]
sn0wb1rd has quit [Remote host closed the connection]
sn0wb1rd has joined #rubygems
markstarkman has joined #rubygems
BigFatFatty has joined #rubygems
markstarkman has quit [Ping timeout: 248 seconds]
fcoury has joined #rubygems
gaffneyc has joined #rubygems
<kseifried> drbrain ping?
mlen has left #rubygems ["WeeChat 0.4.0"]
peregrine81 has joined #rubygems
peregrine81 has quit [Client Quit]
peregrine81 has joined #rubygems
stevenharman has joined #rubygems
_br_ has quit [Excess Flood]
_br_ has joined #rubygems
twoism has joined #rubygems
_br_ has quit [Excess Flood]
_br_ has joined #rubygems
huoxito has joined #rubygems
teancom has joined #rubygems
ctracey has joined #rubygems
ctracey has quit [Read error: Connection reset by peer]
ctracey` has joined #rubygems
vertis has joined #rubygems
ddv has quit [Changing host]
ddv has joined #rubygems
vertis1 has quit [Ping timeout: 255 seconds]
fromonesrc has joined #rubygems
yerhot_ has joined #rubygems
yerhot has quit [Read error: Connection reset by peer]
Elhu has joined #rubygems
the_mentat has quit [Quit: Computer has gone to sleep.]
the_mentat has joined #rubygems
havenwood has joined #rubygems
reset has joined #rubygems
cowboyd has joined #rubygems
benchMark has quit [Remote host closed the connection]
benchMark has joined #rubygems
fromonesrc has quit [Quit: fromonesrc]
yerhot_ has quit [Remote host closed the connection]
crandquist has quit [Quit: Leaving...]
yerhot has joined #rubygems
fromonesrc has joined #rubygems
yerhot has quit [Ping timeout: 276 seconds]
Elhu has quit [Quit: Computer has gone to sleep.]
Elhu has joined #rubygems
kgrz has joined #rubygems
the_mentat has quit [Quit: Computer has gone to sleep.]
the_mentat has joined #rubygems
markstarkman has joined #rubygems
markstarkman has quit [Read error: No route to host]
markstarkman has joined #rubygems
yerhot has joined #rubygems
mando has quit [Remote host closed the connection]
pipework has joined #rubygems
<pipework> Hey. I've got a project that I'm putting two gemspecs into. One for a single file that I want to be able to use elsewhere (but has to stay in the project where it is) and another that's a whole subdirectory tree. I've got the gemspecs in lib/.
<pipework> passport.gemspec is in lib/ next to passport.rb which is the only file it requires. And forgery, which is also in lib/ next to forgery/ and requires it and all files in all subdirectories.
<pipework> From another project I want to have passport in the Gemfile. I wrote the line as `gem 'forgery', path: '../distconf', require 'lib/passport'`
kgrz has quit [Quit: Computer has gone to sleep.]
reset has quit [Quit: Leaving...]
<pipework> I'll figure it out. It's just so ugh.
yerhot has quit [Read error: Connection reset by peer]
yerhot has joined #rubygems
huoxito has quit [Ping timeout: 248 seconds]
peregrine81 has quit [Quit: Goodbye.]
cowboyd has quit [Remote host closed the connection]
reset has joined #rubygems
adkron has quit [Ping timeout: 260 seconds]
cowboyd has joined #rubygems
vertis has quit [Quit: Leaving.]
twoism has quit [Remote host closed the connection]
twoism has joined #rubygems
rmartin_ has quit [Remote host closed the connection]
Apes has quit [Read error: Operation timed out]
mando has joined #rubygems
pipework has quit [Ping timeout: 252 seconds]
Elhu has quit [Quit: Computer has gone to sleep.]
havenwood has quit [Remote host closed the connection]
crandquist has joined #rubygems
mephux has quit [Excess Flood]
mephux has joined #rubygems
jcaudle has quit [Quit: jcaudle]
vertis has joined #rubygems
_br_ has quit [Excess Flood]
_br_ has joined #rubygems
vertis has quit [Quit: Leaving.]
_br_ has quit [Excess Flood]
_br_ has joined #rubygems
qmx|away has quit [Excess Flood]
qmx has joined #rubygems
tbuehlmann has quit [Remote host closed the connection]
mando has quit [Read error: Connection reset by peer]
mando has joined #rubygems
lteo has quit [Changing host]
lteo has joined #rubygems
havenwood has joined #rubygems
mando has quit [Remote host closed the connection]
ckelly has quit [Quit: Leaving...]
joewilliams has left #rubygems [#rubygems]
sferik has quit [Quit: Computer has gone to sleep.]
gaffneyc has quit [Quit: Textual IRC Client: www.textualapp.com]
tkramer has quit [Quit: Leaving]
BigFatFatty has left #rubygems [#rubygems]
ckrailo has joined #rubygems
_br_ has quit [Excess Flood]
_br_ has joined #rubygems
qmx is now known as qmx|away
_br_ has quit [Excess Flood]
_br_ has joined #rubygems
dwradcliffe has quit [Remote host closed the connection]
yerhot has quit [Remote host closed the connection]