Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > Raking Rubygems

Reply
Thread Tools

Raking Rubygems

 
 
Bil Kleb
Guest
Posts: n/a
 
      04-06-2006
So I'm finally getting around to learning how to package
a gem with rake, and I've found that in addition to Chad's
wonderful Pickaxe writeup, looking at other people's Rakefiles
has been a great help.

However, at least one question still lingers:

In Rake's Rakefile, I am puzzled by why lines 176-179 are
not replaced by s.rdoc_options=rd.options similar to
the way s.extra_rdoc_files=rd.rdoc_files is done on the
line before -- see

http://rubyforge.org/plugins/scmsvn/...1.73&root=rake

Jim, in case you read this, there is a typo in the
the header comments -> "is may be"?

FWIW, it took me forever to figure out that I needed to use

rake package

to get rake to spit out all three types of packages I had
requested; Chad's Pickaxe writeup only has an explicit-
target example, so I was doing,

rake pkg/fUnit-0.0.1.gem
rake pkg/fUnit-0.0.1.tgz
rake pkg/fUnit-0.0.1.zip

If you want to take a look at my current Rakefile mess,
and offer patches, see

http://rubyforge.org/plugins/scmsvn/...it&view=markup

Thanks,
--
Bil
http://fun3d.larc.nasa.gov
 
Reply With Quote
 
 
 
 
Trans
Guest
Posts: n/a
 
      04-06-2006
To make life a bit easier you might like to know about Reap.

http://reap.rubyforge.org

Current version is still a little rough around the edges (I've recently
added 3 spanking new features) but most of those will be ironed out
soon. I use it all the time, so if you have any questions I'm readiy
available.

T.

 
Reply With Quote
 
 
 
 
Bil Kleb
Guest
Posts: n/a
 
      04-06-2006
Trans wrote:
> To make life a bit easier you might like to know about Reap.
>
> http://reap.rubyforge.org


Life so far hasn't been too hard, but I'll take a gander...

Thanks,
--
Bil
http://fun3d.larc.nasa.gov
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rubygems 1.3.5 can't load 'rubygems/defaults/operating_sy..' Eric Roscher Ruby 3 11-24-2009 01:07 AM
[BUG] RubyGems: "No such file to load -- rubygems/builder" Erik Veenstra Ruby 4 02-04-2005 10:28 PM
Problems with fresh install of RubyGems on Ubuntu Linux: No suchfile to load -- rubygems/builder (LoadError) Trevor Ruby 5 01-29-2005 12:52 AM
RubyGems news? Phil Tomson Ruby 2 01-24-2004 06:27 PM
RubyGems and dependencies Francis Hwang Ruby 2 12-24-2003 05:09 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57