activewarehouse / rails_sql_views

Rails SQL Views project extracted from ActiveWarehouse
http://activewarehouse.rubyforge.org/rails_sql_views
MIT License
140 stars 127 forks source link

gem install rails_sql_views installs v0.6.1, not v0.7.0 #2

Open jtrupiano opened 15 years ago

jtrupiano commented 15 years ago

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?

jtrupiano commented 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...