projects
/
redact.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65d027a
)
Removed the ancient Rake version test.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Tue, 27 Mar 2007 18:23:05 +0000
(20:23 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Tue, 27 Mar 2007 18:23:05 +0000
(20:23 +0200)
Rakefile
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index 4a17865ab8e4e7e1d0579ffbeda8052a0afc6032..14901ca220a0551062c47393a2a9497e864119bc 100644
(file)
--- a/
Rakefile
+++ b/
Rakefile
@@
-5,11
+5,6
@@
require "rake/packagetask"
require "rake/contrib/compositepublisher.rb"
require "rake/contrib/sshpublisher"
-# make sure we run at least Rake 0.5.0
-if (RAKEVERSION.split(".").map { |p| p.to_i } <=> [0, 5, 0]) < 0
- raise("Rake 0.5.0 or greater required")
-end
-
PKG_NAME = "redact"
PKG_VERSION = File.read("lib/redact/redact.rb").
match(/^\s*VERSION = \"(.*)\"\s*$/).captures.first