berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

Allow connections to non-hosted servers that have a path in their URI #297

Open samcrang opened 9 years ago

samcrang commented 9 years ago

I was trying to connect to a server at http://<address>/chef, however Ridley kept sending requests to http://<address>, ignoring the specified path.

Hopefully this should fix that :)

samcrang commented 9 years ago

Hmm, the Travis build failed for Ruby 2.0.0p598, I tried it on my machine and it works. The other Ruby versions on Travis look good. Looks like it just hung for some reason or other? Would someone mind kicking it off again?

Thanks