lib/exporters/excel_exporter.rb in datashift-0.5.0 vs lib/exporters/excel_exporter.rb in datashift-0.6.0

- old
+ new

@@ -102,13 +102,12 @@ end end end # ExcelGenerator else - class ExcelExporter < ExcelBase + class ExcelExporter < ExporterBase def initialize(filename) - @filename = filename raise DataShift::BadRuby, "Apologies but DataShift Excel facilities currently need JRuby. Please switch to, or install JRuby" end end end # jruby \ No newline at end of file