use sdoc-helpers gem

This commit is contained in:
Chris Wanstrath 2009-10-06 21:32:54 -07:00
parent 1a74c89910
commit f5894c2cfd

View File

@ -25,3 +25,9 @@ rescue LoadError
puts "Jeweler not available." puts "Jeweler not available."
puts "Install it with: gem install jeweler" puts "Install it with: gem install jeweler"
end end
begin
require 'sdoc_helpers'
rescue LoadError
puts "sdoc support not enabled. Please gem install sdoc-helpers."
end