akamai / AkamaiOPEN-edgegrid-ruby

This library implements the Akamai OPEN EdgeGrid Authentication scheme for the ruby net/http library.
Apache License 2.0
18 stars 10 forks source link

Fixing with passing tests #9

Closed ghost closed 9 years ago

ghost commented 9 years ago

I pulled the hostname stuff out of the initialize and moved it to a separate function. Current tests pass, and the original functionality is basically restored.

jjjhhhlll commented 9 years ago

Ok. looks like it now sets the section based on setup_from_edgerc and not from the url. Is that right?