nicker_pocker 0.2.4 → 0.2.5

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: 69c126197759726cfd60633303677f500ac0c06cc166e1aaff38413e73f05e00
4
- data.tar.gz: b5f4dddb706d6927c6718e736dcf565ce0dd771c89fccfe6dcf6eebff1c4c09c
3
+ metadata.gz: 7dd7ecc876dacb0f8d78cd1a29316dd61cd41bae804a4bd8662098c8897d8987
4
+ data.tar.gz: 9e85307044b9b79731f471b7e85c602eb3e8f5be7b8e5935c61af4e485eef6ca
5
5
  SHA512:
6
- metadata.gz: d2cb04cf9f62c630babd0c7372788955baa2b0dfd2259fe20c778111f3c627a8442eedf1a524e10dc5d717b6af481d9850c6c09bb39c7753f5cab47ede4d5b89
7
- data.tar.gz: 5d89ac4d09ad8d0c6fb16c831f70dc155e578aeb7e7f42d1566dcc2922b28d0f40a80a0496ba47a1375a043d7bc1590cebf8af8288a56e12f30ac75655432f8a
6
+ metadata.gz: 1ec18fece359d96f593c959f35bc0161bae20a8d3318cccbf773fe4a0c28a584d267616c66d8ee192d602531682caac94a25d40f287065d2d2fcd8aaa8c24223
7
+ data.tar.gz: 2299e1d31f0bae933df3e7938dbd3738d9fd5f7c41d4c4f6d7fce4246935b783228dc1e0c422f12ce021c3278a3657d49644a1feb0e618b41795f8354a1dcc3f
@@ -233,7 +233,7 @@ module NickerPocker
233
233
  return if left_list.nil? || left_list.empty?
234
234
 
235
235
  temp_constraint_list = left_list.map { |column_data| column_data.gsub(/:|'/, '') }
236
- constraints = temp_constraint_list.each_slice(2).to_h
236
+ constraints = temp_constraint_list.each_slice(2).to_a.to_h
237
237
 
238
238
  %W(#{constraints['null']} #{constraints['limit']} #{constraints['default']} #{constraints['comment']})
239
239
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NickerPocker
4
- VERSION = "0.2.4"
4
+ VERSION = "0.2.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nicker_pocker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - ms919