summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2010-02-23 15:45:23 -0800
committerRyan Davis <ryand@zenspider.com>2010-02-23 15:45:23 -0800
commit20f4dfd7b82862b8e10d5ace8e90fc9697afa1de (patch)
tree0882ec637499a17035fb2519d5e2a19e7399f304 /Rakefile
parentc129a58a2399390b26dd20f997bf0c3d13ec33ca (diff)
downloadhoe-20f4dfd7b82862b8e10d5ace8e90fc9697afa1de.tar.gz
+ Added require_ruby_version and require_rubygems_version.
+ Hoe now depends on rubygems 1.3.6 instead of the gemcutter gem. [git-p4: depot-paths = "//src/hoe/dev/": change = 5681]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 48d8d18..ce85f0d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -14,6 +14,7 @@ Hoe.spec "hoe" do
blog_categories << "Seattle.rb" << "Ruby"
pluggable!
+ require_ruby_version '>= 1.3.6'
end
task :plugins do