[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Where is Wee?

Saji N. Hameed

4/6/2009 10:00:00 AM

Hi Michael,

From where does one grab the latest version of wee?
( the rubyforge version is not the latest, right?)
saji
--

> Funny that Seaside is reducing continuations while I am increasing or
> "stabilizing" continuation support in my Seaside-inspired framework Wee, due
> to the fact that continuations became pretty stable in Ruby 1.9.
>
> Regards,
>
> Michael

--
Saji N. Hameed

APEC Climate Center
1463 U-dong, Haeundae-gu, +82 51 745 3951
BUSAN 612-020, KOREA saji@apcc21.net
Fax: +82-51-745-3999




2 Answers

Michael Neumann

4/6/2009 12:18:00 PM

0

Saji N. Hameed wrote:

> Hi Michael,
>
> From where does one grab the latest version of wee?
> ( the rubyforge version is not the latest, right?)

Hi,

The best way is to download the most current version from
http://github.com/mneumann/wee/t...:

git clone git://github.com/mneumann/wee.git

Version 2.0 of wee will be out very soon. Basically, I just have to
clean up some examples, before I'll release it.

Regards,

Michael



Michael Neumann

4/7/2009 10:30:00 AM

0

Michael Neumann wrote:
> Saji N. Hameed wrote:
>
>> Hi Michael,
>>
>> From where does one grab the latest version of wee?
>> ( the rubyforge version is not the latest, right?)
>
> Hi,
>
> The best way is to download the most current version from
> http://github.com/mneumann/wee/t...:
>
> git clone git://github.com/mneumann/wee.git
>
> Version 2.0 of wee will be out very soon. Basically, I just have to
> clean up some examples, before I'll release it.

I just release Wee 2.0.0, so you can install it via:

gem install wee --version=2.0.0

Regards,

Michael
--
Posted via http://www.ruby-....