nicker_pocker 0.2.3 → 0.2.5

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: e189524556883272a3c4d41735db9fad034c54d6026f4a0c1c95816c6a677876
4
- data.tar.gz: 4cbe56321a30e5204d0ce2bb4c984cdb59f7eb05ae5b00ffcaf06e110b142363
3
+ metadata.gz: 7dd7ecc876dacb0f8d78cd1a29316dd61cd41bae804a4bd8662098c8897d8987
4
+ data.tar.gz: 9e85307044b9b79731f471b7e85c602eb3e8f5be7b8e5935c61af4e485eef6ca
5
5
  SHA512:
6
- metadata.gz: c467fbdf23d4a0d6c074b9bc869dfaa4a8333c8c905ceaedc7e9cea68724719f48763f3355233bbf6408b8dcd54a9d821d0e299fb63954eced19ee7d4b54bcc2
7
- data.tar.gz: 84e3943282ed84a5bdc73e09ac41135483abcf28cd6395c713a0ad65d14875352f73d049acdf7c418d68e13fcce9612609ca11b6b8786e64f1fc23bfc6a60184
6
+ metadata.gz: 1ec18fece359d96f593c959f35bc0161bae20a8d3318cccbf773fe4a0c28a584d267616c66d8ee192d602531682caac94a25d40f287065d2d2fcd8aaa8c24223
7
+ data.tar.gz: 2299e1d31f0bae933df3e7938dbd3738d9fd5f7c41d4c4f6d7fce4246935b783228dc1e0c422f12ce021c3278a3657d49644a1feb0e618b41795f8354a1dcc3f
data/bin/ncpc CHANGED
@@ -10,6 +10,11 @@ options = {}
10
10
 
11
11
  # コマンド定義
12
12
  OptionParser.new do |opts|
13
+ puts Dir.pwd
14
+ # 読み込み
15
+ # options[:input]
16
+ # 出力
17
+ # options[:output]
13
18
  # バージョン
14
19
  opts.on('-v', '--version') do
15
20
  puts opts.ver
@@ -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.3"
4
+ VERSION = "0.2.5"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nicker_pocker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - ms919
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: