[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

gem packaging documentation

Brian Candler

3/9/2007 4:24:00 PM

http://rubygems.org/read...
"This is a skimpy overview; see the DeveloperGuide for the real meat."

I'm probably being stupid, but I can't find it. Can somebody point me in the
right direction please?

(Problem I'm trying to solve: I need to package up ruby-oci8 into RPM. I
need to decide whether I'd better served by packaging it as a gem, then
using gem2spec; or just packaging it as a native RPM. I've never built a
rubygem before so I need some "start here" documentation)

Thanks,

Brian.

1 Answer

Lyle Johnson

3/9/2007 6:00:00 PM

0

On 3/9/07, Brian Candler <B.Candler@pobox.com> wrote:

> http://rubygems.org/read...
> "This is a skimpy overview; see the DeveloperGuide for the real meat."
>
> I'm probably being stupid, but I can't find it. Can somebody point me in the
> right direction please?

I don't think it exists, see:

http://rubyforge.org/pipermail/rubygems-developers/2006-June/0...

I'll defer to someone with more experience on the question of native
RPM versus a gem2spec-based RPM.