summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/version.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-04-03 08:46:50 +0900
committerRandy Morgan <[email protected]>2012-04-03 08:46:50 +0900
commite845cf837a5d312c5b2af649f2dfade995976c33 (patch)
treecbeb51264b7704f38839ad96747c33e837a05837 /lib/axlsx/version.rb
parenta7349d8e40d09b6a061d7c80ea8e1325b9ebaf58 (diff)
downloadcaxlsx-e845cf837a5d312c5b2af649f2dfade995976c33.tar.gz
caxlsx-e845cf837a5d312c5b2af649f2dfade995976c33.zip
patching version contant detection
Diffstat (limited to 'lib/axlsx/version.rb')
-rw-r--r--lib/axlsx/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb
index 3ffa1049..4edbc831 100644
--- a/lib/axlsx/version.rb
+++ b/lib/axlsx/version.rb
@@ -5,6 +5,6 @@ module Axlsx
# When using bunle exec rake and referencing the gem on github or locally
# it will use the gemspec, which preloads this constant for the gem's version.
# We check to make sure that it has not already been loaded
- VERSION="1.1.0" unless defined? VERSION
+ VERSION="1.1.0" unless defined? Axlsx::VERSION
end