summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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"