dblessing / rundeck-ruby

Rundeck Ruby Client - A Ruby wrapper around the Rundeck API
http://blessing.io/rundeck-ruby/
BSD 2-Clause "Simplified" License
17 stars 11 forks source link

Fix response bug #24

Closed alonbr closed 9 years ago

dblessing commented 9 years ago

Hi @alonbr. The net changes here are nil. Are you still testing something?

Tests will likely still fail if you change anything, but we can address that by updating the cassette. Is your Rundeck not returning an execution wrapped in result? What version of Rundeck are you running?

dblessing commented 9 years ago

I think this is related to http://rundeck.org/docs/history/version-2.4.0.html#compatibility-notes -

There was a 'bug' that this client was coded against which is now 'fixed'. Bummer... My concern is how many other endpoints does this affect? I will likely need to re-run with new cassettes against version 2.4.0.

dblessing commented 9 years ago

Thanks for reporting this issue. I pushed a temporary fix for this in #26. Update to version 1.0.2 and you should be fine.