From f19ef66e110c05b0df87554bc3b25f1d1dca067c Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Thu, 8 Dec 2011 01:09:35 +0900 Subject: library should require the version constant --- lib/axlsx.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/axlsx.rb b/lib/axlsx.rb index 7d0d9e05..4fbe2b92 100644 --- a/lib/axlsx.rb +++ b/lib/axlsx.rb @@ -1,10 +1,13 @@ Encoding::default_internal = 'UTF-8' unless RUBY_VERSION < '1.9' Encoding::default_external = 'UTF-8' unless RUBY_VERSION < '1.9' +require 'axlsx/version.rb' + require 'axlsx/util/simple_typed_list.rb' require 'axlsx/util/constants.rb' require 'axlsx/util/validators.rb' + # to be included with parsable intitites. #require 'axlsx/util/parser.rb' -- cgit v1.2.3