Repository is archived
No commit activity in last 3 years
No release in over 3 years
Use bundler to generate gem tarball packages.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
= 0.8.7
>= 0
~> 1.3.0

Runtime

 Project Readme

spitball Build Status Code Climate

A very simple gem package generation tool built on bundler. Pass it a gem file, it spits out a tarball of the generated gem environment. Perfect for "bundle once, upload everywhere"-style deployment.

Also comes with spitball-server, a small sinatra app that you can run on a dedicated build server. The spitball command line client can then pull packages down from said server.

Usage

Usage: spitball [options] GEMFILE ARCHIVE

options:
    -h, --host HOST                  Get the tarball from a remote spitball server
    -p, --port PORT                  Specify the remote server port. Default 8080
        --without a,b,c              Excluded groups in the tarball. Does not apply to remote spitballs
        --version

environment variables:
        SPITBALL_CACHE		           Specifies the cache dir. Defaults to /tmp/spitball-username

TODO

Lots of things are changing in bundler 1.0. We're stuck on 0.9.5 for now, but once we get to 1.0, this tool will probably work with lock files instead of gem files, for more predictable builds.