ricardochimal / taps

simple database import/export app
MIT License
1.2k stars 140 forks source link

Allows >= rest-client 1.4.x #49

Closed eric1234 closed 14 years ago

eric1234 commented 14 years ago

The current gemspec only allows 1.4.x. This means I cannot load this library (and others dependent on it like the heroku gem) while at the same time loading a more recent rest-client.

So I have updated the spec to say >= 1.4 (since 1.4 is still compatible but the latest also seems to run without any test failures).

The rest of the changes of this commit are simply a result of me re-generating the gemspec using the Jewler rake tasks.