dvu has quit [Remote host closed the connection]
davispuh has quit [Ping timeout: 245 seconds]
havenwood has quit []
dknox has quit [Quit: Textual IRC Client: www.textualapp.com]
huoxito has joined #rubygems
seanlinsley has joined #rubygems
lsegal has joined #rubygems
robotblake has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tcopeland1 has joined #rubygems
tcopeland has quit [Ping timeout: 240 seconds]
jkline has quit [Quit: jkline]
denym_ is now known as denym_OFF
rmichael has quit [Quit: Leaving...]
havenwood has joined #rubygems
dvu has joined #rubygems
dvu has quit [Remote host closed the connection]
mkristian has joined #rubygems
robotblake has joined #rubygems
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #rubygems
mkristian has quit [Ping timeout: 272 seconds]
havenwood has quit [Remote host closed the connection]
denym_OFF is now known as denym_
robotblake has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
denym_ is now known as denym_OFF
adac has joined #rubygems
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
huoxito has quit [Remote host closed the connection]
huoxito has joined #rubygems
huoxito has quit [Remote host closed the connection]
huoxito has joined #rubygems
Kaltiz has quit [*.net *.split]
closer has quit [*.net *.split]
Kaltiz has joined #rubygems
adac has quit [Ping timeout: 246 seconds]
adac has joined #rubygems
adac has quit [Ping timeout: 260 seconds]
adam12 is now known as adam
adam is now known as Guest12126
adac has joined #rubygems
tcopeland has joined #rubygems
tcopeland1 has quit [Read error: Connection reset by peer]
adac has quit [Ping timeout: 264 seconds]
havenwood has joined #rubygems
Kaltiz has quit [Ping timeout: 272 seconds]
Kaltiz has joined #rubygems
swistak35 has joined #rubygems
<swistak35> Hi. Is there a way to tell rubygems during installation of some gem, to add one more path to search for libraries? Specifically, I have to install older version of rmagick, however it needs imagemagick compiled with --no-hdri. I could compile this imagemagick version in /opt, and then I would like to tell rmagick to look for imagemagick in /opt. Is it possible?
dwknoxy has joined #rubygems
kai3x5 has joined #rubygems
denym_OFF is now known as denym_
robotblake has joined #rubygems
davispuh has joined #rubygems
kai3x5 has quit [Quit: Textual IRC Client: www.textualapp.com]
kai3x5 has joined #rubygems
huoxito has quit [Remote host closed the connection]
lsegal has joined #rubygems
havenwood has quit [Remote host closed the connection]
huoxito has joined #rubygems
kai3x5 has quit [Quit: Textual IRC Client: www.textualapp.com]
dwknoxy has quit [Quit: Textual IRC Client: www.textualapp.com]
huoxito has quit [Remote host closed the connection]
pothibo has joined #rubygems
kai3x5 has joined #rubygems
robotblake has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pothibo has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
webguynow has quit [Ping timeout: 264 seconds]
Guest12126 is now known as adam12
shevy has joined #rubygems
<shevy> I can build a new gem
<shevy> but when I try to install this local gem
<shevy> ERROR: While executing gem ... (Gem::Exception)
<shevy> Unable to require openssl, install OpenSSL and rebuild ruby (preferred) or use non-HTTPS sources
<shevy> I require openssl
<shevy> does this behaviour make a lot of sense?
adac has joined #rubygems
JSharp has quit [Ping timeout: 250 seconds]
JSharp_ has joined #rubygems
JSharp_ is now known as Guest61613
kai3x5 has quit [Quit: Textual IRC Client: www.textualapp.com]
huoxito has joined #rubygems
huoxito has quit [Remote host closed the connection]
kai3x5 has joined #rubygems
<Rennex> shevy: makes enough sense to me
<shevy> Rennex why?
<shevy> hmm
<shevy> it seems that my statement was not entirely correct
<shevy> though I can't test it right now, openssl works
<Rennex> shevy: well building a gem is just a case of packaging some files, isn't it? but if you can't run that gem, that's a whole different matter
<shevy> Rennex nono, I mean I built that gem just the second before, it is my own gem too, a "gem install ./foo-1.0.gem" should work even without openssl
<shevy> but I am unsure how to test again, I recompiled ruby and it finished a few minutes before, and suddenly everything works
<shevy> and pushing new gems works as well, I am happy
<Rennex> hmm
<Rennex> so did you mean your own gem does NOT require openssl?
<shevy> of course not
<Rennex> didn't mean or doesn't require?
<shevy> I just wanted to test stuff, because I could no longer install local gems
<shevy> it does not use openssl
<shevy> but I think I found out why, I had a faulty entry in the alias that I used
<Rennex> ok...
<shevy> gem install --ignore-dependencies gem -no-ri -no-rdoc
<shevy> the second gem was a sloppy copy/paste error
<shevy> not 100% sure that this was the error, perhaps there was more than one error hehehe
<Rennex> heh, yeah
kai3x5 has quit [Quit: Textual IRC Client: www.textualapp.com]
<Rennex> as for "unintended" requirements... i feel like i'm being discriminated against these days, when i DON'T put ruby and rubygems under my home directory, but use the system ruby in the old-fashioned way
<Rennex> on a few occasions i've had to load a gem in a ruby script running as root, because the stupid thing has deferred some installation stuff to the first use, and it just assumes it has write permission to the dir where it's installed. tsk
yobber has joined #rubygems
kai3x5 has joined #rubygems
kai3x5 has quit [Quit: Textual IRC Client: www.textualapp.com]
kai3x5 has joined #rubygems
kai3x5 has quit [Client Quit]
huoxito has joined #rubygems
huoxito has quit [Remote host closed the connection]
huoxito has joined #rubygems
robotblake has joined #rubygems
shevy has left #rubygems ["I'll be back ... maybe"]
martinisoft has joined #rubygems
huoxito has quit [Remote host closed the connection]
huoxito has joined #rubygems
kai3x5 has joined #rubygems
huoxito has quit [Remote host closed the connection]
huoxito has joined #rubygems
martinisoft has quit [Quit: martinisoft]
havenwood has joined #rubygems
kai3x5 has quit [Read error: Connection reset by peer]
<havenwood> is it idiomatic to use `Gem.win_platform?` from a gem?
<havenwood> win goes by so many names, it'd be handy.. any reason not to use it?
<havenwood> i'm inclined to, but just curious if there's a caveat
adac has quit [Ping timeout: 272 seconds]