Skip to content

Instantly share code, notes, and snippets.

View robertwatts's full-sized avatar

Robert Watts robertwatts

View GitHub Profile
require 'rubygems'
require 'rubygems/package'
require 'zlib'
require 'fileutils'
module Util
module Tar
# Creates a tar file in memory recursively
# from the given path.
#