public
Rubygem
Description: Gruff graphing library for Ruby
Homepage: http://gruff.rubyforge.org
Clone URL: git://github.com/topfunky/gruff.git
Search Repo:
Updated README to mention use as Rails plugin.
topfunky (author)
Thu Mar 13 09:27:30 -0700 2008
commit  71887cb331542cd77d08c5aefd26ef772b6462fa
tree    3741769789b6359efcb21e1dd2b119b6336e84b6
parent  7d654827edfd336b6cbf8ec4bcba03d78f076c41
...
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
0
@@ -1,3 +1,8 @@
0
+== 0.3.2
0
+
0
+* Include init.rb for use as a Rails plugin.
0
+
0
+
0
 == 0.3.1
0
 
0
 * Fixed missing bullet graph bug (experimental, will be in a future release).
...
2
3
4
5
 
6
7
 
8
9
10
11
 
 
 
 
 
 
 
 
 
 
12
13
14
...
2
3
4
 
5
6
 
7
8
9
10
 
11
12
13
14
15
16
17
18
19
20
21
22
23
0
@@ -2,13 +2,22 @@
0
 
0
 A library for making beautiful graphs.
0
 
0
-See samples at http://nubyonrails.com/pages/gruff
0
+== Samples
0
 
0
-See the test suite in test/line_test.rb for examples.
0
+http://nubyonrails.com/pages/gruff
0
 
0
 == Documentation
0
 
0
-Most of the documentation is in the Gruff::Base class.
0
+http://gruff.rubyforge.org
0
+
0
+See the test suite in test/line_test.rb for examples.
0
+
0
+== Rails Plugin
0
+
0
+Gruff is easy to use with Rails.
0
+
0
+ gem install gruff
0
+ cd vendor/plugins && gem unpack gruff
0
 
0
 == WARNING
0
 

Comments

    No one has commented yet.