00:00
<
swills >
wycats__: then i agree
00:00
yerhot has quit [Remote host closed the connection]
00:01
<
swills >
openssl is deprecated
00:01
<
swills >
Common Crypto, that's the thing
00:02
<
swills >
i wonder if ruby could support that...
00:02
<
wolfeidau >
raggi: trying now
00:02
<
raggi >
swills: just support emboss
00:02
<
raggi >
swills: send him a few $k
00:03
<
raggi >
swills: and then you can plug shit in
00:03
<
raggi >
krypt will be much more healthy for us
00:04
dangerousdave has quit [Ping timeout: 276 seconds]
00:06
<
wycats__ >
swills: it's not particularly compatible
00:08
<
swills >
interesting
00:14
adkron has quit [Ping timeout: 255 seconds]
00:17
newUser1234 has joined #rubygems
00:28
davidjrice has quit [Ping timeout: 240 seconds]
00:28
davidjrice has joined #rubygems
00:35
<
swills >
the number of gems that have encoding issues in docs is crazy
00:36
<
swills >
i keep having to set LANG=en_US.UTF-8 because i don't have LANG set by default...
00:38
rhyselsmore_ has joined #rubygems
00:38
<
raggi >
swills: are you running out of ssh terminals on osx machines?
00:38
<
raggi >
swills: they changed some shit in 10.6 that relies on sendenv under ssh, instead of setting a default
00:38
<
swills >
raggi: yes
00:39
<
raggi >
the defaults are implied from launchctl
00:39
<
swills >
i get to 128 ssh sessions then i can't make any more
00:39
<
swills >
i tried changing launchd stuff but it didn't help
00:39
<
raggi >
swills: turn on SendEnv, osx should have it on in Host * by default (ssh_config stuff)
00:40
<
raggi >
but if you upgraded your machine, it may be missing
00:40
<
swills >
for the lang stuff?
00:40
<
swills >
oh, well, the ssh terminal thing is a different issue
00:40
<
swills >
that was something i was having last week
00:40
<
swills >
but the LANG thing is just a FreeBSD thing
00:40
<
raggi >
modern osx defaults have `Host *\n\tSendEnv LANG LC_*` in /etc/ssh/ssh_config
00:40
<
swills >
we don't set LANG
00:40
<
swills >
I use both...
00:41
<
swills >
and i'm having the problem in a package build environment, not one that cleans env from whatever users have set...
00:41
<
swills >
this is all system package stuff...
00:41
<
swills >
you guys don't care about that i'm sure
00:41
<
raggi >
no, i do care about the plethora of regex bugs and whatnot
00:41
<
raggi >
CSI models are hard
00:41
<
swills >
regex bugs? CSI? you lost me, sorry.
00:42
<
raggi >
csi = character set independent
00:42
<
swills >
well, i'm getting stuff like this
00:42
<
swills >
ERROR: While executing gem ... (ArgumentError) invalid byte sequence in US-ASCII
00:42
<
raggi >
swills: yes, ugprade
00:43
<
swills >
upgrade what?
00:43
<
raggi >
see above patch
00:43
<
raggi >
rubygems >= 1.8.25 bundler >= 1.2.4
00:44
<
raggi >
or just use ruby 2 :trollface:
00:44
<
swills >
well, i can't just inflict rubygem 2.0.0 upon all FreeBSD users, so i guess i will see about patching 1.8.25
00:44
<
raggi >
sure you can
00:44
<
swills >
i'll send the hate mail to you then?
00:44
<
raggi >
portdb will work, i'm sure
00:44
<
raggi >
only if i can send you the rack ones
00:45
whitequark has joined #rubygems
00:45
<
whitequark >
hey, just wanted to say thanks
00:45
<
whitequark >
on my huge 200-gem app, rails startup is literally four times faster on ruby 2.0
00:46
jfelchner has joined #rubygems
00:46
<
raggi >
haha, whitequark, send it to ruby-core :)
00:46
<
raggi >
but yeah, ruby 2.0 is nice for that
00:46
<
raggi >
oh, rails startup
00:46
<
whitequark >
raggi: wasn't the majority of time spent in rubygems?
00:46
<
raggi >
there's many sides to that
00:46
<
whitequark >
indeed
00:46
<
raggi >
sorry, missed the startup bit
00:47
<
swills >
hmm, that patch fails to apply to 1.8.25
00:47
<
raggi >
swills: 1.8.25 contains that patch
00:47
<
raggi >
swills: the other side of the problem is a bundler patch
00:47
<
swills >
then something else is wrong
00:47
<
raggi >
swills: can you get a backtrace
00:48
<
raggi >
swills: you shouldn't be better that with 1.8.25
00:48
<
swills >
gotta let somethign else finish first
00:49
qmx|away is now known as qmx
00:49
<
raggi >
swills: that's building a gemfile right?
00:49
<
raggi >
gem build should be fixed for that case, afaik
00:50
<
raggi >
maybe there's smoething more going on
00:50
whitequark has left #rubygems [#rubygems]
00:51
<
raggi >
unless you're really on 1.8.24 ;-P
00:51
<
raggi >
ruby20-gems-1.8.25 huh?
00:51
<
raggi >
ruby2 ships wiht gems 2.0.0
00:51
* raggi
is extra confused
00:52
<
swills >
yeah... it's a freebsd thing
00:52
<
swills >
like most package systems, we don't support installing multiple versions of a thing, right?
00:52
<
swills >
but we have hacks in to allow installing ruby 1.8 and 1.9 and 2.0 at the same time
00:52
<
raggi >
this would mean you have to patch the hell out of ruby
00:53
<
raggi >
then patch the hell out of rubygems
00:53
<
raggi >
i would expect
00:53
<
swills >
somewhat, yeah
00:53
<
raggi >
why not use the gems that installs wiht ruby 2
00:53
<
swills >
we don't use the rubygems that come with ruby
00:53
<
swills >
because they're different versions and also we've had issue in the past with the bundled version of rubygems being outdated
00:54
<
raggi >
but now you're installign the outdated version
00:54
<
swills >
so we rip rubygems out of ruby
00:54
<
swills >
well, i could push rubygems to 2.0 but with all the breakages documented i imagine things are going go badly
00:56
<
swills >
so how do i get a full trace?
00:56
<
raggi >
add --debug / --verbose
00:56
<
raggi >
i dont' remember exactly which
00:57
<
raggi >
you're missing a patch
00:58
<
swills >
gem --version
00:58
<
raggi >
is that even 1.8.25 code?
00:58
<
swills >
so i'm missing that patch you posted earlier?
00:59
<
raggi >
this bug was in bundler too
00:59
<
swills >
oh goodie!
00:59
jfelchner has quit [Quit: jfelchner]
00:59
<
raggi >
that should just be result.start_with?('--- ')
00:59
<
raggi >
and it all gets easier
00:59
<
swills >
--- !ruby/object:Gem::Specification
00:59
<
raggi >
ofc, the next line will explode then
01:01
<
raggi >
shit, i have to move again
01:02
wolfeidau has quit [Remote host closed the connection]
01:02
<
raggi >
swills: so, you'll need your yaml input to have an appropriate encoding
01:02
<
swills >
it's not my yaml input
01:02
<
swills >
it's from this gem
01:02
tbuehlmann has quit [Remote host closed the connection]
01:02
wolfeidau has joined #rubygems
01:02
<
swills >
# /usr/local/bin/gem20 build --force jquery-rails-2.2.1.gemspec --debug
01:02
<
raggi >
it's a silly problem
01:03
<
swills >
lots of gems have this problem it seems
01:03
newUser1234 has quit [Remote host closed the connection]
01:03
<
raggi >
any gem with 8bit chars in the gemspec
01:03
<
swills >
- Andr\xc3\xa9 Arko
01:03
<
raggi >
that's just é
01:04
<
raggi >
it's not helped by the fact that someone put a $%^# coding comment in the source file, and we didnt' coerce all input to utf8
01:05
teancom has joined #rubygems
01:05
<
swills >
i'd just set the encoding globally before building any gems
01:06
<
raggi >
LANG to utf 8 would do it
01:06
<
swills >
LANG=UTF-8
01:06
<
swills >
instead of LANG=en_US.UTF-8
01:09
teancom_ has quit [Ping timeout: 260 seconds]
01:09
yerhot has joined #rubygems
01:14
yerhot has quit [Ping timeout: 246 seconds]
01:19
adkron has joined #rubygems
01:22
yut148 has joined #rubygems
01:26
<
swills >
is LANG=UTF-8 even valid?
01:33
<
swills >
oh wait, i see where i messed up
01:33
<
swills >
LC_CTYPE=UTF-8
01:44
qmx is now known as qmx|away
01:52
mockra has joined #rubygems
01:53
yerhot has joined #rubygems
01:58
yerhot has quit [Ping timeout: 260 seconds]
02:04
havenwood has quit [Remote host closed the connection]
02:15
yut148 has quit [Read error: Connection reset by peer]
02:15
yut148 has joined #rubygems
02:16
<
swills >
unable to convert U+201D from UTF-8 to US-ASCII for lib/rdoc/text.rb, skipping
02:16
<
swills >
unable to convert "\xD0" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for History.rdoc, skipping
02:16
<
swills >
unable to convert U+0412 from UTF-8 to US-ASCII for LEGAL.rdoc, skipping
02:16
yut148 has quit [Read error: Connection reset by peer]
02:16
<
swills >
ERROR: While generating documentation for rdoc-3.12.1
02:16
yut148 has joined #rubygems
02:19
<
swills >
perhaps i need rdoc 4.0.0 for ruby 2.0?
02:19
<
raggi >
if you're using ruby 2, you want to use the stuff that ships wiht it or at least something newer
02:20
<
swills >
rdoc 3.12.1 is fairly new
02:20
<
swills >
but ok, it isn't what's bundled
02:20
<
raggi >
downgrading is asking for trouble
02:20
<
swills >
but i can't have multiple versions...
02:21
<
raggi >
sure you can
02:21
<
raggi >
you just can't have them in the same package names
02:21
<
swills >
and using the bundled stuff has burned us in the past
02:22
<
raggi >
you can overwrite it later
02:22
<
swills >
no, we can't
02:22
<
swills >
the packaging doesn't allow it
02:22
<
raggi >
well, you can just gem install upgrades
02:22
<
swills >
you can't have two packages install the same file(s)
02:23
<
swills >
you could, but that kinda breaks reproducability which is bad from an ops standpoint
02:23
<
raggi >
but to upgrade rubygems, you'll always have to overwrite
02:23
<
swills >
having two package managers that disagree is bad
02:23
<
raggi >
there's no need for rubygems and ports to disagree
02:23
<
raggi >
ports can install stuff into a non-standard location
02:23
<
raggi >
write a defaults/operating_system.rb wiht an additional path for ports managed gems
02:24
<
raggi >
and install ports managed gems there
02:24
<
swills >
and let gem have the default path?
02:25
<
raggi >
or if you want ot make the default conformant to some FHS then you could move it
02:25
<
swills >
hmmm, i think it would be confusing for people if they install gems via ports and "gem list" doesn't show them
02:25
<
raggi >
oh, gem list iwl
02:25
<
raggi >
if you do this properly
02:25
<
raggi >
just don't look at debian for advice
02:26
<
swills >
interesting
02:27
<
swills >
the defaults/operating_system.rb file would be part of the ruby package...
02:27
<
raggi >
swills: it doesnt' ship with rubygems normally, you can add this
02:27
<
raggi >
that's what it's there for
02:27
<
swills >
i didn't know that
02:29
<
swills >
i'll look into this, thanks
02:29
<
swills >
still not sure how it would solve the bundled rubygem problem tho
02:29
<
swills >
or the bundled rdoc problem
02:30
<
swills >
oh wait, right, you'd have the bundled one, then an additional one installed by a package
02:30
<
swills >
and perhaps others installed via gem
02:30
<
raggi >
no, it's fine
02:31
<
raggi >
this method means nothign rbeaks
02:31
<
raggi >
you have a minor security concern in the worst case
02:31
<
raggi >
but honestly
02:31
<
raggi >
you'd still ahve to patch things any which way
02:31
<
swills >
yeah, that's not a huge issue
02:32
<
swills >
i'll look into it
02:33
terceiro has quit [Quit: Ex-Chat]
02:34
the_mentat has joined #rubygems
02:35
imajes has quit [Excess Flood]
02:36
imajes has joined #rubygems
02:39
<
raggi >
how the fuck do you create github repos in user profiles now?
02:39
<
raggi >
aaaah, teeny weeny little icon
02:47
<
swills >
raggi: so if i use this defaults/operating_system.rb file... where would /usr/local/bin/gem come from, for example?
02:49
<
raggi >
swills: it doesnt' affect that
02:50
<
swills >
ok, say i install ruby 2.0 which comes with bundled gem
02:50
<
swills >
and have nothing else installed
02:51
<
swills >
so /usr/local/bin/gem is that version
02:51
<
swills >
now i install some other thing which depends on a newer rubygem package
02:51
<
swills >
does the rubygem package overwrite that /usr/local/bin/gem?
02:51
<
raggi >
yeah, it would need to
02:51
<
swills >
won't work then
02:51
<
swills >
packaging absolutely does not allow two packages to write the same file ever, period.
02:52
<
swills >
can't happen
02:52
<
raggi >
then, at least what you should do
02:52
<
raggi >
is make ruby-2.0.0 depend on rubygems-2.0.0
02:52
<
raggi >
not rubygems-1.8.25
02:52
<
raggi >
that's just madness
02:53
<
swills >
hmmm, i could make a port for ruby-gem-2.0.0
02:53
adkron has quit [Ping timeout: 256 seconds]
02:53
<
swills >
but ruby-2.0.0 can't depend on it, that would be circular
02:54
<
swills >
after all, you can't install gem without ruby so gem has to depend on ruby...
02:54
<
raggi >
i'm not really sure why you need to separate them
02:54
<
raggi >
i mean, as you say, you can't have two installed at the same time
02:54
<
raggi >
and sure, it means you'll have to update the ruby package, if oyu want ot update rubygems
02:55
<
swills >
(i could make it so that if 2.0 is the "default" ruby, that anything that depends on ruby and gems depends on the 2.0 version of gem...)
02:56
<
swills >
well, the issue we had in the past was that the bundled gem was way old
02:56
adkron has joined #rubygems
02:57
<
swills >
and we need to be able to support having 1.8, 1.9 and 2.0 installed at the same time
02:57
<
swills >
which is the real awful part
02:57
<
swills >
and there might be "gem" and "gem18" or "gem19" etc
02:58
<
swills >
and whatever the default version is will be what "gem" is
02:59
<
swills >
i think i explained all that wrong. :)
03:01
vertis has quit [Quit: Leaving.]
03:02
<
swills >
thanks for listening tho
03:14
vertis has joined #rubygems
03:17
wycats__ has quit [Read error: Operation timed out]
03:17
wycats__ has joined #rubygems
03:19
fcoury has quit [Ping timeout: 240 seconds]
03:24
yerhot has joined #rubygems
03:26
johnmwilliams_ has quit [Read error: Operation timed out]
03:27
mccraig has quit [Ping timeout: 256 seconds]
03:27
kaichanvong has quit [Ping timeout: 245 seconds]
03:27
danp_ has quit [Ping timeout: 256 seconds]
03:28
gazoombo has quit [Ping timeout: 248 seconds]
03:28
abuiles_ has quit [Ping timeout: 255 seconds]
03:28
jrgifford has quit [Ping timeout: 260 seconds]
03:28
danp_ has joined #rubygems
03:29
yerhot has quit [Ping timeout: 260 seconds]
03:40
adkron has quit [Ping timeout: 260 seconds]
04:02
hahuang65 has joined #rubygems
04:02
whit537 has joined #rubygems
04:19
hahuang65 has joined #rubygems
04:28
Cakey has joined #rubygems
04:31
<
wolfeidau >
raggi: Will try it out when i get home from work
04:46
hahuang65 has quit [Ping timeout: 260 seconds]
04:49
hahuang65 has joined #rubygems
05:01
sferik has quit [Quit: Computer has gone to sleep.]
05:08
luxflux has joined #rubygems
05:11
imajes has quit [Excess Flood]
05:13
imajes has joined #rubygems
05:14
wolfeidau has quit [Read error: Connection reset by peer]
05:14
wolfeida_ has joined #rubygems
05:18
fcoury has joined #rubygems
05:19
postmodern has left #rubygems ["Leaving"]
05:25
johnmwilliams_ has joined #rubygems
05:25
jrgifford has joined #rubygems
05:25
abuiles_ has joined #rubygems
05:25
gazoombo has joined #rubygems
05:27
kaichanvong has joined #rubygems
05:27
mccraig has joined #rubygems
05:44
mootpointer has joined #rubygems
05:51
kgrz has joined #rubygems
05:55
whit537 has quit [Quit: YOU TOO!!!!!!!!!!!!!!!!!!!! :D]
05:59
vertis has quit [Quit: Leaving.]
06:05
teancom has quit [Remote host closed the connection]
06:06
wolfeida_ has quit [Remote host closed the connection]
06:13
havenwood has joined #rubygems
06:28
sferik has joined #rubygems
06:29
sferik has quit [Client Quit]
06:30
havenwood has quit [Remote host closed the connection]
06:43
mockra has quit [Remote host closed the connection]
06:48
teancom has joined #rubygems
06:58
Elhu has joined #rubygems
07:00
dangerousdave has joined #rubygems
07:01
mootpointer has quit [Remote host closed the connection]
07:07
wolfeidau has joined #rubygems
07:10
rohrer has quit [Quit: leaving]
07:10
the_mentat has quit [Quit: Computer has gone to sleep.]
07:13
mockra has joined #rubygems
07:14
Elhu has quit [Quit: Computer has gone to sleep.]
07:15
havenwood has joined #rubygems
07:18
mockra has quit [Ping timeout: 252 seconds]
07:26
prognostikos has joined #rubygems
07:40
workmad3 has joined #rubygems
07:50
<
wolfeidau >
raggi: Well I think I just worked out what you had, the version of openssl that is installed via homebrew has ZERO ca certs
07:51
<
drbrain >
openssl typically doesn't ship with any
07:52
<
drbrain >
when I installed 1.0.1e homebrew said "hey, go install these certs!"
07:52
<
wolfeidau >
drbrain: Yeah pretty much just worked that out :( /usr/local/etc/openssl/certs/ is empty
07:52
<
drbrain >
so I did that
07:52
<
wolfeidau >
drbrain: Yeah except it doesn't 'install' them persay
07:52
<
wolfeidau >
It downloads them
07:52
<
wolfeidau >
you need to copy them to /usr/local/etc/openssl/certs/ and run c_rehash
07:53
<
drbrain >
curl-ca-bundle seemed to do it fro me
07:54
havenwood has quit [Remote host closed the connection]
07:58
vertis has joined #rubygems
08:00
vertis1 has joined #rubygems
08:03
vertis has quit [Ping timeout: 276 seconds]
08:07
workmad3 has quit [Ping timeout: 245 seconds]
08:08
vertis1 has quit [Ping timeout: 256 seconds]
08:13
Cakey has quit [Ping timeout: 252 seconds]
08:14
mockra has joined #rubygems
08:15
dangerousdave has quit [Quit: Leaving...]
08:17
rhyselsmore_ has quit [Quit: Computer has gone to sleep.]
08:18
teancom has quit [Read error: Connection reset by peer]
08:18
teancom_ has joined #rubygems
08:19
mockra has quit [Ping timeout: 264 seconds]
08:21
vertis has joined #rubygems
08:27
Elhu has joined #rubygems
08:33
sferik has joined #rubygems
08:36
vertis has quit [Ping timeout: 255 seconds]
08:39
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
08:43
alextheger has joined #rubygems
08:49
Elhu has quit [Quit: Computer has gone to sleep.]
09:05
rhyselsmore_ has joined #rubygems
09:09
rhyselsmore_ has quit [Client Quit]
09:10
charliesome_ has joined #rubygems
09:11
charliesome_ is now known as charliesome
09:14
mockra has joined #rubygems
09:19
mockra has quit [Ping timeout: 264 seconds]
09:32
workmad3 has joined #rubygems
10:04
teancom has joined #rubygems
10:07
teancom_ has quit [Ping timeout: 252 seconds]
10:11
Cakey has joined #rubygems
10:15
mockra has joined #rubygems
10:19
mockra has quit [Ping timeout: 252 seconds]
10:37
qmx|away is now known as qmx
10:40
yut148 has quit [Read error: Connection reset by peer]
10:41
Cakey has quit [Ping timeout: 256 seconds]
10:54
Elhu has joined #rubygems
10:57
yerhot has joined #rubygems
11:02
yerhot has quit [Ping timeout: 252 seconds]
11:11
draptor has joined #rubygems
11:11
retro|cz has joined #rubygems
11:11
<
retro|cz >
I can't download bunler 1.3.0 from rubygems.
11:11
<
retro|cz >
And travis can't too.
11:15
mockra has joined #rubygems
11:20
mockra has quit [Ping timeout: 276 seconds]
11:26
kgrz has quit [Quit: Computer has gone to sleep.]
11:30
tbuehlmann has joined #rubygems
11:32
kgrz has joined #rubygems
11:37
huoxito has quit [Quit: Leaving]
11:38
mephux has quit [Ping timeout: 260 seconds]
11:39
terracotta has quit [Ping timeout: 248 seconds]
11:39
draptor has quit [Quit: Page closed]
11:41
terceiro has joined #rubygems
11:44
<
wolfeidau >
retro|cz: Just had the same issue
11:44
<
retro|cz >
wolfeidau, yup
11:44
<
retro|cz >
I hope it will be fixed soon. No need to rewrite travis scripts for now.
11:55
Sutto has joined #rubygems
12:11
the_mentat has joined #rubygems
12:12
<
wolfeidau >
Gday Sutto
12:13
<
Sutto >
wolfeidau: hah, hey!
12:13
<
Sutto >
must of been before I joined
12:13
<
wolfeidau >
Sutto: Yeah retro|cz asked the same q as travis can't see it
12:14
<
wolfeidau >
but yeah not ideal
12:14
<
Sutto >
checked across a few boxes (2x here in perth, 1x on linode in the UK and a few boxes on us-east-1) - and have hit it across a few different services
12:14
<
Sutto >
ah, will likely wait for the moment - need to install several gems on ~25 machines
12:15
<
Sutto >
I've seen it so far for rdoc and bundler fwiw, both releases in the last 8 or so hours.
12:16
mockra has joined #rubygems
12:19
<
wolfeidau >
Sutto: Wow interesting
12:19
<
Sutto >
and had issues using bundle update etc - so it appears (I can't confirm yet, since I don't have the exact endpoint) that the bundler del api is working
12:20
<
Sutto >
e.g. bundle update locally went to those new versions
12:20
<
wolfeidau >
Sutto: Yeah odd, I noticed it when i went to use ruby 2.0.0 and bundler said update me! And i was like.. I just freaking installed it!
12:21
mockra has quit [Ping timeout: 252 seconds]
12:21
<
Sutto >
alright, time to get some sleep
12:23
<
wolfeidau >
Sutto: Sounds like a good idea
12:30
<
yorickpeterse >
I can confirm that you can't install Bundler 1.3
12:30
<
yorickpeterse >
gem install bundler -v 1.3.0 # => gem not found
12:34
pureluck has joined #rubygems
12:37
Elhu has quit [Quit: Computer has gone to sleep.]
12:40
tcopeland has quit [Quit: Leaving.]
12:43
<
workmad3 >
yorickpeterse: gem instal bundler --pre
12:43
<
workmad3 >
*install
12:43
the_mentat has quit [Quit: Computer has gone to sleep.]
12:43
<
workmad3 >
yorickpeterse: 1.3.0 hasn't been released yet ;)
12:43
<
workmad3 >
yorickpeterse: current prerelease is 1.3.0.pre.8, according to my install
12:45
<
yorickpeterse >
Rubygems says otherwise :)
12:45
<
tbuehlmann >
it is released
12:46
<
tbuehlmann >
but it was a bit weird. worked for one gem install, didn't work for another gem install
12:47
stevenharman has quit [Quit: Leaving...]
12:47
hltbra has joined #rubygems
12:48
<
workmad3 >
ah, so it is
12:48
retro|cz has quit [Ping timeout: 276 seconds]
12:48
<
workmad3 >
odd, 'gem install bundler' doesn't find it for me either
12:49
<
workmad3 >
is it possible the gem hasn't gotten out to all rubygem mirrors yet?
12:49
adkron has joined #rubygems
12:52
<
yorickpeterse >
Interesting
12:52
<
yorickpeterse >
version 1.3.0 points to bb-m.rubygems.org
12:52
<
yorickpeterse >
1.2.3 points to production.cf.rubygems.org
12:52
<
yorickpeterse >
errr, 1.2.4
12:56
<
yorickpeterse >
gem install bundler -v 1.3.0 --source=http://rubygems.yorickpeterse.com/ # should work for the time being
12:56
pureluck has quit [Ping timeout: 240 seconds]
12:57
pureluck has joined #rubygems
12:59
<
tbuehlmann >
including lots of rm -rfs? :>
12:59
Elhu has joined #rubygems
12:59
<
yorickpeterse >
Well install at your own risk of course
13:00
<
yorickpeterse >
I'm probably the worst scammer ever since I totally forgot to fuck the Gem up
13:00
<
yorickpeterse >
(or maybe that's just what I want people to believe)
13:03
<
yorickpeterse >
I do provide SHA512 checksums but of course those are also questionable
13:08
<
tbuehlmann >
indeed
13:12
damselem has joined #rubygems
13:14
adkron has quit [Ping timeout: 252 seconds]
13:16
mockra has joined #rubygems
13:18
tkramer has joined #rubygems
13:18
kgrz has quit [Quit: Computer has gone to sleep.]
13:19
qmx is now known as qmx|brb
13:21
mockra has quit [Ping timeout: 240 seconds]
13:22
damselem has left #rubygems [#rubygems]
13:23
bittercold has joined #rubygems
13:23
<
bittercold >
did anyone have an issue of getting an older version of a gem even though rubygems.org lists a newer one?
13:28
Cakey has joined #rubygems
13:31
_maes_ has quit [Ping timeout: 264 seconds]
13:35
bittercold has quit [Quit: Page closed]
13:36
* dwradcliffe
debugging the missing gems
13:36
<
dwradcliffe >
I'm seeing some failures on the worker queue
13:37
huoxito has joined #rubygems
13:38
<
dwradcliffe >
qrush/raggi/evan Indexer job is failing because of certificate problems
13:39
fromonesrc has joined #rubygems
13:39
<
dwradcliffe >
Indexer failed with Excon::Errors::SocketError: Unable to verify certificate, please set `Excon.defaults[:ssl_ca_path] = path_to_certs`, `Excon.defaults[:ssl_ca_file] = path_to_file`, or `Excon.defaults[:ssl_verify_peer] = false` (less secure).
13:39
erichmenge has quit [Quit: Arrivederci!]
13:43
rcvalle has joined #rubygems
13:43
stevenharman has joined #rubygems
13:43
erichmenge has joined #rubygems
13:43
qmx|brb is now known as qmx
13:47
retro|cz has joined #rubygems
13:50
qmx is now known as qmx|brbagain
13:55
the_mentat has joined #rubygems
13:57
Guest60953 has joined #rubygems
14:00
_whitelogger has joined #rubygems
14:00
jcaudle has joined #rubygems
14:01
retro|cz has quit [Ping timeout: 252 seconds]
14:03
Guest60953 is now known as mephux_
14:04
mephux_ has quit [Changing host]
14:04
mephux_ has joined #rubygems
14:04
cowboyd has joined #rubygems
14:04
qmx|brbagain is now known as qmx|away
14:05
<
dwradcliffe >
ok, I set the ca path and now it's working. I'm able to install bundler 1.3.0
14:05
qmx|away is now known as qmx
14:05
the_mentat has quit [Quit: Computer has gone to sleep.]
14:09
teancom has quit [Remote host closed the connection]
14:13
retro|cz has joined #rubygems
14:15
adkron has joined #rubygems
14:17
mockra has joined #rubygems
14:18
tcopeland has joined #rubygems
14:21
mockra has quit [Ping timeout: 260 seconds]
14:23
Elhu has quit [Quit: Computer has gone to sleep.]
14:32
sikachu has quit [Quit: sikachu]
14:39
teancom has joined #rubygems
14:44
therealadam has joined #rubygems
14:49
Elhu has joined #rubygems
14:50
Elhu has quit [Client Quit]
14:56
Elhu has joined #rubygems
15:00
sbean has joined #rubygems
15:13
sikachu has joined #rubygems
15:15
yeban has quit [Ping timeout: 252 seconds]
15:17
mockra has joined #rubygems
15:20
the_mentat has joined #rubygems
15:21
ckelly has joined #rubygems
15:22
mockra has quit [Ping timeout: 255 seconds]
15:34
mando has joined #rubygems
15:38
stevenharman has quit [Quit: Leaving...]
15:44
alextheger has quit [Quit: alextheger]
15:46
huoxito has quit [Ping timeout: 252 seconds]
16:04
crandquist has joined #rubygems
16:06
newUser1234 has joined #rubygems
16:07
the_mentat has quit [Quit: Computer has gone to sleep.]
16:08
x0F_ has joined #rubygems
16:08
x0F has quit [Disconnected by services]
16:09
x0F_ is now known as x0F
16:11
stevenharman has joined #rubygems
16:17
vanstee has joined #rubygems
16:18
mockra has joined #rubygems
16:18
ckrailo has joined #rubygems
16:19
huoxito has joined #rubygems
16:22
mockra has quit [Ping timeout: 246 seconds]
16:31
peregrine81 has joined #rubygems
16:31
huoxito has quit [Ping timeout: 252 seconds]
16:31
mephux_ has quit [Excess Flood]
16:33
mephux has joined #rubygems
16:44
huoxito has joined #rubygems
16:46
fromonesrc has joined #rubygems
16:53
yerhot_ has joined #rubygems
16:58
dvu has joined #rubygems
17:00
dvu has quit [Remote host closed the connection]
17:00
huoxito has quit [Ping timeout: 252 seconds]
17:02
tcopeland1 has joined #rubygems
17:04
tcopeland has quit [Ping timeout: 276 seconds]
17:05
yerhot_ has quit [Read error: Connection reset by peer]
17:05
yerhot has joined #rubygems
17:10
qmx is now known as qmx|away
17:14
Mugatu has quit [Ping timeout: 245 seconds]
17:14
<
sbean >
hey anyone having ssl issues with the latest bundler (1.3.0) and rubygems (2.0.0)?
17:15
yeban has joined #rubygems
17:21
icco has quit [Quit: run away.]
17:21
Mugatu has joined #rubygems
17:21
x0F has quit [Quit: Leaving]
17:23
whit537 has joined #rubygems
17:30
icco has joined #rubygems
17:31
imajes has quit [Excess Flood]
17:31
huoxito has joined #rubygems
17:32
the_mentat has joined #rubygems
17:32
imajes has joined #rubygems
17:35
<
sbean >
raggi: using ubuntu 12.04, should have said it initially.
17:36
twoism has joined #rubygems
17:36
<
raggi >
sbean: oh right, well do you have the ca-certificates package installed?
17:39
<
sbean >
raggi: yep. strange issue. initially server had rubygems 1.8.25 and bundler 1.2.4 and started giving ssl errors (which was fine just last week)
17:40
<
sbean >
raggi: so updated rubygems to 2.0.0 and bundler to 1.3.0, still having ssl issues
17:40
aesthetica has joined #rubygems
17:40
<
sbean >
raggi: here comes the strange part: after these upgrades, downgrading them back to 1.8.25 and 1.2.4, ssl issue is gone
17:40
yerhot has quit [Remote host closed the connection]
17:43
yerhot has joined #rubygems
17:44
<
raggi >
sbean: what does this output: `echo '' | openssl s_client -connect rubygems.org:443 -CAfile /etc/ssl/certs/ca-certificates.crt | grep Verify `
17:48
<
aesthetica >
@drbrain, i just replied to issue #467 on rubygems/issues
17:50
<
sbean >
@raggi: Verify return code: 0 (ok)
17:50
the_mentat has quit [Quit: Computer has gone to sleep.]
17:53
<
mpapis >
aesthetica / drbrain let me know if/when I can help
17:53
<
raggi >
sbean: you shouldn't be getting errors then
17:54
cowboyd has quit [Remote host closed the connection]
17:54
<
sbean >
raggi: Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
17:55
natwelch has joined #rubygems
17:55
<
sbean >
raggi: errors out when bundle install is executed with capistrano
17:55
icco has quit [Quit: run away.]
17:55
natwelch is now known as icco
17:56
tcopeland has joined #rubygems
17:57
<
sbean >
raggi: which was running fine just last week friday
17:57
<
raggi >
sbean: how did you install ruby/
17:58
tcopeland1 has quit [Ping timeout: 252 seconds]
17:58
<
mpapis >
aesthetica, rvm get head; rvm use 2.0.0; rvm rubygems latest -- if that fails: cd /Users/memoht/.rvm/src/rubygems-2.0.0 ; ruby -d setup.rb -- and gist the output
17:58
<
raggi >
evan: drbrain: is there some reason we have a rapidssl key on rubygems.org, but the old essentialssl ones still on the mirrors?
17:58
<
raggi >
evan: did we replace the cert after the incident? if so, why not on the mirrors?
17:58
<
sbean >
raggi: via rvm (1.9.3p194)
17:58
<
aesthetica >
mpapis: doing it now
17:59
mockra has joined #rubygems
17:59
<
mpapis >
sbeam, rvm head or stable ?
17:59
<
sbean >
mpapis: stable
18:00
<
sbean >
raggi: same as above connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)
18:01
crandquist has quit [Quit: Bye!]
18:02
<
raggi >
sbean: `ruby -ropenssl -e "p OpenSSL::X509::DEFAULT_CERT_FILE"` ?
18:02
<
sbean >
raggi: /usr/lib/ssl/cert.pem
18:03
<
raggi >
does that file exist?
18:04
<
mpapis >
raggi, do you know if that can be also checked from openssl binary? (ruby -ropenssl -e "p OpenSSL::X509::DEFAULT_CERT_FILE")
18:04
therealadam has quit [Remote host closed the connection]
18:05
<
mpapis >
aesthetica, please update the gist after: rvm use 2.0.0; ruby -d setup.rb
18:05
<
sbean >
raggi: hmm nope it doesn't
18:06
yerhot has quit [Ping timeout: 246 seconds]
18:07
ckelly has quit [Quit: Leaving...]
18:08
<
aesthetica >
mpapis terminal spit back ruby-2.0.0-p0 is not installed
18:08
yerhot has joined #rubygems
18:08
<
mpapis >
aesthetica, can you jump back to #rvm
18:09
therealadam has joined #rubygems
18:11
workmad3 has quit [Ping timeout: 245 seconds]
18:12
stayarrr has joined #rubygems
18:12
baburdick has quit [Quit: Leaving.]
18:13
tbuehlmann has quit [Remote host closed the connection]
18:14
therealadam has quit [Ping timeout: 260 seconds]
18:14
<
raggi >
sbean: that's not normal, i'm guessing something linked against a non-standard openssl
18:15
<
raggi >
mpapis: i can't remember if it can
18:15
<
raggi >
mpapis: i mean, you can get openssl dir form version -d
18:15
<
raggi >
mpapis: but if' it's been patched out like debian, you have more problems
18:16
<
raggi >
(you'd think they'd learned about patching openssl ;-) )
18:16
<
mpapis >
raggi, yeah freebsd has it patched too, the ruby version worked fine
18:17
<
sbean >
raggi: that's strange. ok i'll look into a bit more. thanks for your help.
18:17
kgrz has joined #rubygems
18:18
<
raggi >
sbean: out of interest, what's `openssl version -d`?
18:18
<
evan >
raggi: oh geez. I forgot to change the certs on the mirrors.
18:18
<
sbean >
raggi: /usr/lib/ssl
18:18
<
evan >
I'll add that to my list
18:21
sbean has quit [Quit: Lost terminal]
18:23
yerhot_ has joined #rubygems
18:23
yerhot has quit [Read error: Connection reset by peer]
18:24
<
raggi >
evan: which way are we headed?
18:24
<
raggi >
evan: moving toward the rapidssl ones?
18:25
<
evan >
I have to do a 2.0.1 this week
18:25
<
raggi >
and maybe once the mirrors are corrected, we can remove the old ones
18:25
<
raggi >
that way there's less to maintain
18:25
<
evan >
i'll be sure that goes out with it.
18:26
<
raggi >
i havent' even checked the old ones, but i should
18:26
<
raggi >
evan: np, thanks :)
18:28
yerhot_ has quit [Remote host closed the connection]
18:30
Cakey has quit [Ping timeout: 255 seconds]
18:31
dangerousdave has joined #rubygems
18:33
yerhot has joined #rubygems
18:34
retro|cz has quit [Ping timeout: 252 seconds]
18:37
imajes has quit [Excess Flood]
18:39
imajes has joined #rubygems
18:39
cowboyd has joined #rubygems
18:39
yerhot has quit [Remote host closed the connection]
18:39
Elhu has quit [Quit: Computer has gone to sleep.]
18:40
teancom has quit [Remote host closed the connection]
18:41
stayarrr has quit [Quit: Leaving...]
18:43
ckelly has joined #rubygems
18:44
teancom has joined #rubygems
18:45
imajes has quit [Excess Flood]
18:46
hahuang65 has joined #rubygems
18:46
imajes has joined #rubygems
18:47
yerhot has joined #rubygems
18:51
sn0wb1rd has joined #rubygems
18:52
sn0wb1rd has quit [Client Quit]
18:52
sn0wb1rd has joined #rubygems
18:55
baburdick has joined #rubygems
18:57
therealadam has joined #rubygems
19:00
baburdick has quit [Ping timeout: 264 seconds]
19:00
aesthetica has left #rubygems [#rubygems]
19:03
baburdick has joined #rubygems
19:12
<
drbrain >
mpapis: for ↑ the workaround is to not install verbose
19:12
<
drbrain >
it is a ruby bug
19:12
huoxito has quit [Quit: Leaving]
19:14
baburdick has quit [Quit: Leaving.]
19:14
vanstee has left #rubygems [#rubygems]
19:15
yerhot has quit [Remote host closed the connection]
19:15
the_mentat has joined #rubygems
19:15
<
mpapis >
drbrain, oh. let me check that
19:15
baburdick has joined #rubygems
19:16
yerhot has joined #rubygems
19:17
teancom has quit [Remote host closed the connection]
19:17
icco has quit [Read error: Operation timed out]
19:20
teancom has joined #rubygems
19:24
icco has joined #rubygems
19:28
biff_tannen has joined #rubygems
19:29
kgrz has quit [Quit: Computer has gone to sleep.]
19:34
yerhot has quit [Remote host closed the connection]
19:36
hltbra_ has joined #rubygems
19:37
hltbra has quit [Ping timeout: 255 seconds]
19:43
<
raggi >
jarib is askign to be unbanned, anyone remember why he is banned?
19:46
retro|cz has joined #rubygems
19:49
<
evan >
he was probably disconnecting and reconnecting
19:49
<
evan >
i'll unban him
19:50
<
imperator >
i think that's the second time, too
19:53
cowboyd has quit [Ping timeout: 264 seconds]
19:57
the_mentat has quit [Quit: Computer has gone to sleep.]
19:58
cowboyd has joined #rubygems
20:00
Elhu has joined #rubygems
20:01
workmad3 has joined #rubygems
20:02
the_mentat has joined #rubygems
20:03
the_mentat has quit [Client Quit]
20:04
cowboyd has quit [Read error: Connection reset by peer]
20:04
cowboyd has joined #rubygems
20:04
cowboyd has quit [Read error: Connection reset by peer]
20:05
cowboyd has joined #rubygems
20:09
fromonesrc has joined #rubygems
20:11
Elhu has quit [Quit: Computer has gone to sleep.]
20:11
yerhot has joined #rubygems
20:13
fromonesrc has quit [Ping timeout: 255 seconds]
20:14
imajes has quit [Excess Flood]
20:15
stayarrr has joined #rubygems
20:16
imajes has joined #rubygems
20:18
workmad3 has quit [Ping timeout: 255 seconds]
20:20
yerhot has quit [Remote host closed the connection]
20:22
envygeeks has joined #rubygems
20:22
envygeeks has quit [Changing host]
20:22
envygeeks has joined #rubygems
20:22
mando has quit [Remote host closed the connection]
20:24
envygeeks has quit [Client Quit]
20:25
newUser1234 has quit [Remote host closed the connection]
20:25
newUser1234 has joined #rubygems
20:26
gearaholic has joined #rubygems
20:27
bobmcw_ has joined #rubygems
20:27
<
bobmcw_ >
howdy, I'm getting a error 500 now trying to push
20:27
<
evan >
ok, let me check.
20:27
<
bobmcw_ >
use gem 2.0.0
20:27
kgrz has joined #rubygems
20:27
<
bobmcw_ >
evan: thank you!
20:29
<
evan >
I don't see anything in the logs about your POST
20:29
<
bobmcw_ >
that's the full output from gem push -V
20:29
<
bobmcw_ >
rubygems.org has address 54.245.255.174
20:29
newUser1234 has quit [Ping timeout: 252 seconds]
20:32
<
evan >
ok, I see an issue with the load balancer
20:32
<
evan >
give me a sec please.
20:34
<
evan >
bobmcw_: ok, please try again.
20:34
<
bobmcw_ >
evan: trying now
20:34
workmad3 has joined #rubygems
20:34
<
bobmcw_ >
Successfully registered gem: stilts-stomp-client (0.1.29-java)
20:34
<
bobmcw_ >
yay, thank you, evan
20:35
<
evan >
thanks for reporting it.
20:35
mephux has quit [Excess Flood]
20:36
mephux has joined #rubygems
20:36
Elhu has joined #rubygems
20:37
hltbra_ has quit [Remote host closed the connection]
20:37
cowboyd has quit [Ping timeout: 246 seconds]
20:37
reset has joined #rubygems
20:43
cowboyd has joined #rubygems
20:50
workmad3 has quit [Read error: Operation timed out]
20:51
Elhu has quit [Quit: Computer has gone to sleep.]
20:51
the_mentat has joined #rubygems
20:55
qmx|away is now known as qmx
20:57
gearaholic has quit [Remote host closed the connection]
20:57
pearkes has joined #rubygems
20:57
pearkes has quit [Excess Flood]
20:58
pearkes has joined #rubygems
21:00
havenwood has joined #rubygems
21:02
newUser1234 has joined #rubygems
21:02
imajes has quit [Excess Flood]
21:02
gearaholic has joined #rubygems
21:05
imajes has joined #rubygems
21:07
mando has joined #rubygems
21:09
sferik has joined #rubygems
21:11
<
sferik >
For some reason, I'm not an admin on that repo even though I'm it's sole contributor
21:12
_maes_ has joined #rubygems
21:13
<
evan >
sferik: just did.
21:13
<
sferik >
evan: thanks!
21:13
<
sferik >
evan: can you fire the hook so that it builds now?
21:14
<
sferik >
I guess I could just push if you closed the tab
21:15
adkron_ has joined #rubygems
21:16
bobmcw_ is now known as bobmcw
21:16
bobmcw has quit [Changing host]
21:16
bobmcw has joined #rubygems
21:19
<
sferik >
evan: would it be possible for you to make me an admin of the repo so I can mess around with it?
21:19
<
sferik >
evan: I feel bad asking you to do this for me,
21:20
<
evan >
there ya go.
21:25
<
sferik >
evan: thanks
21:26
mando has quit [Ping timeout: 256 seconds]
21:26
workmad3 has joined #rubygems
21:27
<
sferik >
evan: thanks again
21:29
whit537 has quit [Quit: !m]
21:30
yerhot has joined #rubygems
21:31
workmad3 has quit [Ping timeout: 252 seconds]
21:31
mando has joined #rubygems
21:35
yerhot has quit [Ping timeout: 264 seconds]
21:36
teancom has quit [Remote host closed the connection]
21:36
baburdick has quit [Read error: Connection reset by peer]
21:37
baburdick has joined #rubygems
21:37
therealadam has quit [Remote host closed the connection]
21:39
dangerousdave has quit [Remote host closed the connection]
21:47
thereala_ has joined #rubygems
21:49
the_mentat has quit [Quit: Computer has gone to sleep.]
21:53
the_mentat has joined #rubygems
21:53
wolfeidau has quit [Remote host closed the connection]
21:54
havenwood has quit [Ping timeout: 255 seconds]
21:55
mikeg has joined #rubygems
21:56
<
mikeg >
hey. I installed rubygems-update 1.8.25. shouldn't I see that reflected in the 'gem env' output?
21:56
<
mikeg >
if I do a 'gem list' I see rubygems-update (1.8.25)
21:57
<
mikeg >
but 'gem env' shows: RubyGems Environment:
21:57
<
mikeg >
- RUBYGEMS VERSION: 1.3.7
21:59
havenwood has joined #rubygems
21:59
<
mikeg >
ok. maybe answered my own question. if I install 2.0.0, for instance, using 'gem update --system' it's reflected in the 'gem env' output
21:59
gearaholic has quit [Remote host closed the connection]
21:59
<
mikeg >
but if I install it with 'sudo gem install rubygems-update -v 2.0.0' the 'gem env' output isn't update
22:00
<
mikeg >
does 'gem update --system' do anything more than just installing the "latest" rubygems-update gem?
22:02
<
qrush >
woo!!! 2.0!
22:02
<
qrush >
sorry i've been MIA :(
22:02
Elhu has joined #rubygems
22:03
<
mikeg >
figured it out. when installing manually you also have to run 'sudo update_rubygems'
22:04
Elhu has quit [Client Quit]
22:04
biff_tannen has quit [Read error: Connection reset by peer]
22:07
adkron_ has quit [Ping timeout: 276 seconds]
22:09
jcaudle has quit [Quit: jcaudle]
22:12
kgrz has quit [Quit: Computer has gone to sleep.]
22:14
tcopeland has quit [Quit: Leaving.]
22:16
wolfeidau has joined #rubygems
22:19
BigFatFatty has joined #rubygems
22:24
boffbowsh has quit [Ping timeout: 244 seconds]
22:27
the_mentat has quit []
22:30
mockra has quit [Remote host closed the connection]
22:34
imajes has quit [Excess Flood]
22:34
dvu has joined #rubygems
22:36
imajes has joined #rubygems
22:36
Elhu has joined #rubygems
22:41
mockra has joined #rubygems
22:42
Elhu has quit [Quit: Computer has gone to sleep.]
22:43
sferik has joined #rubygems
22:44
shigeya has joined #rubygems
22:45
cowboyd has quit [Remote host closed the connection]
22:45
shigeya has left #rubygems [#rubygems]
22:45
mr_ndrsn_ has joined #rubygems
22:46
mr_ndrsn_ has quit [Client Quit]
22:46
mr_ndrsn_ has joined #rubygems
22:47
yerhot has joined #rubygems
22:56
qmx is now known as qmx|brb
22:57
yerhot has quit [Remote host closed the connection]
22:59
stevenharman has quit [Quit: Leaving...]
23:02
ddv has quit [Ping timeout: 240 seconds]
23:04
khaase has quit [Ping timeout: 256 seconds]
23:05
ddv has joined #rubygems
23:06
khaase has joined #rubygems
23:08
twoism has left #rubygems [#rubygems]
23:08
peregrine81 has quit [Quit: Computer sleeping.]
23:12
tkramer has quit [Quit: Leaving]
23:13
qmx|brb is now known as qmx
23:15
<
mr_ndrsn_ >
Hm. That certainly looks plausible, but I've got no idea how to tell bundler to use that.
23:15
<
retro|cz >
You need to install it to system.
23:15
<
retro|cz >
mr_ndrsn_, mac based?
23:16
<
mr_ndrsn_ >
ya. rbenv
23:20
boffbowsh has joined #rubygems
23:20
<
havenwood >
mr_ndrsn_: On OS X with Homebrew I just added following to my .zshrc (.bash_profile or whatev): export SSL_CERT_FILE=/usr/local/etc/openssl/cacert.pem
23:22
<
havenwood >
raggi: Where should i put cacert.pem? That not right thing to do at all?
23:24
<
mr_ndrsn_ >
havenwood: I'm using rbenv, so 'export SSL_CERT_FILE=~/.rbenv/versions/2.0.0-p0/openssl/ssl/cacert.pem' did the trick. I'm still not certain why bundler's not picking up the cert in my install. Hmm.
23:27
dvu has quit [Remote host closed the connection]
23:27
qmx is now known as qmx|away
23:27
<
raggi >
havenwood: generating a list of ca certs, and not maintaining it up to date seems abd
23:28
<
raggi >
havenwood: what happens next time some intermediate ca dupes google.com?
23:28
<
havenwood >
raggi: So, pretending I was sane and informed, what would I do? (Pardon my ignorance.)
23:30
<
raggi >
another might be to cron up brew update && brew upgrade curl-ca-bundle
23:30
<
raggi >
if you trust the curl-ca-bundle author
23:30
<
mpapis >
havenwood, it was fixed in ruby-build /usr/local/etc/openssl/cacert.pem => /usr/local/etc/openssl/cert.pem
23:31
<
raggi >
mpapis: any luck applying that patch?
23:32
havenn_ has joined #rubygems
23:32
<
mr_ndrsn_ >
So, what is the regular dev supposed to do, short of manually managing certs for this? This can't be the standard workflow, right?
23:32
<
havenn_ >
raggi: If you replied, sry I missed it. Kicked my 4G USB accidentally. :(
23:33
<
raggi >
mpapis: you do realize this could very quickly come back to bite you?
23:33
havenwood has quit [Ping timeout: 244 seconds]
23:33
<
raggi >
mpapis: like, if geotrusts ca cert gets burned or the like
23:33
<
mpapis >
raggi, I know, but this is osx there is no standard
23:34
mikeg has quit [Quit: Leaving]
23:34
<
havenn_ >
raggi: Nvm, found #rubygems irclog.
23:34
<
mpapis >
raggi, and this will get updated any time users install rubies or run: rvm requirements
23:34
hltbra has joined #rubygems
23:34
<
raggi >
mpapis: because at least that will get maintained wiht rubygems
23:35
<
raggi >
mpapis: did you subscribe to any MLs to tell you when the keychain certs get updated, or install any local monitoring, os oyu know when to tell users to update?
23:35
<
mpapis >
raggi, in rvm2, for rvm1 it's most likely before any ruby is known
23:36
<
raggi >
i suppose in rvm you have enough stuff in the users shell you could do it on login if it's older than one hour
23:36
<
raggi >
or something
23:36
<
raggi >
anyway, i'll leave these thoughts to you
23:36
<
mpapis >
raggi, no I did not do any extra code to maintain the keys ... if you have any ideas just open me a ticket
23:36
<
raggi >
mpapis: well, you're the maintainer of a ca list now
23:37
<
raggi >
you guys essentially assumed that role, as part of this process
23:37
<
raggi >
meeting, bbiab
23:37
<
mpapis >
raggi, yeah, the autoupdate could be a good thing
23:39
lsegal has joined #rubygems
23:51
teancom has joined #rubygems
23:52
tcopeland has joined #rubygems
23:53
newUser1234 has quit [Remote host closed the connection]
23:56
thereala_ has quit [Remote host closed the connection]
23:57
havenn_ has quit [Remote host closed the connection]
23:57
teancom has quit [Remote host closed the connection]
23:58
roolo has joined #rubygems