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.

···

--
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 Biedenharn http://agileconsultingllc.com
Rob@AgileConsultingLLC.com

···

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

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.

-- Alex

Rob Biedenharn wrote:

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.

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

That looks like it. Thanks.

···

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

--
Alex