M
Markus Fischer
Hi,
when trying
$ gem list --remote --details
I get
*** REMOTE GEMS ***
ERROR: While executing gem ... (NoMethodError)
undefined method `empty?' for #<Syck:rivateType:0x99f0804
@value="", @type_id="null">
$ ruby -v
ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]
Installed via rvm.
Is there anything I can do to fix this?
gem list --remote works, but I'd like to see more information. The
default output doesn't describe what the package really does and often
the names are ambiguous.
thx,
- Markus
when trying
$ gem list --remote --details
I get
*** REMOTE GEMS ***
ERROR: While executing gem ... (NoMethodError)
undefined method `empty?' for #<Syck:rivateType:0x99f0804
@value="", @type_id="null">
$ ruby -v
ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]
Installed via rvm.
Is there anything I can do to fix this?
gem list --remote works, but I'd like to see more information. The
default output doesn't describe what the package really does and often
the names are ambiguous.
thx,
- Markus