From 8280a21a23d44aa90177e2bc041d0b8dc8556f4b Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 12 Jun 2017 03:37:11 -0400 Subject: Import Upstream version 2.7.1 --- lib/roo/constants.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/roo/constants.rb (limited to 'lib/roo/constants.rb') diff --git a/lib/roo/constants.rb b/lib/roo/constants.rb new file mode 100644 index 0000000..90d54ee --- /dev/null +++ b/lib/roo/constants.rb @@ -0,0 +1,5 @@ +module Roo + ROO_EXCEL_NOTICE = "Excel support has been extracted to roo-xls due to its dependency on the GPL'd spreadsheet gem. Install roo-xls to use Roo::Excel.".freeze + ROO_EXCELML_NOTICE = "Excel SpreadsheetML support has been extracted to roo-xls. Install roo-xls to use Roo::Excel2003XML.".freeze + ROO_GOOGLE_NOTICE = "Google support has been extracted to roo-google. Install roo-google to use Roo::Google.".freeze +end \ No newline at end of file -- cgit v1.2.3