easy_sheet_io 0.4.8 → 0.4.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e65974883f0073ff5143f8a036c9520b626a0cad96f0ee6ae34162fcd433321e
4
- data.tar.gz: 394938c7240e743fac49ceaf145f4abf05f8b6538bd60b273ecce892b6255bda
3
+ metadata.gz: 88edcacd71fe38c1c41afc2d0de7ab34d432e83d1b1159916dd68d8ecc18776e
4
+ data.tar.gz: 468c437396225b78c5bbfd81547faa97bf7eb16bfe6c2e9013427ef8a065e7cd
5
5
  SHA512:
6
- metadata.gz: 4c568bf3027c08cf2c1a404e5bf72314a776ba2f79a13e4e492928a44147189fd25f368cc454fd7e85aa011c6fa7707c84943629ad2e4c3c837efad0db6a9aaf
7
- data.tar.gz: e5505db874dd91ff7216d80b884e9ead751b9caeacd0e2fd07973ef2dcfc154ba57361d1d839e5f519f313cf7b6404730dfa3eca2a98c5d1c993d2d4b588f10e
6
+ metadata.gz: 3a6b7b24311972cb33a6f97cfbcea6fd00ee81a289129a5e1792b4fcbe5132d23ae5418095872bf208fd2e4a71f4363b7736c83eac0f52a755c1d7006e945a5d
7
+ data.tar.gz: f3655048a0b9b931344fef04d5e1fbcbf3b3efa2a543a91a33710da605da5e387aa12a4ad0e65561b3b6b55a2f5613c954d5e60a4b1e25b1597b3268c76659f0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EasySheetIo
4
- VERSION = "0.4.8"
4
+ VERSION = "0.4.8.1"
5
5
  end
data/lib/easy_sheet_io.rb CHANGED
@@ -93,7 +93,7 @@ module EasySheetIo
93
93
  # -----------------------------
94
94
 
95
95
  # Selecct Column---------------
96
- output = output.map { _1[column_from...column_until] } column_from || column_until
96
+ output = output.map { _1[column_from...column_until] } if column_from || column_until
97
97
 
98
98
  # Define Data Array------------
99
99
  output_transpose = output[0].zip(*output[1..])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_sheet_io
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - show-o-atakun