fastruby / harvesting

Ruby wrapper for the Harvest API v2
MIT License
28 stars 30 forks source link

Fix error when delete entity request goes wrong #61

Closed martinjaimem closed 3 years ago

martinjaimem commented 3 years ago

Closes #60

bronzdoc commented 3 years ago

@martinjaimem can you add a test for this?

etagwerker commented 3 years ago

@martinjaimem @bronzdoc I went ahead and added a test over here: https://github.com/fastruby/harvesting/commit/b211ff39f00acf6513bc7de7d3a4fd14f8fe6f23#diff-e9c4f6f93bc0a6899ca789ad7f1002c294d9850ccc2cd8c8cd9f4831c364d145R115

etagwerker commented 3 years ago

@martinjaimem @bronzdoc Just released this fix in v0.5.1: https://rubygems.org/gems/harvesting/versions/0.5.1 -- Thanks! 💯