From e845cf837a5d312c5b2af649f2dfade995976c33 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Tue, 3 Apr 2012 08:46:50 +0900 Subject: patching version contant detection --- lib/axlsx/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3