aboutsummaryrefslogtreecommitdiffstats
path: root/lib/roo/constants.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/roo/constants.rb')
-rw-r--r--lib/roo/constants.rb5
1 files changed, 5 insertions, 0 deletions
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