Gem unpack problem

Does anybody have any idea why this happens?

$ gem unpack hoe-1.1.7.gem
ERROR: While executing gem … (ArgumentError)
install directory “hoe-1.1.7” not absolute
$ gem unpack hoe
ERROR: While executing gem … (ArgumentError)
install directory “hoe-1.1.7” not absolute
$ gem -v
0.9.1

This is on a relatively fresh Ubuntu install.

On Jan 25, 2007, at 6:31 AM, Alex Y. wrote:

This is on a relatively fresh Ubuntu install.


Alex

https://rubyforge.org/tracker/index.php?
func=detail&aid=7980&group_id=126&atid=575

Probably a bug. There’s a suggested fix in the ticket comments.

-Rob

Rob B. http://agileconsultingllc.com
[email protected]

Rob B. wrote:

install directory "hoe-1.1.7" not absolute

Probably a bug. There’s a suggested fix in the ticket comments.
That looks like it. Thanks.