X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/09c67d9323c7d379d4c6de5dc0457b6de16cff14..814ebbe864806750e95c3df954a47f4b0007c5e4:/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 index e281916..0000000 --- a/vendor/plugins/gruff/lib/gruff.rb +++ /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