Skip to content

Instantly share code, notes, and snippets.

@julik
Created January 9, 2009 20:23
Show Gist options
  • Save julik/45262 to your computer and use it in GitHub Desktop.
Save julik/45262 to your computer and use it in GitHub Desktop.
From 2c9be0a2e7d52ba35b3d1f67766d637eb28aade2 Mon Sep 17 00:00:00 2001
From: julik <julik@65967661-7906-0410-b21e-e24373c15fab>
Date: Fri, 19 Dec 2008 03:08:58 +0000
Subject: [PATCH] Add Rubyforge version
---
Rakefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Rakefile b/Rakefile
index b7f9d09..f019312 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,4 +5,5 @@ require './lib/timecode.rb'
Hoe.new('timecode', Timecode::VERSION) do |p|
p.developer('Julik', '[email protected]')
p.extra_deps.reject! {|e| e[0] == 'hoe' }
+ p.rubyforge_name = 'wiretap'
end
\ No newline at end of file
--
1.6.0.6+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment