public
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/Caged/gitnub.git
Click here to lend your support to: gitnub and make a donation at www.pledgie.com !
georgboe (author)
Mon Apr 14 11:51:32 -0700 2008
commit  8371aa6417af86ce08b556b585aa2ef4630d2af8
tree    75a7a2602b3a5a77ef00f912cb7fb2d370330c63
parent  e66ae1df7649d8c340daa0dfea91b193115694ed
gitnub / mime-types / Install
100644 17 lines (13 sloc) 0.431 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Installing this package is as simple as:
 
  % ruby setup.rb
 
Alternatively, you can use the RubyGem version of MIME::Types available as
mime-types-1.15.gem from the usual sources.
 
#--
# MIME::Types for Ruby
# http://rubyforge.org/projects/mime-types/
# Copyright 2003 - 2006 Austin Ziegler.
# Licensed under a MIT-style licence.
#
# $Id: Install,v 1.3 2006/02/12 21:27:21 austin Exp $
#++
# vim: sts=2 sw=2 ts=4 et ai tw=77