def generate_rakefile
      gemfile = File.read File.expand_path("../templates/Rakefile.erb", __FILE__)
      erb = ERB.new gemfile, 0, '-'

      File.open "#{@destination}/Rakefile", "w" do |f|