huoxito has quit [Remote host closed the connection]
djbkd has quit [Read error: Connection reset by peer]
djbkd has joined #rubygems
djbkd has quit [Remote host closed the connection]
djbkd has joined #rubygems
tenderlove has quit [Ping timeout: 264 seconds]
<havenwood>
assuming a user exports `RUBYGEMS_GEMDEPS=-` is there a recommended way to temporarily run Ruby without RUBYGEMS_GEMDEPS? It seems an `ENV.delete 'RUBYGEMS_GEMDEPS'` on the first line of a script is too late.
<havenwood>
(we just don't want to use RUBYGEMS_GEMDEPS even though it's set)
<havenwood>
only thing we've come up with that works portably is `RUBYGEMS_GEMDEPS="" ...`, but it seemed suboptimal to set RUBYGEMS_GEMDEPS to an empty string rather than unsetting it.
<havenwood>
Would setting it to an empty string be the only way? Or am I missing a method of starting Ruby without it?
<havenwood>
I'll look more into how RubyGems implements it, but thought I'd ask here as well. :)
tenderlove has quit [Ping timeout: 245 seconds]
tenderlove has joined #rubygems
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubygems
zapnap has joined #rubygems
zapnap has left #rubygems [#rubygems]
zapnap has joined #rubygems
<zapnap>
hey peeps I haven't contributed in awhile... I have commit bit but I assume the best practice is PR + code review for any change no matter how small, correct?
<zapnap>
(this is a docs link change for rubydoc)
<zapnap>
also want to update the contributing guide to correct irc link info ;-)
<zapnap>
I assume that is alright to do without a PR ha
tcopeland has joined #rubygems
<drbrain>
havenwood: I don't think there's a way to start ruby without it
<drbrain>
zapnap: I don't make PRs for my own things
<drbrain>
but feel free to commit if you're confident
<zapnap>
drbrain: I would for any large feature of course, but for little things I usually just push it out... but some people have very specific workflows and I haven't been very involved as of late so figured I'd ask. sounds good.
<zapnap>
thanks.
zapnap has quit [Remote host closed the connection]
<havenwood>
drbrain: that's what it seemed like, thanks
<drbrain>
havenwood: RUBYGEMS_GEMDEPS= might work, but I'm unsure
havenwood has quit [Remote host closed the connection]
djbkd has quit [Remote host closed the connection]