diff options
| author | Randy Morgan <[email protected]> | 2011-11-22 22:21:06 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-22 22:21:06 +0900 |
| commit | 1e5388ce173913cb7643505eb38efe12628cf378 (patch) | |
| tree | 5bdfd83975627a455fb5ab0efa66956184cb7f90 /lib | |
| parent | c5529241dc5b4062f145c9afa95078d3113c1807 (diff) | |
| download | caxlsx-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')
| -rw-r--r-- | lib/axlsx/util/constants.rb | 3 | ||||
| -rw-r--r-- | lib/axlsx/version.rb | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lib/axlsx/util/constants.rb b/lib/axlsx/util/constants.rb index 4bbd5f5b..cb7d7607 100644 --- a/lib/axlsx/util/constants.rb +++ b/lib/axlsx/util/constants.rb @@ -1,8 +1,5 @@ module Axlsx - # version - VERSION="1.0.6" - # XML Encoding ENCODING = "UTF-8" 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 |
