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?
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>
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