tallty_import_export 1.0.25 → 1.0.26
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tallty_import_export/export.rb +1 -1
- data/lib/tallty_import_export/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97dc753652b3c88b46d47c337cb8efacd3b225d464a9fcedb6ec9addb99a1656
|
4
|
+
data.tar.gz: c918a6587726e31a4855f56384708e6d94235f015c08e68e295870731266fb9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a614d1219e135cbedde925238313c0b5b256166df53e0633151674e3dc50ec4b15552582c11707db24cefcf6e989b9301a562288ae58d87d8df2a2e17caf8208
|
7
|
+
data.tar.gz: 47db4f8d0ca88bac82d5398bd9987ee991393bc9103067754e53995ecc82155e4b52a8b298ce8d85b7568633a0baff6d7524baeb470f097992c28b4291fde143
|
@@ -90,7 +90,7 @@ module TalltyImportExport
|
|
90
90
|
first_content_row_index = respond_to?(:first_header) ? 2 : 1
|
91
91
|
|
92
92
|
each_method = @each_method || :each
|
93
|
-
records.
|
93
|
+
records.try_method(each_method).with_index do |record, index|
|
94
94
|
row = []
|
95
95
|
headers.each_with_index do |header, col_index|
|
96
96
|
_data = handle_data(record, header, index)
|