summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-03-03 16:49:53 +0900
committerSean Duckett <[email protected]>2012-03-07 14:45:03 -0600
commit0a97afe5a57ecb0e2957ce50d707a550cd287e6c (patch)
treea1b2cdff95da84307a5c6bf3b15c0399150ddfd4
parent5b1860121aa20b83033792192617fbe6cf9b455b (diff)
downloadcaxlsx-0a97afe5a57ecb0e2957ce50d707a550cd287e6c.tar.gz
caxlsx-0a97afe5a57ecb0e2957ce50d707a550cd287e6c.zip
adding email notifications for travis and updating readme in preparation for .18 release
-rw-r--r--.travis.yml5
-rw-r--r--README.md1
2 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ac6408fb..b4a356ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,10 @@
language: ruby
notifications:
irc: "irc.freenode.org#axlsx"
+ email:
+ recipients:
+ on_success: always
rvm:
- 1.8.7
- 1.9.2
diff --git a/README.md b/README.md
index f23bcde7..fff3ee4f 100644
--- a/README.md
+++ b/README.md
@@ -318,6 +318,7 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
- added support for fixed column widths
- added support for page_margins
- added << alias for add_row
+ - removed presetting of date1904 based on authoring platform. Now defaults to use 1900 epoch (date1904 = false)
- ** February.14.12**: 1.0.17 release
https://github.com/randym/axlsx/compare/1.0.16...1.0.17