GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Custom graph of github repo contributions
Homepage: http://spinach.andascarygoat.com/tags/tribby
Clone URL: git://github.com/zmack/tribby.git
zmack (author)
Sun Aug 31 08:22:56 -0700 2008
commit  a1a734406235542acf16697c876f859e87c12ac8
tree    e5fc06fff8de20955027be68b479dd0659d825ff
parent  68d678851320f91ead8ad19e04e8c28fb6a67423
tribby /
name age message
file README.html Wed Jul 23 02:20:45 -0700 2008 Releaseworthy ? Somewhat ! [zmack]
file README.txt Sat May 31 14:30:26 -0700 2008 Initial commit [zmack]
directory assets/ Sun Aug 31 08:22:56 -0700 2008 Fix fontses :( [zmack]
directory bin/ Fri Aug 08 05:21:10 -0700 2008 Fix no longer needed, latest version works out ... [zmack]
file rakefile.rb Fri Aug 08 09:09:23 -0700 2008 No more sprouts bug [zmack]
directory script/ Fri Aug 08 05:21:10 -0700 2008 Fix no longer needed, latest version works out ... [zmack]
directory src/ Sun Aug 31 08:22:56 -0700 2008 Fix fontses :( [zmack]
directory test/ Fri Aug 08 06:11:45 -0700 2008 Tooltip class [zmack]
README.txt
########################################
This project was generated using Sprouts
http://code.google.com/p/projectsprouts/

Please report any bugs to:
http://code.google.com/p/projectsprouts/issues/list

Please feel free to ask questions at:
http://groups.google.com/group/projectsprouts

########################################
Using your favorite terminal, cd to this directory have fun!

########################################
To create a new ActionScript class, TestCase and rebuild all project TestSuites:

script/generate class -s utils.MathUtil

########################################
To create a new Interface begin the name with I + Capital letter (eg: ISomeName)
or end the name with 'able'

Name begins with Capital 'I' followed by another capital letter
script/generate class utils.ISomeName 

or

Name ends with 'able'
script/generate class utils.Observable

or

Explicitly identify interface creation
script/generate interface utils.SomeInterface

########################################
To create a new TestCase only, enter the following:

script/generate test utils.SomeTest

########################################
To compile and launch your application:

rake

########################################
To compile and launch your test suites:

rake test

########################################
To see all available rake tasks:

rake -T