summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/version.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-22 22:21:06 +0900
committerRandy Morgan <[email protected]>2011-11-22 22:21:06 +0900
commit1e5388ce173913cb7643505eb38efe12628cf378 (patch)
tree5bdfd83975627a455fb5ab0efa66956184cb7f90 /lib/axlsx/version.rb
parentc5529241dc5b4062f145c9afa95078d3113c1807 (diff)
downloadcaxlsx-1e5388ce173913cb7643505eb38efe12628cf378.tar.gz
caxlsx-1e5388ce173913cb7643505eb38efe12628cf378.zip
updating rake file, readme and other docs. Also moving version constant to its own file and re-enabling package serialization tests with a bit more robust error handling when the current user does not have write permissions the directory.
Diffstat (limited to 'lib/axlsx/version.rb')
-rw-r--r--lib/axlsx/version.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb
new file mode 100644
index 00000000..0f3e00b6
--- /dev/null
+++ b/lib/axlsx/version.rb
@@ -0,0 +1,4 @@
+module Axlsx
+ # version
+ VERSION="1.0.7"
+end