pusewicz has quit [Read error: Connection reset by peer]
pusewicz has joined #ruby
grenierm has quit [Ping timeout: 250 seconds]
xdminsy has quit [Quit: Konversation terminated!]
xdminsy has joined #ruby
desnudopenguino has quit [Ping timeout: 256 seconds]
pusewicz has quit [Read error: Connection reset by peer]
pusewicz has joined #ruby
pusewicz has quit [Client Quit]
pusewicz has joined #ruby
Linux_Kerio has joined #ruby
some14u has joined #ruby
some14u has quit [Client Quit]
Triviality has joined #ruby
mtm has quit [Ping timeout: 264 seconds]
mtm has joined #ruby
kinduff has quit [Ping timeout: 256 seconds]
brokkoli_origin has quit [Ping timeout: 268 seconds]
shiru has joined #ruby
Lantizia|Work_ has quit [Read error: Connection reset by peer]
brokkoli_origin has joined #ruby
konsolebox has quit [Ping timeout: 268 seconds]
brokkoli_origin has quit [Ping timeout: 240 seconds]
brokkoli_origin has joined #ruby
<adam12>
rdsm: Rubygems (Gem) knows about all installed gems. When the gem is installed, the gemspec exists in the .gem package, bus is stored elsewhere. You can use Gem.loaded_specifications or Gem::Specifiction.load in this case to access the gemspec.
<adam12>
rdsm: In this case, Gem::Specification.load expects a full path to a .gemspec, which with the example you provided, is likely the current directory (Dir.pwd). So unless that .gemspec is in same path as where you're running command, it's likely this code that's broken.
graywolf has joined #ruby
mtm has quit [Read error: Connection reset by peer]
mtm has joined #ruby
konsolebox has joined #ruby
sadome has joined #ruby
sadome has quit [Changing host]
sadome has joined #ruby
sadome has quit [Excess Flood]
eddof13 has joined #ruby
shiru has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
hightower3 has joined #ruby
eddof13 has quit [Quit: eddof13]
eddof13 has joined #ruby
user71 has joined #ruby
hightower2 has quit [Quit: Leaving]
desnudopenguino has joined #ruby
eddof13 has quit [Quit: eddof13]
eddof13 has joined #ruby
Paris has joined #ruby
Paris has quit [Client Quit]
xdminsy has quit [Ping timeout: 256 seconds]
sarna has joined #ruby
pages has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
eddof13 has quit [Quit: eddof13]
rvalue has quit [Max SendQ exceeded]
Triviality has quit [Ping timeout: 252 seconds]
rvalue has joined #ruby
rvalue has quit [Max SendQ exceeded]
entropie has quit [Quit: ""]
rvalue has joined #ruby
pages has quit [Remote host closed the connection]
pages has joined #ruby
miah has quit [Server closed connection]
miah has joined #ruby
Starfoxxes has joined #ruby
eddof13 has joined #ruby
Goodbye_Vincent has quit [Remote host closed the connection]
Goodbye_Vincent has joined #ruby
entropie has joined #ruby
Linux_Kerio has quit [Ping timeout: 246 seconds]
Fusl has quit [Server closed connection]
some14u has joined #ruby
Fusl has joined #ruby
some14u has quit [Ping timeout: 252 seconds]
Starfoxxes has quit [Remote host closed the connection]
some14u has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eddof13 has quit [Quit: eddof13]
eddof13 has joined #ruby
some14u has joined #ruby
some14u has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
user71 has quit [Quit: Leaving]
fcser has quit [Server closed connection]
fcser has joined #ruby
eddof13 has quit [Quit: eddof13]
Tempesta has quit [Quit: See ya!]
tweaks has quit [Server closed connection]
tweaks has joined #ruby
Tempesta has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
eddof13 has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
xdminsy has joined #ruby
victori has quit [Ping timeout: 264 seconds]
graaff has quit [Server closed connection]
graaff has joined #ruby
eddof13 has quit [Quit: eddof13]
eddof13 has joined #ruby
dorian has joined #ruby
reffle has quit [Ping timeout: 268 seconds]
<dorian>
hey question: i just upgraded my loonix and had to reinstall all the gems and just fired up pry and the ^R action produces the string "bck:" which reeks of libedit rather than gnu readline
<dorian>
i cannot remember for the life of me how to force it to use proper readline. anybody familiar with this?
<dorian>
(i've installed readline-ext etc and `ldd` *looks* like it's linked against readline but the history search looks a heck of a lot like libedit)