diff options
| author | Randy Morgan <[email protected]> | 2012-04-03 08:46:50 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-04-03 08:46:50 +0900 |
| commit | e845cf837a5d312c5b2af649f2dfade995976c33 (patch) | |
| tree | cbeb51264b7704f38839ad96747c33e837a05837 /lib/axlsx/version.rb | |
| parent | a7349d8e40d09b6a061d7c80ea8e1325b9ebaf58 (diff) | |
| download | caxlsx-e845cf837a5d312c5b2af649f2dfade995976c33.tar.gz caxlsx-e845cf837a5d312c5b2af649f2dfade995976c33.zip | |
patching version contant detection
Diffstat (limited to 'lib/axlsx/version.rb')
| -rw-r--r-- | lib/axlsx/version.rb | 2 |
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 |
