Skip to content

Instantly share code, notes, and snippets.

@myabc
Created October 31, 2009 21:55
Show Gist options
  • Save myabc/223267 to your computer and use it in GitHub Desktop.
Save myabc/223267 to your computer and use it in GitHub Desktop.
From 1fbf8b742adecf0d3a2f30e3f8c31bd897a747eb Mon Sep 17 00:00:00 2001
From: Alex Coles <[email protected]>
Date: Sat, 31 Oct 2009 22:54:43 +0100
Subject: [PATCH] Remove tar requirement to placate Windows
Signed-off-by: Alex Coles <[email protected]>
---
tasks/hoe.rb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tasks/hoe.rb b/tasks/hoe.rb
index 592e7d4..dbca0b8 100644
--- a/tasks/hoe.rb
+++ b/tasks/hoe.rb
@@ -42,4 +42,6 @@ hoe = Hoe.spec(GEM_NAME) do
self.clean_globs |= %w[ {coverage,doc,log,tmp} **/*.{log,db} profile_results.* **/.DS_Store spec/db ]
self.extra_deps |= GEM_DEPENDENCIES
+
+ self.need_tar = false
end
--
1.6.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment