README.md in savon-multipart-1.2.0 vs README.md in savon-multipart-2.0.0

- old
+ new

@@ -1,9 +1,22 @@ -Savon Multipart [![Build Status](http://travis-ci.org/savonrb/savon-multipart.png)](http://travis-ci.org/savonrb/savon-multipart) +Savon Multipart [![Build Status](https://secure.travis-ci.org/savonrb/savon-multipart.png)](http://travis-ci.org/savonrb/savon-multipart) =============== Adds multipart support (SOAP with Attachments) to [Savon](https://github.com/savonrb/savon). -Please test and provide feedback so we can merge this into Savon proper. +Please test and provide feedback so we can support as many multipart-soap messages as possible. + + +Savon2 +------ + +Recently Savon launched a rewrite that broke compatibility with savon-multipart. If you're using savon +version 1, this should just work, but if you'd like to use Savon2, you will probably want to specify +something like this in your Gemfile + + +``` +gem 'savon-multipart', :git => 'https://github.com/tjarratt/savon-multipart.git', :branch => 'savon2' +``` Installation ------------