yyyc514 / gruff forked from topfunky/gruff
- Source
- Commits
- Network (37)
- Issues (0)
- Downloads (4)
- Wiki (1)
- Graphs
-
Branch:
master
Josh Goebel (author)
Fri Apr 10 20:48:53 -0700 2009
commit 6e9fcc0ff077713f2e295fd8d460e299d9045a2f
tree 1173d61b9f527960011b767e148c9a8dabd7869f
parent 721ffa43ba3262924770334c8e4aae312bebdbda
tree 1173d61b9f527960011b767e148c9a8dabd7869f
parent 721ffa43ba3262924770334c8e4aae312bebdbda
gruff /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Mar 11 15:10:13 -0700 2008 | |
| |
History.txt | Mon Mar 23 12:26:26 -0700 2009 | |
| |
MIT-LICENSE | Sat Aug 16 20:42:17 -0700 2008 | |
| |
Manifest.txt | Wed Jan 14 11:56:20 -0800 2009 | |
| |
README.txt | Thu Mar 13 09:27:30 -0700 2008 | |
| |
Rakefile | Mon Aug 18 12:59:11 -0700 2008 | |
| |
assets/ | Tue Mar 11 15:10:13 -0700 2008 | |
| |
gruff.gemspec | Wed Jan 14 11:56:20 -0800 2009 | |
| |
init.rb | Thu Mar 13 09:22:43 -0700 2008 | |
| |
lib/ | ||
| |
rails_generators/ | Thu Mar 13 09:03:49 -0700 2008 | |
| |
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

