Rakefile in caramelize-0.0.3 vs Rakefile in caramelize-0.1.0

- old
+ new

@@ -1,2 +1,9 @@ require 'bundler' +require 'rdoc/task' + Bundler::GemHelper.install_tasks + +Rake::RDocTask.new do |rd| + rd.main = "README.rdoc" + rd.rdoc_files.include( "lib/**/*.rb") +end \ No newline at end of file