savonrb / savon-multipart

Heavy metal Ruby SOAP client with multipart support
MIT License
17 stars 48 forks source link

Remove pry-debugger #11

Closed dwilkie closed 10 years ago

dwilkie commented 10 years ago

Pry-debugger only works with Ruby 1.9 and depends on Readline (https://github.com/nixme/pry-debugger#caveats). I removed the dependency in the Gemfile and moved the development dependency on Pry to the gemspec

tjarratt commented 10 years ago

Thanks for the pull request @dwilkie! I wasn't aware that pry-debugger only worked on 1.9, that's quite unfortunate.