Savon v3 is under development. This issue will track the upgrade process once that gem has an official release on Rubygems.
Specific issues related to this gem:
Savon::Model has been removed. This is used by the Service class.
The way requests are built has been changed. Will need to re-examine how to inject MindBody credentials into the request.
Savon is swiching its underlying HTTP adapter to HTTPClient. Due to MindBody API calls not being particularly fast for large requests, I'd much prefer using something like patron or curb. Will most likely end up creating a new gem to implement the driver for one of these.
Savon v3 is under development. This issue will track the upgrade process once that gem has an official release on Rubygems.
Specific issues related to this gem:
Savon::Model
has been removed. This is used by theService
class.patron
orcurb
. Will most likely end up creating a new gem to implement the driver for one of these.