The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
codeforpeople's rubyforge 0.2.2 released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ryan Davis

Posts: 651
Nickname: zenspider
Registered: Oct, 2004

Ryan Davis is a ruby nerd.
codeforpeople's rubyforge 0.2.2 released Posted: Sep 20, 2006 6:01 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Ryan Davis.
Original Post: codeforpeople's rubyforge 0.2.2 released
Feed Title: Polishing Ruby
Feed URL: http://blog.zenspider.com/index.rdf
Feed Description: Musings on Ruby and the Ruby Community...
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Ryan Davis
Latest Posts From Polishing Ruby

Advertisement
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!)

Read: codeforpeople's rubyforge 0.2.2 released

Topic: Amazon EC2 + Rails Previous Topic   Next Topic Topic: Madison Area Technical College teaches Ruby on Rails

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use