Skip to content

Instantly share code, notes, and snippets.

@sandinmyjoints
Forked from youpy/rubberband.rb
Created July 2, 2013 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sandinmyjoints/5909713 to your computer and use it in GitHub Desktop.
Save sandinmyjoints/5909713 to your computer and use it in GitHub Desktop.
# $ brew install https://raw.github.com/gist/1121425/rubberband.rb
require 'formula'
class Rubberband < Formula
homepage ''
url 'http://code.breakfastquay.com/attachments/download/35/rubberband-1.8.1-gpl-executable-osx-universal.tar.bz2'
version '1.8.1'
sha1 'bceba7dba8cdd773a318ca973ed9c5806be03262'
def install
bin.install 'rubberband'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment