public
Description: Gruff graphing library for Ruby
Homepage: http://gruff.rubyforge.org
Clone URL: git://github.com/topfunky/gruff.git
topfunky (author)
Thu Apr 10 16:31:50 -0700 2008
commit  26d3dd1f0ae4ca432e70365c4d8a803dd509793d
tree    87576dff29d3c122ce3ab4f80ef08b9f0e4491db
parent  864d8e33118d55962d908c8dfff5f575b06f4a83
gruff /
name age message
file .gitignore Tue Mar 11 15:10:13 -0700 2008 First import from Subversion [topfunky]
file History.txt Thu Mar 13 09:27:30 -0700 2008 Updated README to mention use as Rails plugin. [topfunky]
file MIT-LICENSE Tue Mar 11 15:10:13 -0700 2008 First import from Subversion [topfunky]
file Manifest.txt Thu Mar 13 09:22:43 -0700 2008 Include init.rb for Rails [topfunky]
file README.txt Loading commit data...
file Rakefile Thu Mar 13 09:12:27 -0700 2008 Verify ability of gem to be required before rel... [topfunky]
directory assets/ Tue Mar 11 15:10:13 -0700 2008 First import from Subversion [topfunky]
file init.rb Thu Mar 13 09:22:43 -0700 2008 Include init.rb for Rails [topfunky]
directory lib/
directory rails_generators/ Thu Mar 13 09:03:49 -0700 2008 Added generator from plugin [topfunky]
directory test/
README.txt
== Gruff Graphs

A library for making beautiful graphs.

== Samples

http://nubyonrails.com/pages/gruff

== Documentation

http://gruff.rubyforge.org

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

== Rails Plugin

Gruff is easy to use with Rails.

  gem install gruff
  cd vendor/plugins && gem unpack gruff

== 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

== Minor change for testing github post hook