<odigity>
(Ignore rubygems-update gem for a minute.) rubygems is a package in the ruby stdlib, and stdlib packages don't get loaded until you require them, right? Yet when I start with an empty ruby script and call require, it seems to be using the overridden version from the rubygems package by default. How is that possible?
<odigity>
(as opposed to the default Kernel::require, which is not gem-aware)
<jhass>
odigity: rubygems is implicitly required since Ruby 1.9, you can turn that off with ruby --disable-gems
<odigity>
jhass, I see. Are there other stdlib packages that are always implicitly loaded?
<jhass>
not that I'm aware of
<odigity>
I just started IRB and ran `puts $LOADED_FEATURES.sort`. Definitely see rubygems there. :)
<jhass>
you can see what's loaded with ruby -e 'puts $LOADED_FEATURES'
<jhass>
ah, too slow :P
<jhass>
so monitor apparently, probably as a dependency of rubygems
<jhass>
pipework: not talking about lib/foo but the gems/foo part
<jhass>
well, foo-0.1.0
<pipework>
jhass: Ah, I see what you mean now.
<pipework>
imperator: Well, ruby seems to handle a whole host of characters just fine when they're not ascii and you're changing their case.
<imperator>
and now add in case insensitive filesytems :)
<pipework>
I think it'd be reasonable to either only use characters which work or to be able to provide a mapping from one character to the intended 'upper case' in your gemspec.
<imperator>
i can't wait for the cjkv gem names!
_djbkd has joined #rubygems
havenwood has joined #rubygems
havenwood has quit [Ping timeout: 244 seconds]
Gidogeek has joined #rubygems
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
_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
havenwood has joined #rubygems
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
_djbkd has quit [Ping timeout: 250 seconds]
_djbkd has joined #rubygems
havenn has joined #rubygems
havenwood has quit [Ping timeout: 250 seconds]
havenwood has joined #rubygems
havenn has quit [Ping timeout: 265 seconds]
_djbkd has quit [Read error: Connection reset by peer]
_djbkd has joined #rubygems
_djbkd has quit [Remote host closed the connection]
havenn has joined #rubygems
_djbkd has joined #rubygems
havenwood has quit [Ping timeout: 246 seconds]
_djbkd has quit [Read error: Connection reset by peer]
_djbkd has joined #rubygems
havenn is now known as havenwood
Gidogeek has quit [Quit: (null)]
bbrowning is now known as bbrowning_away
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
imperator has quit [Quit: Leaving]
djbkd_ has joined #rubygems
_djbkd has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 250 seconds]
djbkd_ has quit [Read error: Connection reset by peer]
_djbkd has joined #rubygems
bffff_ has quit [Quit: Connection closed for inactivity]