Rakefile in curly-templates-0.1.1 vs Rakefile in curly-templates-0.2.0

- old
+ new

@@ -50,17 +50,9 @@ task :default => :spec require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) -require 'rdoc/task' -Rake::RDocTask.new do |rdoc| - rdoc.rdoc_dir = 'rdoc' - rdoc.title = "#{name} #{version}" - rdoc.rdoc_files.include('README*') - rdoc.rdoc_files.include('lib/**/*.rb') -end - desc "Open an irb session preloaded with this library" task :console do sh "irb -rubygems -r ./lib/#{name}.rb" end