RakeGem. Manage Ruby packages and releases using simple task files you customize yourself.

github.com/mojombo/rakegem

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2011
  • Merge pull request #3 from priteau/master
  • Remove deprecated default_executable from gemspec
October 2010
  • add descriptions to the rakefile
August 2010
  • Fix release tag pushing.
April 2010
  • move the require_path back to where it was with a comment
  • might as well replace the rubyforge_project name by default as well
  • abstract replace_header method, since this is the 3rd use of it
  • fix regexp bug
  • determine package name from name of gemspec
  • push only the specific tag (for safety)
  • add dependency examples to gemspec
  • add validation task
  • better desc for rcov
  • no need for this test
  • add a section about updating the version
  • add license and shout-out to sinatra
  • first commit