donibuchanan-roo 1.9.1.5 → 1.9.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/roo/excelx.rb +0 -3
  2. metadata +2 -2
@@ -387,9 +387,6 @@ class Excelx < GenericSpreadsheet
387
387
  sheet = @default_sheet
388
388
  end
389
389
  read_first_100_rows(sheet) unless @read_first_100_rows[sheet]
390
- if @first_row[sheet]
391
- return @first_row[sheet]
392
- end
393
390
  if @first_column[sheet]
394
391
  return @first_column[sheet]
395
392
  end
metadata CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
7
7
  - 1
8
8
  - 9
9
9
  - 1
10
- - 5
11
- version: 1.9.1.5
10
+ - 6
11
+ version: 1.9.1.6
12
12
  platform: ruby
13
13
  authors:
14
14
  - Hugh McGowan