anjlab / yandex-disk

Ruby client for Yandex.Disk with backup gem support
MIT License
33 stars 13 forks source link

Fixes a publishing bug #9

Closed programrails closed 6 years ago

programrails commented 6 years ago

Here's a bug found. Your code did not work as wanted. The call disk.make_public('/path/to/remote/dir/or/file') Returned {:public_url=>"HTTP/1.1 200 OK"} Instead of the documented {:public_url=>"https://yadi.sk/i/B98Qjxxx3S5QJ"} Now it works correctly.