bioshogi 0.0.8 → 0.0.9

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: d0f375ee7d7d4652eaab86f32ed509c12ba067b73b7e93495f2b25b74cda52d9
4
- data.tar.gz: 7667fd53ad2129c32caab830bd4d470aec34da19d50a05e963afb14431582716
3
+ metadata.gz: a639f3dc9a34482bebf44f28d2a029a8b47b9731111d2eb50ca5acc5f8946a00
4
+ data.tar.gz: f4588d03cdbe0802f33b3de5a3b91862446e1cd441862d00dbf0315db931bc6f
5
5
  SHA512:
6
- metadata.gz: af42800cb6243b8112126814aa46d233e15ed7a081470a4631f626154ae0aef694f3dbe5e5e4de671eabeebb85edc9eaa2bfd7f1856e129998b882c85d7fdd92
7
- data.tar.gz: 90b7a6beb292ae0763bb161d90d6ac78c0755cc15539de9d59dbba3324c57199e6dee479f9120ce7ee30533f62ad7437492cd4cadc59d5f42b95383a64c91162
6
+ metadata.gz: c0cb6061db0873f65633b773b4bee4a01b6e92e62f6cd062f6ffc230071360c51e4860dd74450662cb19ff786da3bdc13b18fc16c915bb38bc115dc6512cb40f
7
+ data.tar.gz: de8706a2d5e65e94869d46d779d5a184717e130df3d9a12935c99f449283fd0893805a2e2bc2f3cb787e357790b8896a27a3263e95364ca1dd90d528f0198c4d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bioshogi (0.0.8)
4
+ bioshogi (0.0.9)
5
5
  actionview
6
6
  activesupport (>= 7.1.0)
7
7
  color
@@ -18,13 +18,13 @@ PATH
18
18
  GEM
19
19
  remote: https://rubygems.org/
20
20
  specs:
21
- actionview (7.1.2)
22
- activesupport (= 7.1.2)
21
+ actionview (7.1.3.2)
22
+ activesupport (= 7.1.3.2)
23
23
  builder (~> 3.1)
24
24
  erubi (~> 1.11)
25
25
  rails-dom-testing (~> 2.2)
26
26
  rails-html-sanitizer (~> 1.6)
27
- activesupport (7.1.2)
27
+ activesupport (7.1.3.2)
28
28
  base64
29
29
  bigdecimal
30
30
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -35,39 +35,40 @@ GEM
35
35
  mutex_m
36
36
  tzinfo (~> 2.0)
37
37
  base64 (0.2.0)
38
- bigdecimal (3.1.4)
38
+ bigdecimal (3.1.7)
39
39
  builder (3.2.4)
40
40
  byebug (11.1.3)
41
41
  coderay (1.1.3)
42
42
  color (1.8)
43
- concurrent-ruby (1.2.2)
43
+ concurrent-ruby (1.2.3)
44
44
  connection_pool (2.4.1)
45
45
  crass (1.0.6)
46
- diff-lcs (1.5.0)
46
+ diff-lcs (1.5.1)
47
47
  docile (1.4.0)
48
- drb (2.2.0)
49
- ruby2_keywords
48
+ drb (2.2.1)
50
49
  erubi (1.12.0)
51
- faraday (2.7.11)
52
- base64
53
- faraday-net_http (>= 2.0, < 3.1)
54
- ruby2_keywords (>= 0.0.4)
55
- faraday-net_http (3.0.2)
56
- i18n (1.14.1)
50
+ faraday (2.9.0)
51
+ faraday-net_http (>= 2.0, < 3.2)
52
+ faraday-net_http (3.1.0)
53
+ net-http
54
+ i18n (1.14.4)
57
55
  concurrent-ruby (~> 1.0)
58
- loofah (2.21.4)
56
+ loofah (2.22.0)
59
57
  crass (~> 1.0.2)
60
58
  nokogiri (>= 1.12.0)
61
59
  memory_record (0.0.19)
62
60
  activesupport
63
61
  method_source (1.0.0)
64
62
  mini_portile2 (2.8.5)
65
- minitest (5.20.0)
63
+ minitest (5.22.3)
66
64
  mutex_m (0.2.0)
67
- nokogiri (1.15.4)
65
+ net-http (0.4.1)
66
+ uri
67
+ nokogiri (1.16.3)
68
68
  mini_portile2 (~> 2.8.2)
69
69
  racc (~> 1.4)
70
- pkg-config (1.5.5)
70
+ observer (0.1.2)
71
+ pkg-config (1.5.6)
71
72
  power_assert (2.0.3)
72
73
  pry (0.14.2)
73
74
  coderay (~> 1.1)
@@ -81,22 +82,22 @@ GEM
81
82
  loofah (~> 2.21)
82
83
  nokogiri (~> 1.14)
83
84
  rake (13.1.0)
84
- rmagick (5.3.0)
85
+ rmagick (5.4.4)
86
+ observer (~> 0.1)
85
87
  pkg-config (~> 1.4)
86
- rspec (3.12.0)
87
- rspec-core (~> 3.12.0)
88
- rspec-expectations (~> 3.12.0)
89
- rspec-mocks (~> 3.12.0)
90
- rspec-core (3.12.2)
91
- rspec-support (~> 3.12.0)
92
- rspec-expectations (3.12.3)
88
+ rspec (3.13.0)
89
+ rspec-core (~> 3.13.0)
90
+ rspec-expectations (~> 3.13.0)
91
+ rspec-mocks (~> 3.13.0)
92
+ rspec-core (3.13.0)
93
+ rspec-support (~> 3.13.0)
94
+ rspec-expectations (3.13.0)
93
95
  diff-lcs (>= 1.2.0, < 2.0)
94
- rspec-support (~> 3.12.0)
95
- rspec-mocks (3.12.6)
96
+ rspec-support (~> 3.13.0)
97
+ rspec-mocks (3.13.0)
96
98
  diff-lcs (>= 1.2.0, < 2.0)
97
- rspec-support (~> 3.12.0)
98
- rspec-support (3.12.1)
99
- ruby2_keywords (0.0.5)
99
+ rspec-support (~> 3.13.0)
100
+ rspec-support (3.13.1)
100
101
  rubyzip (2.3.2)
101
102
  simplecov (0.22.0)
102
103
  docile (~> 1.1)
@@ -104,18 +105,19 @@ GEM
104
105
  simplecov_json_formatter (~> 0.1)
105
106
  simplecov-html (0.12.3)
106
107
  simplecov_json_formatter (0.1.4)
107
- stackprof (0.2.25)
108
+ stackprof (0.2.26)
108
109
  systemu (2.6.5)
109
110
  table_format (0.0.16)
110
111
  activesupport
111
- test-unit (3.6.1)
112
+ test-unit (3.6.2)
112
113
  power_assert
113
- thor (1.3.0)
114
+ thor (1.3.1)
114
115
  tree_support (0.1.9)
115
116
  activesupport
116
117
  tzinfo (2.0.6)
117
118
  concurrent-ruby (~> 1.0)
118
- zeitwerk (2.6.12)
119
+ uri (0.13.0)
120
+ zeitwerk (2.6.13)
119
121
 
120
122
  PLATFORMS
121
123
  ruby
@@ -132,4 +134,4 @@ DEPENDENCIES
132
134
  test-unit
133
135
 
134
136
  BUNDLED WITH
135
- 2.4.22
137
+ 2.5.4
@@ -74,7 +74,7 @@ module Bioshogi
74
74
  { key: "ゴキゲン中飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: :gote, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
75
75
  { key: "5筋位取り中飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
76
76
  { key: "ツノ銀中飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: true, kill_count_lteq: nil, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
77
- { key: "英ちゃん流中飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: true, kill_count_lteq: nil, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
77
+ { key: "英ちゃん流中飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: 13, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
78
78
  { key: "原始中飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: 3, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
79
79
  { key: "中飛車左穴熊", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: nil, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
80
80
  { key: "平目", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },