lib/gruff/base.rb in topfunky-gruff-0.3.3 vs lib/gruff/base.rb in topfunky-gruff-0.3.5
- old
+ new
@@ -18,18 +18,18 @@
# See Gruff::Base#theme= for setting themes.
module Gruff
# This is the version of Gruff you are using.
- VERSION = '0.3.3'
+ VERSION = '0.3.5'
class Base
include Magick
include Deprecated
# Draw extra lines showing where the margins and text centers are
- DEBUG = true
+ DEBUG = false
# Used for navigating the array of data to plot
DATA_LABEL_INDEX = 0
DATA_VALUES_INDEX = 1
DATA_COLOR_INDEX = 2