blob: 8489b5823e9ccf4915e9715343a2b20ffe8f1b4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require 'formula'
class ClassDump < Formula
homepage 'http://www.codethecode.com/projects/class-dump/'
head 'https://github.com/nygard/class-dump.git'
url 'http://www.codethecode.com/download/class-dump-3.4.tar.bz2'
sha1 'bc6d9542af201028ae980b9d0497b491ce98227f'
def install
bin.install 'class-dump'
end
end
|