local-ch / lhc

🚀 Advanced HTTP Client for Ruby. Fueled with interceptors.
GNU General Public License v3.0
43 stars 1 forks source link

Autoload for the win #84

Closed 10xSebastian closed 7 years ago

10xSebastian commented 7 years ago

MAJOR

Implements the proper way of loading dependencies in ruby, the autoload way (as seen in famous gems like Bundler)

Also Fixes: https://github.com/local-ch/lhc/issues/72