Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamWhited/4739367 to your computer and use it in GitHub Desktop.
Save SamWhited/4739367 to your computer and use it in GitHub Desktop.
Remove deprecated gempackagetask from Radiant CMS (https://github.com/radiant/radiant)
From 9046e5a23499218f14d84a1d555abda1cf1c1c66 Mon Sep 17 00:00:00 2001
From: Sam Whited <sam@samwhited.com>
Date: Fri, 8 Feb 2013 09:33:26 -0500
Subject: [PATCH] Remove deprecated rake/gempackagetask
---
lib/tasks/release.rake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/tasks/release.rake b/lib/tasks/release.rake
index fcb7ae1..c5940e7 100644
--- a/lib/tasks/release.rake
+++ b/lib/tasks/release.rake
@@ -1,7 +1,7 @@
require 'rubygems'
require 'rake/testtask'
require 'rdoc/task'
-require 'rake/gempackagetask'
+require 'rubygems/package_task'
require 'radiant'
.
PKG_NAME = 'radiant'
--.
1.7.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment