sheety 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/lib/sheety/spreadsheet.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 434395af3afdaf77aa45fc68ebc18f83a7e26cb3
|
|
4
|
+
data.tar.gz: 0a4fb674d5c9f607036b80696fdbf2d7f485ca51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7daec87397c6c8f5992aa5268ec7b933b24008bea28445a6e4e7ee96b8a3d53a532b90ce6039cfa0bf150e641c1f4849b7158fd62a1521518655b54147b93c57
|
|
7
|
+
data.tar.gz: 4f1a7b3b78daff8d8f954cd265632a55eb0c742998c723c51baafce2c71f74b5fa68bbc1d037604a1a6e1c3c5161c4c2e947745682b6bcf86602799c534274ca
|
data/lib/sheety/spreadsheet.rb
CHANGED
|
@@ -53,7 +53,7 @@ class Sheety::Spreadsheet < Sheety::Feed
|
|
|
53
53
|
worksheet.rows # Fetches the link we can save rows to
|
|
54
54
|
|
|
55
55
|
# We have to normalize the keys we display to a version without underscores or spaces or other bollocks
|
|
56
|
-
header_keys = Hash[headers.map { |k| [k, Row.normalize_key(k)] }]
|
|
56
|
+
header_keys = Hash[headers.map { |k| [k, Sheety::Row.normalize_key(k)] }]
|
|
57
57
|
|
|
58
58
|
# TODO: Finish this if I end up caring....
|
|
59
59
|
# dupes = (header_keys.values - header_keys.values.uniq)
|