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.
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