Rakefile in ffi-icu-0.0.6 vs Rakefile in ffi-icu-0.0.7
- old
+ new
@@ -19,10 +19,10 @@
task :default => :spec
begin
require 'yard'
YARD::Rake::YardocTask.new
-rescue LoadError
+rescue
task :yardoc do
abort "YARD is not available. In order to run yardoc, you must: sudo gem install yard"
end
end