philnash / bitly

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

version 0.8.1 from rubygems doesn't support Bitly.configure #40

Closed jcsrb closed 11 years ago

jcsrb commented 11 years ago

maybe bump the version nr, or mention it's not available in 0.8.1

sabernar commented 11 years ago

I'm getting the same error.

jcsrb commented 11 years ago

you can install from git if you need that feature,

gem "bitly", :git => 'https://github.com/philnash/bitly/'

I was referring to the fact that the documentation should mentions that isn't not available outside of the git repo yet

philnash commented 11 years ago

Sorry about that issue, I had some load path issues when trying to release version 0.9 of the gem. It is now freshly released and includes the configure block.