public
Rubygem
Description: Gruff graphing library for Ruby
Homepage: http://gruff.rubyforge.org
Clone URL: git://github.com/topfunky/gruff.git
topfunky (author)
Tue Mar 11 15:30:56 -0700 2008
commit  10b15afb542a10b6eaa15a9c2d84c779c0cf18a1
tree    d4edce1d390941db08f5cd81a1d9457ecc4f6e7d
parent  b5788a43b0d9714ed2e53dfa138d41c22ea4649c
gruff /
name age message
file .gitignore Tue Mar 11 15:10:13 -0700 2008 First import from Subversion [topfunky]
file CHANGELOG Tue Mar 11 15:10:13 -0700 2008 First import from Subversion [topfunky]
file MIT-LICENSE Sat Aug 16 20:42:17 -0700 2008 Package for v0.3.3 release [topfunky]
file Manifest.txt Sat Aug 16 18:38:48 -0700 2008 Updated manifest [topfunky]
file README.txt Thu Mar 13 09:27:30 -0700 2008 Updated README to mention use as Rails plugin. [topfunky]
file Rakefile Mon Aug 18 12:59:11 -0700 2008 0.3.4 release with check for DEBUG flag. [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/ Thu Nov 13 08:14:11 -0800 2008 Allowed the graph to show data even if all valu... [sermoa]
directory test/ Sat Aug 16 18:32:14 -0700 2008 Reduce extra space between multi-line legend an... [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