philnash / bitly

🗜 A Ruby wrapper for the bit.ly API
https://rubygems.org/gems/bitly
MIT License
451 stars 139 forks source link

Don't play around with LOAD_PATH (fixes #31) #32

Closed stouset closed 11 years ago

stouset commented 11 years ago

This pull request fixes issue #31.

p commented 11 years ago

+1

philnash commented 11 years ago

Had to change the way lib/bitly.rb loaded the rest of the library when it didn't alter the load path. Updated in commit 2e947fb82d59e992b1cb783e7b2621acb8e1c42b Thanks for this though.