eitil 1.1.35 → 1.1.36

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
  SHA256:
3
- metadata.gz: b74b9f015784dffbc676bc9267714da2a00fe4bb2a8850cffdea897b562d1c76
4
- data.tar.gz: 77d4c34da79041eccf1964b06af3f6a172b6d90f3e47447583f6ca32f1760c6a
3
+ metadata.gz: a727b342fdcf5d8606bce86c115045c5a90621fe3624e59b92c16b2ecdfb8a4b
4
+ data.tar.gz: afe1a161ccaf4d9b6d91d8052c8e76cf787b85e3f156d9ff1ffe696556ec064f
5
5
  SHA512:
6
- metadata.gz: ff1d56dd9b839a9e0b7fcb4d6ec3bcd3c982f7d05cf3b9d555c71752b0efbd3414d77e9b14e61e8a589a1f23bda83a8d73dc7e995f6371da68e6d46dc79a8462
7
- data.tar.gz: 2be6215bd658c92994007989012d0278136950c506d4ab325a1a8ac1849e5a68d5d17a8d68347d480186053d30d0741d55f49b9e44c193a75edd1f7ba2cc4626
6
+ metadata.gz: 6a30323d8425614fd455de01f08a7eef79ba43d215fb039335302288d1f6ad81bc74f192857306cbc6c9ca7bc4cf7e1d86f1e35a6be9c69e4c72112d550fbc10
7
+ data.tar.gz: 6ddf4cfdc22dad7cc028129306b926945da729f0ed7c0234a32498b2c68a23c9c8bdbff3d4307e08da23bb0929fde358a32352b55afdc73d58d6cb13844cca69
@@ -33,7 +33,16 @@ module EitilIntegrate::RubyXL
33
33
  # names are often sufficient
34
34
  def exporter_taxonomy
35
35
  exporter_infos.transform_values do |settings|
36
- settings.transform_values { |info| info.first.is_a?(Hash) ? info.first.keys : info }
36
+
37
+ settings.transform_values do |info|
38
+
39
+ if info.is_a? Array
40
+ info.first.is_a?(Hash) ? info.first.keys : info
41
+ else
42
+ info
43
+ end
44
+
45
+ end
37
46
  end
38
47
  end
39
48
 
data/lib/eitil/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Eitil
2
2
 
3
- VERSION = '1.1.35'
3
+ VERSION = '1.1.36'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eitil
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.35
4
+ version: 1.1.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurriaan Schrofer