2010-02-16 14:10:42 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class ClassDump < Formula
|
2010-02-16 14:10:42 +00:00
|
|
|
homepage 'http://www.codethecode.com/projects/class-dump/'
|
2013-08-07 17:16:36 +00:00
|
|
|
head 'https://github.com/nygard/class-dump.git'
|
2012-12-04 15:31:41 +00:00
|
|
|
url 'http://www.codethecode.com/download/class-dump-3.4.tar.bz2'
|
|
|
|
sha1 'bc6d9542af201028ae980b9d0497b491ce98227f'
|
2012-08-08 11:52:07 +00:00
|
|
|
|
2010-02-16 14:10:42 +00:00
|
|
|
def install
|
|
|
|
bin.install 'class-dump'
|
|
|
|
end
|
|
|
|
end
|