Gem Developer Guide

Hello.

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

Thnaks!

···

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

Pedro Cardoso wrote:

Hello.

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

Thnaks!

http://www.rubygems.org/

···

--
Posted via http://www.ruby-forum.com/\.

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

···

On 10/1/07, Pedro Cardoso <cardosojp@netcabo.pt> wrote:

Hello.

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

Thnaks!
--

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 1, 2007, at 8:46 AM, Pedro Cardoso wrote:

Hello.

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

Thnaks!
--
Posted via http://www.ruby-forum.com/\.

Thnaks,

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

Tim Hunter wrote:

···

Pedro Cardoso wrote:

Hello.

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

Thnaks!

http://www.rubygems.org/

--
Posted via http://www.ruby-forum.com/\.

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

--
Posted via http://www.ruby-forum.com/\.

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/

···

--
Posted via http://www.ruby-forum.com/\.

Pedro Cardoso wrote:

Thnaks,

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

Tim Hunter wrote:

Pedro Cardoso wrote:

Hello.

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

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.

···

--
RMagick OS X Installer [http://rubyforge.org/projects/rmagick/\]
RMagick Hints & Tips [http://rubyforge.org/forum/forum.php?forum_id=1618\]
RMagick Installation FAQ [http://rmagick.rubyforge.org/install-faq.html\]

Use hoe:

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

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

···

On Oct 2, 2007, at 02:00 , Pedro Cardoso 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?

--
Poor workers blame their tools. Good workers build better tools. The
best workers get their tools to do the work for them. -- Syndicate Wars

Chris Lowis 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

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 Hunter wrote:

···

Pedro Cardoso 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.

--
Posted via http://www.ruby-forum.com/\.

There is info in several books.
Peter Cooper'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..