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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sheety/spreadsheet.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d5c92ed5ae6bea6927c5e677aefe279464cf55f
4
- data.tar.gz: d8dccac10a9bf260a14ab11f10f00c5f0b786297
3
+ metadata.gz: 434395af3afdaf77aa45fc68ebc18f83a7e26cb3
4
+ data.tar.gz: 0a4fb674d5c9f607036b80696fdbf2d7f485ca51
5
5
  SHA512:
6
- metadata.gz: 47e44ab93c4dc032e79e8512622280da7aa9a233ef8387e3a425fc904c305d8508702ec0583ba957ea173ac837eb7f7a8fc0b6e539d6d5b13178a909e8a481e0
7
- data.tar.gz: f0cc54c3d2a1c611c960af5b72d8ca0714d3c082bba4934d1a42a80a11bbf637c1d27d3ccf0dec1b2a947de8f9a77262a6a0797ad8fbce34625b0c1b863a29fb
6
+ metadata.gz: 7daec87397c6c8f5992aa5268ec7b933b24008bea28445a6e4e7ee96b8a3d53a532b90ce6039cfa0bf150e641c1f4849b7158fd62a1521518655b54147b93c57
7
+ data.tar.gz: 4f1a7b3b78daff8d8f954cd265632a55eb0c742998c723c51baafce2c71f74b5fa68bbc1d037604a1a6e1c3c5161c4c2e947745682b6bcf86602799c534274ca
@@ -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)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sheety
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Israel