fast_xls_to_hash 0.1.2 → 0.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77a106fe2833d8484cf1769ba40cd009e7feb2c1
4
- data.tar.gz: c844d5b0f2a67dd957eaa9ae4659bfc44495aa0c
3
+ metadata.gz: 900e705298cc69049d5d4e971497581e3b8a1d68
4
+ data.tar.gz: ae03c35da1fe179c0a4a135d664a74635edb04d6
5
5
  SHA512:
6
- metadata.gz: c76f9a9f2a29a9014e8627cf3a9f2733c4be169b2d35f9cb7f4d1f26fd0d78f511ec06b97224c24cf4656fe970b88b1c33f108e8d12a8929c7c543277fa42dec
7
- data.tar.gz: 016ffa016bade7d988c31a0e295c1705a31be5c5253d9cf2f2bc661abba83deaef72d236aca4e40adb95fcd5300bf3617eba7f23c5da9068bb0e8a487ce50c99
6
+ metadata.gz: 69ffa1446083577807546bbaa7aa11372263db55d4f35bd16e253022f4dcaf4c56a4681f55d60a0d5d57477911907e88004baba9abf0b1861f0e09688f613510
7
+ data.tar.gz: 974dc9ce391e0f38bfe29688bb6aafe6d0a2e21b4de823227db0ed7ca6ef3b8fddcb815f091cd7246ee619d2bc9d230ba4e6d2525589eef4e3a874002f505f46
data/bin/fast_xls_to_hash CHANGED
@@ -5,7 +5,7 @@ require_relative '../lib/fast_xls_to_hash'
5
5
  module FastXlsToHash
6
6
  ERROR = 'I need xls file path'
7
7
 
8
- dir = ARGV[0] ? ARGV[0] : return p ERROR
8
+ ARGV[0] ? dir = ARGV[0] : (return p ERROR)
9
9
  ParseXls.to_hash(dir)
10
10
  end
11
11
 
@@ -1,3 +1,3 @@
1
1
  module FastXlsToHash
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_xls_to_hash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - woodcrust