lib/reportbuilder.rb in reportbuilder-1.2.1 vs lib/reportbuilder.rb in reportbuilder-1.2.2

- old
+ new

@@ -51,10 +51,10 @@ # Name of report attr_accessor :name # Doesn't print a title if set to true attr_accessor :no_title # ReportBuilder version - VERSION = '1.2.1' + VERSION = '1.2.2' FormatNotFound=Class.new(Exception) # Available formats def self.builder_for(format) format=format.to_s.downcase