rlane / rbvmomi

Ruby interface to the VMware vSphere API. vmware/rbvmomi is the official repo.
MIT License
178 stars 0 forks source link

Stop using CURL for http connections #23

Closed calavera closed 8 years ago

calavera commented 12 years ago

Hi,

I've modified the code to stop using curl in favor or Excon, a great library for long http connections. It would be great if you could merge my changes on master and release a new version of the gem with them.

In the process, I've also added the Gemfile to work with bundler and make it easy to develop.

If you don't have any further interest in continue maintaining this library, please let me know, I'll be gladly take care of it.

Cheers

scottjg commented 12 years ago

can you do the pull request on the vmware/rbvmomi repo? we don't know how to change the direction of the fork at this point, and that one is going to be considered the main repo going forward.

calavera commented 12 years ago

Oh, sure, I didn't know there was another repo.

scottjg commented 12 years ago

err.. meant to comment on the other repo. let's follow the discussion there.