pengwynn / chargify

Ruby wrapper for the chargify.com SAAS and billing API
MIT License
61 stars 29 forks source link

Add bundler for easier gem installation for dev/test #1

Closed ckdake closed 13 years ago

ckdake commented 13 years ago

The gemspec also needs to be updated, but I'm not sure the best way to do this as it was automatically generated with Jeweler, but the project seems to just use 'mg' in that department.

nkabbara commented 13 years ago

For some reason doing git pull https://github.com/ckdake/chargify.git 12bfdc6f is failing. Will try again later.

Thanks for this!

-Nash

cldwalker commented 13 years ago

I've updated mg as a dev dependency. No need for bundler. gem install chargify --dev is the same as bundle install.