batchblue / batchbook

DEPRECATED - A Ruby Wrapper for The BatchBook Classic API. This gem and underlying API are no longer supported or maintained.
http://batchblue.com
23 stars 9 forks source link

Release a gem on gemcutter/rubygems.org #2

Closed yob closed 14 years ago

yob commented 14 years ago

It would be helpful to be able to just reference a gem in my app instead of vendoring the code.

erickrause commented 14 years ago

I agree. I've never wired up a gem before, so I need to figure it out. As soon as I do, I'll wire up the batchbook gem for you, and me.

yob commented 14 years ago

There's a minimal Rakefile that is 90% of the way there.

The active supportsupport depenedency just needs to be changed to '>=2.1.0' and a dependency should be added for active_resource.

Then just run "rake gem" and "gem push pkg/batchbook-1.0.4.gem"

erickrause commented 14 years ago

I ended up using the gemspec and not the rakefile. There is now a batchbook gem. Please give it a test, and let me know how it works for you.

yob commented 14 years ago

Cheers!

Can you change the activeresource dependency to be >= 2.3.5 so I can load it in my rails 2.3.8 app?

erickrause commented 14 years ago

done. enjoy