fast_xls_to_hash 0.1.7 → 0.1.8

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: c17dc0e85b0d03951e8cfe124c65019ba1c3defd
4
- data.tar.gz: ca773bfd8075a2f66678b073bcdf1a0585214778
3
+ metadata.gz: 782db936290b05c435ca93b177a47c19666be143
4
+ data.tar.gz: f19c6aeb08fb0df0e5bb2515126175b246c32de9
5
5
  SHA512:
6
- metadata.gz: b5aaf3924c77bd316e4a3f0107c822391acab5022c18ac9a4ce86f86fdf5053155b40af60b3ea050ad3356512859bcd631f5039e7987a41581c81247fd6234bb
7
- data.tar.gz: 4d73e27cdd2e9225e85a4233595f012e4952794e51d1788f4e2bae50f9add82ddb4157852b75c2106e1ec7cd681619ecfcda03daae2ceb039b1a0eaceef2b492
6
+ metadata.gz: cb4ececc8c3f754d4c79a0706a3a5017d70e3e8c9264f72d9e71ae76633b75c988f2bf814a326aaa34c60cac5f6daca3e2f5484ee5096010ed7861f44f2791be
7
+ data.tar.gz: 285fd283634f853822956f30f81ac27b67afe2812c7a00c7c99830f56b5cff67be3caffed2598a76064266b58d51b99c0210214ebee4324168809765a4afb99a
data/bin/fast_xls_to_hash CHANGED
@@ -1,11 +1,13 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require_relative '../lib/fast_xls_to_hash'
4
+ require "irb"
4
5
 
5
6
  module FastXlsToHash
6
7
  ERROR = 'I need xls file path'
7
8
 
8
9
  ARGV[0] ? dir = ARGV[0] : (return p ERROR)
9
- ParseXls.to_hash(dir)
10
+ p ParseXls.to_hash(dir)
11
+
10
12
  end
11
13
 
@@ -1,3 +1,3 @@
1
1
  module FastXlsToHash
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - woodcrust