lib/google_apps/transport.rb in google_apps-0.3.8 vs lib/google_apps/transport.rb in google_apps-0.3.9

- old
+ new

@@ -253,10 +253,10 @@ post_body << "Content-Type: application/atom+xml\n\n" post_body << properties.to_s post_body << "\n--#{BOUNDARY}\n" post_body << "Content-Type: message/rfc822\n\n" post_body << message.to_s - post_body << "--#{BOUNDARY}--}" + post_body << "\n--#{BOUNDARY}--}" post_body.join end end end \ No newline at end of file