http://rubygems.org/gems/make-rubygem-debs gem install make-rubygem-debs This is a simple script to generate .debs for all of the gems in a Bundler-enabled Ruby on Rails webapp, using fpm. To use it: $ make-rubygem-debs /path/to/my/rails/app It will create a 'rubygem-debs' sub-directory and make debs for each rubygem dependency there for you. You can then do whatever you need to with them.
Project
make-rubygem-debs
A simple script to generate .debs for all of the gems in a Bundler-enabled RoR app, using fpm.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Project Readme