unwire / handsoap

Handsoap is a library for creating SOAP clients in Ruby
http://github.com/unwire/handsoap
225 stars 58 forks source link

Add curb as gem dependency #9

Closed pacoguzman closed 14 years ago

pacoguzman commented 14 years ago

Hi,

I'm trying to use handsoap in a clean ruby 1.8.7 installation and when I install handsoap I can't run it without curb gem installed.

Maybe could be posible to add curb as a gem dependecy

Thanks

troelskn commented 14 years ago

Thing is, Handsoap works with several drivers - not just curb. Adding curb as a dependency would make it impossible to install Handsoap without curb, which is a valid thing to do.