diff options
| author | 2019-01-25 21:58:53 -0500 | |
|---|---|---|
| committer | 2019-01-25 21:58:53 -0500 | |
| commit | 16dd018ca735392c2fb28b986316a9b22a06ccf9 (patch) | |
| tree | c85d59074c078408e4032be4420b0af863ec16b0 /lib | |
| parent | dddfa903d2b856146f05ffb4415c31d6127bb5bf (diff) | |
New upstream version 2.8.1upstream/2.8.1
Diffstat (limited to 'lib')
| -rwxr-xr-x | lib/roo/excelx/sheet_doc.rb | 2 | ||||
| -rw-r--r-- | lib/roo/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/roo/excelx/sheet_doc.rb b/lib/roo/excelx/sheet_doc.rb index 8b0c686..2b3aa39 100755 --- a/lib/roo/excelx/sheet_doc.rb +++ b/lib/roo/excelx/sheet_doc.rb @@ -120,7 +120,7 @@ module Roo end end - create_empty_cell(coordinate) + create_empty_cell(coordinate, empty_cell) end def create_empty_cell(coordinate, empty_cell) diff --git a/lib/roo/version.rb b/lib/roo/version.rb index 7fd96d7..625e495 100644 --- a/lib/roo/version.rb +++ b/lib/roo/version.rb @@ -1,3 +1,3 @@ module Roo - VERSION = "2.8.0" + VERSION = "2.8.1" end |
