[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

GemSpecification format detail where ???

pere.noel

8/29/2006 4:29:00 PM


i'm looking for GemSpecification format detail the page
<http://rubygems.rubyforge.org/wiki/wiki.pl?Develope... giving a
"dead" (?) link...
--
une bévue
4 Answers

Robin Stocker

8/29/2006 6:08:00 PM

0

Une bévue wrote:
> i'm looking for GemSpecification format detail the page
> <http://rubygems.rubyforge.org/wiki/wiki.pl?Develope... giving a
> "dead" (?) link...

The primary place for RubyGems documentation is here:
http://docs.rub...

You're looking for book 4, the GemSpec reference.
(I just changed the wiki page to point to this book.)

Robin

pere.noel

8/30/2006 5:26:00 AM

0

Robin Stocker <robin@nibor.org> wrote:

> You're looking for book 4, the GemSpec reference.
> (I just changed the wiki page to point to this book.)

fine thanxs !
--
une bévue

Jim Weirich

8/31/2006 12:31:00 PM

0

Robin Stocker wrote:
> Une b�vue wrote:
>> i'm looking for GemSpecification format detail the page
>> <http://rubygems.rubyforge.org/wiki/wiki.pl?Develope... giving a
>> "dead" (?) link...
>
> The primary place for RubyGems documentation is here:
> http://docs.rub...

In fact, the wiki mentioned above is extremely out of date and has been
abandoned due to spam. All current RubyGems documentation is on the
docs.rubygems.org website now.

I've had Tom disable the wiki so that folks will not be misled into
thinking it was current.

-- Jim Weirich

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

pere.noel

8/31/2006 1:03:00 PM

0

Jim Weirich <jim@weirichhouse.org> wrote:

>
> In fact, the wiki mentioned above is extremely out of date and has been
> abandoned due to spam. All current RubyGems documentation is on the
> docs.rubygems.org website now.
>
> I've had Tom disable the wiki so that folks will not be misled into
> thinking it was current.

ok thanks, i did arrange myself using an example from a Jabbaer extion
to ruby.

what surprised me, is in that it's really easy to write a gemspec even
for a C ext to ruby...
--
une bévue