codeforpeople's rubyforge 0.2.2 released

| | Comments (0)

The latest version has been released and makes deployment easier by having add_release return the release_id to be used in add_file. YAY!

Now deployment looks more like:

task :deploy => [:clean, :package] do
  rf = RubyForge.new
  rf.login
  release_id = rf.add_release 'group', 'project', '1.2.3', 'pkg/blah-1.2.3.tgz'
  rf.add_release 'group', 'project', release_id, 'pkg/blah-1.2.3.gem'
end

(without all those hard coded versions and paths and stuff... esp if you use Hoe!)

Leave a comment

About this Entry

This page contains a single entry by zenspider published on September 20, 2006 2:19 AM.

Farmer Ted uses Hoe to beat Rake (and RubyGems) was the previous entry in this blog.

Recursive Functions in RubyInline is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 4.32-en