I have been using the gem with some success, but just ran across an issue. I need to export records with survey fields (not a default it seems for the API), which in a basic Ruby curl request would be passing :exportSurveyFields => 'true'
Is there a simple way to inject this into the payload with the gem, or should I attempt to develop a change?