Open jtrupiano opened 15 years ago
Also, any reason that you don't have github building this either? It's a pain to have to instruct my team to download this library and build it themselves. If you include a .gemspec file in your repo, and mark this project as a rubygem in github, github will build it and host it for you.
Then in my gem manifest file for any project, I can reference the build on github (if for whatever reason you can't release to rubyforge). I'm happy to help if you're unfamiliar with these practices...
This tripped me up because I ran into the problem in 0.6.1 where the column names weren't quoted. Once I forked your github repo though, I realized that you're on v0.7.0 and that the problem had since been fixed. Can you release this to rubyforge?