No commit activity in last 3 years
No release in over 3 years
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
 Dependencies

Runtime

>= 0
 Project Readme
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.