Gem Developer Guide

Hello.

Can someone tell me where is the developer guide to the ruby gems?

Thnaks!

Pedro C. wrote:

Hello.

Can someone tell me where is the developer guide to the ruby gems?

Thnaks!

http://www.rubygems.org/

Thnaks,

I’m so sorry, but I don’t seem to be able to find de dev guide in
there… just a reference…

Tim H. wrote:

Pedro C. wrote:

Hello.

Can someone tell me where is the developer guide to the ruby gems?

Thnaks!

http://www.rubygems.org/

Pedro C. wrote:

Thnaks!
http://www.rubygems.org/

AFAIK that’s as close to a “dev guide” as there is. Perhaps somebody
else knows better than I do.

Well…

Maybe I didn’t serached it well… or that’s just de ruby stile… but
I dind’t found anything that tells me what structure to use for file or
anything like that…

Tim H. wrote:

Pedro C. wrote:

Thnaks!
http://www.rubygems.org/

AFAIK that’s as close to a “dev guide” as there is. Perhaps somebody
else knows better than I do.

There is info in several books.
Peter C.'s Beginning Ruby has it
I believe the pickaxe book has it
Ruby Cookbook has it
Should be there in rubygems.org too…
http://rubygems.org/read/chapter/5

AFAIK it’s only in English now, which is unfortunate.
We do need more effort at doc translation in the Ruby community…

On 10/1/07, Pedro C. [email protected] wrote:

Hello.

Can someone tell me where is the developer guide to the ruby gems?

Thnaks!

What kind of information are you looking for?
We can probably help you if you have something specific.

If you are just looking for information on how to create a ruby gem
package, I wrote a quick howto here:

http://www.5dollarwhitebox.org/drupal/creating_a_rubygem_package

Hi!

Thanks. That is enough I think :slight_smile:

I was thinking in putting a rake that I will use for many projects in a
gem, but I’m getting the feeling that that’s not right…

What do you guyes recomend?

BJ Dierkes wrote:

If you are just looking for information on how to create a ruby gem
package, I wrote a quick howto here:

http://www.5dollarwhitebox.org/drupal/creating_a_rubygem_package

On Oct 2, 2007, at 02:00 , Pedro C. wrote:

I was thinking in putting a rake that I will use for many projects
in a
gem, but I’m getting the feeling that that’s not right…

What do you guyes recomend?

Use hoe:

http://seattlerb.rubyforge.org/hoe/

It handles everything you need for building gems and publishing them,
including generating a nice announcement email.

Chris L. wrote:

Also of interest :

http://drnicwilliams.com/2006/10/11/generating-new-gems/

Or Rabal a similar project:
http://copiousfreetime.rubyforge.org/rabal/

Regards
Jan

If you are just looking for information on how to create a ruby gem
package, I wrote a quick howto here:

http://www.5dollarwhitebox.org/drupal/creating_a_rubygem_package

Also of interest :

http://drnicwilliams.com/2006/10/11/generating-new-gems/