lib/datev/export.rb in datev-0.6.0 vs lib/datev/export.rb in datev-0.7.0
- old
+ new
@@ -1,7 +1,7 @@
module Datev
class Export
- CSV_OPTIONS = { :col_sep => ';', :encoding => 'windows-1252' }
+ CSV_OPTIONS = { col_sep: ';', encoding: 'windows-1252' }
class << self
attr_accessor :header_class, :row_class
end