[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[RUBYGEMS] Instiki gem packaging - need help

Alexey Verkhovsky

1/7/2005 9:49:00 AM

Dear Rubygems experts,

If you want to see Instiki (the most popular Ruby application that is
not a Ruby programming tool) released as gem, please help me to get
around
http://rubyforge.org/tracker/index.php?func=detail&aid=1301&group_id=126&am...,
or to otherwise confirm that the gem can be remotely installed with all
dependencies by

gem install instiki
instiki
No Step Three (TM)

You can build the gem from Instiki CVS thus:

cvs -d:pserver:anonymous@rubyforge.org:/var/cvs/instiki login
cvs -z3 -d:pserver:anonymous@rubyforge.org:/var/cvs/instiki co instiki
cd instiki
rake clean package
cd pkg
ls -l instiki-0.9.2.gem

I'd be grateful for any feedback on the gem packaging code itself.

Instiki 0.9.2 tomorrow!

Best regards,
Alexey Verkhovsky


4 Answers

Alexey Verkhovsky

1/7/2005 7:53:00 PM

0

Alexey Verkhovsky wrote:

> If you want to see Instiki (the most popular Ruby application that is
> not a Ruby programming tool) released as gem, please help me to get
> around
> http://rubyforge.org/tracker/index.php?func=detail&aid=1301&group_id=126&am...,
> or to otherwise confirm that the gem can be remotely installed with
> all dependencies by


Update: the gem has been released to the RubyForge "experimentally", and
seems to be doing more or less OK (please email me if it's not working
for you). The problem above apparently has something to do with
gem_server, rather than with the gem itself.

Best regards,
Alexey Verkhovsky


Chad Fowler

1/7/2005 8:05:00 PM

0

On Fri, 7 Jan 2005 18:48:39 +0900, Alexey Verkhovsky <alex@verk.info> wrote:
> Dear Rubygems experts,
>
> If you want to see Instiki (the most popular Ruby application that is
> not a Ruby programming tool) released as gem, please help me to get
> around
> http://rubyforge.org/tracker/index.php?func=detail&aid=1301&group_id=126&am...,
> or to otherwise confirm that the gem can be remotely installed with all
> dependencies by
>
> gem install instiki
> instiki
> No Step Three (TM)
>
> You can build the gem from Instiki CVS thus:
>
> cvs -d:pserver:anonymous@rubyforge.org:/var/cvs/instiki login
> cvs -z3 -d:pserver:anonymous@rubyforge.org:/var/cvs/instiki co instiki
> cd instiki
> rake clean package
> cd pkg
> ls -l instiki-0.9.2.gem
>
> I'd be grateful for any feedback on the gem packaging code itself.
>
> Instiki 0.9.2 tomorrow!
>

Great, Alexey! I installed it fine on Windows but ran into some
problems I need to look into on Linux (haven't had a chance on Mac OS
yet). Instiki as a gem is _definitely_ a great thing. It's great to
see that you've taken the reigns on this one!

--

Chad Fowler
http://chad...
http://rubyc...
http://ruby...
http://rubygems.rub... (over 50,000 gems served!)


gabriele renzi

1/7/2005 8:30:00 PM

0

Chad Fowler ha scritto:

>
>
> Great, Alexey! I installed it fine on Windows but ran into some
> problems I need to look into on Linux (haven't had a chance on Mac OS
> yet). Instiki as a gem is _definitely_ a great thing. It's great to
> see that you've taken the reigns on this one!
>

and in general is nice to see that instiki gets an 'official' update,
thanks for it :)

Tom Copeland

1/7/2005 8:51:00 PM

0

On Fri, 2005-01-07 at 15:31, gabriele renzi wrote:
> and in general is nice to see that instiki gets an 'official' update,
> thanks for it :)

Yup, nice to see movement here again!

http://instiki.rubyforge.org/statcv...

Yours,

tom