views:

15

answers:

0

I've written a simple ruby application with Ruby Qt. I recently read about distutils in python, and now I'm trying to figure out how to do something similar in ruby.

I do not need to distribute on any OS besides linux, but I'm trying to figure out the best way to do that. Should I figure out how to build a .deb? If so how do deal with the fact that I need gems that don't exist in apt?

Or is there a better way to distribute ruby applications?

Any help, or resources will be greatly appreciated. Thanks.