GemSpecification format detail where?

i’m looking for GemSpecification format detail the page
http://rubygems.rubyforge.org/wiki/wiki.pl?DeveloperGuide giving a
“dead” (?) link…

Une bévue wrote:

i’m looking for GemSpecification format detail the page
http://rubygems.rubyforge.org/wiki/wiki.pl?DeveloperGuide giving a
“dead” (?) link…

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

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

Robin

Robin S. [email protected] wrote:

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

fine thanxs !

Robin S. wrote:

Une b�vue wrote:

i’m looking for GemSpecification format detail the page
http://rubygems.rubyforge.org/wiki/wiki.pl?DeveloperGuide giving a
“dead” (?) link…

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

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

Jim W. [email protected] 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…