philnash / bitly

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

Use latest HTTParty and Crack gems #8

Closed jcf closed 13 years ago

jcf commented 13 years ago

Hi Phil,

I've forked and updated the gem dependencies within your gemspec because we get warnings when loading the bitly gem. Long story short crack v0.1.7 says it's version is actually 0.1.6 and HTTParty explicitly checks version numbers.

Ran rake test and everything passes. Just get a few deprecation warnings about API changes in v3 of bitly.

Had to manually install a load of development dependencies, echoe, fakeweb, mocha and flexmock. I can branch and add the development depencies to the gemspec if you want.

ATB, James

jcf commented 13 years ago

Forget using this change. The pull request attached to #5 is much better. Brings in Bundler and uses Echoe properly.