public
Description: Gruff graphing library for Ruby
Homepage: http://gruff.rubyforge.org
Clone URL: git://github.com/topfunky/gruff.git
topfunky (author)
Tue Mar 11 20:40:39 -0700 2008
commit  1dc61704d07a405b1b96630a7b846ecfdcb6e8b3
tree    28253bdc1192803756b953b24c6f1ae577e952cb
parent  2a101d92c46c7669f34efe2ea48d4607a2cbc87f
gruff /
name age message
file .gitignore Tue Mar 11 15:10:13 -0700 2008 First import from Subversion [topfunky]
file History.txt Tue Mar 11 20:40:39 -0700 2008 Note about 0.3.0 [topfunky]
file MIT-LICENSE Tue Mar 11 15:10:13 -0700 2008 First import from Subversion [topfunky]
file Manifest.txt Tue Mar 11 15:10:13 -0700 2008 First import from Subversion [topfunky]
file README.txt Tue Mar 11 15:30:56 -0700 2008 Note about submitting patches [topfunky]
file Rakefile Tue Mar 11 20:33:40 -0700 2008 Renamed CHANGELOG to History.txt for Hoe compat... [topfunky]
directory artwork/ Tue Mar 11 15:10:13 -0700 2008 First import from Subversion [topfunky]
directory assets/ Tue Mar 11 15:10:13 -0700 2008 First import from Subversion [topfunky]
directory lib/ Tue Mar 11 20:33:40 -0700 2008 Renamed CHANGELOG to History.txt for Hoe compat... [topfunky]
directory test/ Tue Mar 11 20:33:40 -0700 2008 Renamed CHANGELOG to History.txt for Hoe compat... [topfunky]
README.txt
== Gruff Graphs

A library for making beautiful graphs.

See samples at http://nubyonrails.com/pages/gruff

See the test suite in test/line_test.rb for examples.

== Documentation

Most of the documentation is in the Gruff::Base class.

== WARNING

This is beta-quality software. It works well according to my tests, but the API may change and other features will be 
added.

== Source

The source for this project is now kept at GitHub:

http://github.com/topfunky/gruff/tree/master

== CONTRIBUTE

Patches appreciated, especially if they are in Git format (with metadata so your name shows up in the commit logs).

Use these instructions:

http://gweezlebur.com/2008/2/1/so-you-want-to-contribute-to-merb-core-part-1

http://gweezlebur.com/2008/2/9/contributing-to-merb-part-2