Removed the Gruff plugin from vendor/plugins. It seems to be working from the gem...
[selectricity-live] / vendor / plugins / gruff / lib / gruff.rb
diff --git a/vendor/plugins/gruff/lib/gruff.rb b/vendor/plugins/gruff/lib/gruff.rb
deleted file mode 100644 (file)
index e281916..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Extra full path added to fix loading errors on some installations.
-
-%w(
-  base
-  area
-  bar
-  line
-  pie
-  spider
-  net
-  stacked_bar
-  side_stacked_bar
-  side_bar
-  accumulator_bar
-
-  scene
-
-  mini/legend
-  mini/bar
-  mini/pie
-  mini/side_bar
-).each do |filename|
-  require File.dirname(__FILE__) + "/gruff/#{filename}"
-end

Benjamin Mako Hill || Want to submit a patch?