[ANN] rpa-base 0.1.0 "kitanai"

just tried.

C:\download\ruby\sample>gem -Ri rpa-base
Attempting remote installation of 'rpa-base'
Successfully installed rpa-base version 0.1.0

fine...

C:\download\ruby\sample>rpa update
ruby: No such file or directory -- rpa (LoadError)

what gives here?.... (running winxp)

kind regards -botp

···

Mauricio Fernández [mailto:batsman.geo@yahoo.com] wrote:

So now they can do

gem -Ri rpa-base
rpa update
rpa install instiki

Looks like a Windows-specific problem with the RubyGems-generated
batch file for rpa. Adding to the TODO list.

Chad

···

On Thu, 17 Jun 2004 18:31:05 +0900, "Peña, Botp" <botp@delmonte-phil.com> wrote:

Mauricio Fernández [mailto:batsman.geo@yahoo.com] wrote:

> So now they can do
>
> gem -Ri rpa-base
> rpa update
> rpa install instiki

just tried.

C:\download\ruby\sample>gem -Ri rpa-base
Attempting remote installation of 'rpa-base'
Successfully installed rpa-base version 0.1.0

fine...

C:\download\ruby\sample>rpa update
ruby: No such file or directory -- rpa (LoadError)

what gives here?.... (running winxp)

It seems RubyGems is not generating the stub correctly :frowning:

Could you try to install it the normal way, i.e. downloading from
http://rubyforge.org/frs/?group_id=265
and running the included install.rb ?

···

On Thu, Jun 17, 2004 at 06:31:05PM +0900, "Peña, Botp" wrote:

Mauricio Fernández [mailto:batsman.geo@yahoo.com] wrote:

> So now they can do
>
> gem -Ri rpa-base
> rpa update
> rpa install instiki

just tried.

C:\download\ruby\sample>gem -Ri rpa-base
Attempting remote installation of 'rpa-base'
Successfully installed rpa-base version 0.1.0

fine...

C:\download\ruby\sample>rpa update
ruby: No such file or directory -- rpa (LoadError)

what gives here?.... (running winxp)

--
Running Debian GNU/Linux Sid (unstable)
batsman dot geo at yahoo dot com

Someone on IRC was very sad about the uptime of his machine wrapping
from 497 days to 0.
  -- linux-kernel

# >

···

On Thu, 17 Jun 2004, Chad Fowler wrote:
# On Thu, 17 Jun 2004 18:31:05 +0900, "Peña, Botp" <botp@delmonte-phil.com> wrote:
# > Mauricio Fernández [mailto:batsman.geo@yahoo.com] wrote:
# >
# > > So now they can do
# > >
# > > gem -Ri rpa-base
# > > rpa update
# > > rpa install instiki
# >
# > just tried.
# >
# > C:\download\ruby\sample>gem -Ri rpa-base
# > Attempting remote installation of 'rpa-base'
# > Successfully installed rpa-base version 0.1.0
# >
# > fine...
# >
# > C:\download\ruby\sample>rpa update
# > ruby: No such file or directory -- rpa (LoadError)
# >
# > what gives here?.... (running winxp)
# >
#
# Looks like a Windows-specific problem with the RubyGems-generated
# batch file for rpa. Adding to the TODO list.
#

FYI, this bug is fixed in CVS. Thanks for the report. We should have a
new release out soon, so the fix will be generally. We're testing some
fairly significant changes before another release, so it will probably be
next week at the soonest.

Chad