summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorKoza <[email protected]>2019-09-17 11:23:54 +0200
committerKoza <[email protected]>2019-09-17 11:23:54 +0200
commitb63a8019c213a64e1f08f0b8d120a7a24dfc3f0c (patch)
tree042e954a7a543d6c0013b30d33f6e7f310879ce8 /lib
parent7e13f96274f885708f9abe564f1e4a362b93bca0 (diff)
downloadcaxlsx-b63a8019c213a64e1f08f0b8d120a7a24dfc3f0c.tar.gz
caxlsx-b63a8019c213a64e1f08f0b8d120a7a24dfc3f0c.zip
Add caxlsx.rb to make auto require work
https://guides.rubygems.org/make-your-own-gem/ The convention is to have one Ruby file with the same name as your gem, since that gets loaded when require is run.
Diffstat (limited to 'lib')
-rw-r--r--lib/caxlsx.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/caxlsx.rb b/lib/caxlsx.rb
new file mode 100644
index 00000000..a82d49fb
--- /dev/null
+++ b/lib/caxlsx.rb
@@ -0,0 +1,2 @@
+# encoding: UTF-8
+require 'axlsx.rb'