summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/version.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-08-04 14:57:43 +0900
committerRandy Morgan <[email protected]>2012-08-04 14:57:43 +0900
commit3e6b3f3f59dfebb18f1791d2bc8e3815cd46e519 (patch)
treeeb6fe11e8ccea7edf8c1f84c065c3f3c9ad9045e /lib/axlsx/version.rb
parentdd91d5088c8137070c2862ee4afc1a452628c893 (diff)
downloadcaxlsx-3e6b3f3f59dfebb18f1791d2bc8e3815cd46e519.tar.gz
caxlsx-3e6b3f3f59dfebb18f1791d2bc8e3815cd46e519.zip
pre-release prep
clean up .yardops and basic documentation for serialization helpers
Diffstat (limited to 'lib/axlsx/version.rb')
-rw-r--r--lib/axlsx/version.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb
index ab15542f..4bffcb8d 100644
--- a/lib/axlsx/version.rb
+++ b/lib/axlsx/version.rb
@@ -1,10 +1,5 @@
# encoding: UTF-8
module Axlsx
-
- # The version of the gem
- # 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.2.0" unless defined? Axlsx::VERSION
-
+ # The current version
+ VERSION="1.2.0"
end