Closed yob closed 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.
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"
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.
Cheers!
Can you change the activeresource dependency to be >= 2.3.5 so I can load it in my rails 2.3.8 app?
done. enjoy
It would be helpful to be able to just reference a gem in my app instead of vendoring the code.