summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Hodel <drbrain@segment7.net>2009-05-22 13:28:52 -0800
committerEric Hodel <drbrain@segment7.net>2009-05-22 13:28:52 -0800
commit6e0f5971b58618de71be6ff6733e206ba34010ab (patch)
tree66f9782ecc11993aafd1c43dbccf8e29f6f6a2a8 /Rakefile
parent70e1ad3c7976822fbfe7e4954652ff0a29b3e2d5 (diff)
downloadhoe-6e0f5971b58618de71be6ff6733e206ba34010ab.tar.gz
! Now requires RubyGems > 1.3.3
+ Changes are now included in the gem's description [git-p4: depot-paths = "//src/hoe/dev/": change = 4969]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 7e279ec..c6757ad 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,6 +11,7 @@ Hoe.new("hoe", Hoe::VERSION) do |hoe|
hoe.testlib = :minitest
hoe.blog_categories << "Seattle.rb" << "Ruby"
+ hoe.spec_extras['required_rubygems_version'] = '> 1.3.3'
end
desc "Generate a list of tasks for doco. RDOC=1 for commented output"